annotate DOCS/users_against_developers.html @ 2910:56428bdf583e

removed bad and not proven statemets...
author arpi
date Wed, 14 Nov 2001 22:45:53 +0000
parents a9a63f7e9ddc
children 40254e0cba96
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2867
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
1 <HTML>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
2 <BODY BGCOLOR=white>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
3
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
5
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
6 <P><B><I>In medias res</I></B></P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
7
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
8 <P>There are two major topic which always causes huge dispute and flame on the
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
9 <A HREF="http://www.MPlayerHQ.hu/cgi-bin/htsearch">mplayer-users</A>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
10 mailing list. Number one is of course the topic of the</P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
11
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
12 <P><B><I>GCC 2.96 series</I></B></P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
13
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
14 <P>The <I>facts</I> : <B>MPlayer</B>'s compile process needs the
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
15 <CODE>--disable-gcc-checking</CODE> to proceed upon detecting a GCC version
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
16 of 2.96 (apparently it needs this option on <B>egcs</B> too. It's because we
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
17 don't test <B>MPlayer</B> on egcs. Pardon us, but we rather develop <B>MPlayer</B>).
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
18 If you know <B>MPlayer</B>, you should know that it has great speed. It
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
19 achieves this by having overoptimized MMX/SSE/3DNow/etc codes, fastmemcpy, and
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
20 lots of other features.
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
21
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
22 <P>The <I>background</I> : there were/are the GCC <B>2.95</B> series. The
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
23 best of them was 2.95.3 . Please note the style of the version numbering.
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
24 This is how the GCC team numbers their compilers. The 2.95 series are good.
2910
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
25 We never ever saw anything that was miscompiled because of the 2.95's faultiness.</P>
2867
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
26
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
27 <P>The <I>action</I> : <B>RedHat</B> started to include a GCC version of <B>2.96</B>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
28 with their distributions. Note the version numbering. This should be the GCC
2910
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
29 team's versioning. They patched the CVS version of GCC (something between 2.95 and 3.0)
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
30 They patched it very deep, and used this version in the distrib, because 3.0
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
31 wasn't out at time.</P>
2867
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
32
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
33 <P>The <I>statements</I> : most developers around the world begun having
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
34 bad feelings about RedHat's GCC 2.96 , and told their RedHat users to
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
35 compile with other compiler than 2.96 . RedHat users' disappointment slowly
2910
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
36 went into anger. What was all good
2867
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
37 for, apart from giving headaches to developers, putting oil on anti-RedHat
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
38 flame, confusing users? The answer, I do not know.</P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
39
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
40 <P><I>Present age, present time</I> : RedHat says that GCC 2.96-85 and above
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
41 is fixed, and works properly. Note the versioning. They should have started
2910
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
42 with something like this. What about GCC 2.96.85 ? It doesn't matter now.
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
43 I don't search, but I still see bugs with 2.96 . It doesn't matter now,
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
44 hopefully now <B>RedHat will forget about 2.96</B> and turn towards <B>3.0</B>.
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
45 Towards a deep patched 3.0...
56428bdf583e removed bad and not proven statemets...
arpi
parents: 2867
diff changeset
46 </P>
2867
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
47
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
48 <P><I>What I don't understand</I> is why are we hated by RedHat users for
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
49 putting warning messages, and stay-away documents in <B>MPlayer</B> .
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
50 Why are we called "brain damaged", "total asshole", "childish" by
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
51 <B>RedHat users</B>, on our mailing list, and even on the <B>redhat-devel</B> .
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
52 They even considered forking <B>MPlayer</B> for themselves. RedHat users.
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
53 Why? It's RedHat that made the compiler, why do <U>you</U> have to hate us?
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
54 Are you <U>that</U> fellow RedHat worshippers? Please stop it. We don't hold
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
55 a grudge against users, doesn't matter how loud you advertise its contrary.
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
56 Please go flame Linus Torvalds, the DRI developers (oh, now I know why
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
57 there were laid off by VA!), the Wine, avifile. Even if we are arrogant,
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
58 are we not the same as the previously listed ones? Why do <B>we</B> have
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
59 to suffer from your unrightful wrath?</P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
60
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
61 <P>I'm closing this topic. Think over it please. I (Gabucino) personally begun
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
62 with <A HREF="http://www.redhat.com">RedHat</A>, then used Mandrake (sorry I
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
63 don't know their URL), now I have <A
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
64 HREF="http://www.linuxfromscratch.com">LFS</A>. Never held a grudge against
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
65 RedHat or RedHat users, and I still don't. Hate is only comfortable. It
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
66 won't bring you anywhere.</P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
67
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
68 <P><B><I>Binary distribution of MPlayer</I></B></P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
69
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
70 <P>I'm too moody now for this.</P>
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
71
a9a63f7e9ddc nice new docu. read it.
gabucino
parents:
diff changeset
72 </HTML>