Mercurial > mplayer.hg
annotate DOCS/gcc-2.96-3.0.html @ 5002:70751bbd6404
voctls for decoding ahead
author | nick |
---|---|
date | Sat, 09 Mar 2002 17:27:37 +0000 |
parents | b4c4d1abb7a4 |
children | 93c65f130dd6 |
rev | line source |
---|---|
2440 | 1 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
2 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
3 <HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
4 <STYLE> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
5 .text |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
6 {font-family : Verdana, Arial, Helvetica, sans-serif; |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
7 font-size : 14px;} |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
8 </STYLE> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
9 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
10 |
2440 | 11 <BODY BGCOLOR=WHITE> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4542
diff
changeset
|
12 <FONT CLASS="text"> |
2441 | 13 |
14 <P> | |
15 <B>Question:</B> What is GCC 2.96 ? I can't find it at GNU site. | |
16 </P> | |
17 | |
18 <P> | |
19 <B>Answer:</B> Read the <A HREF="http://gcc.gnu.org/gcc-2.96.html">official answer from GNU GCC team.</A> | |
20 </P> | |
2440 | 21 |
22 <P> | |
23 <B>Question:</B> What is the problem with GCC 2.96 ? And with 3.x ? | |
24 </P> | |
25 | |
26 <P> | |
27 <B>Answer:</B> | |
28 </P> | |
29 | |
4542
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
30 <P>Read in MySQL documentation :</P> |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
31 |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
32 <P><I> |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
33 Compiler Advisory: Several of our users have reported random crashes and |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
34 table corruption with MySQL binaries compiled with gcc two-dot-nine-six on |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
35 the x86 Linux platform. Although we were unable to duplicate the problems |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
36 ourselves or understand their exact cause, we suspect with a great degree of |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
37 confidence that the problem was compiler related. Replacing the faulty binary |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
38 with our binary always eliminated the problem. |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
39 </I></P> |
e67d400b6fde
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
gabucino
parents:
3845
diff
changeset
|
40 |
2440 | 41 <P> |
42 And for the people, who periodically asks what are the exact problems with | |
2441 | 43 gcc 2.96, my answer: <I>we don't know exactly.</I> |
44 There were various problems and new problems / bugs come up periodically. | |
45 It is <I>not a single bug/problem</I>. We just see various bugreports, mostly | |
2440 | 46 gcc internal bugs, compiler syntax errors in source or bad code compiled. They |
47 all are solved using different version of gcc. I understand that gcc 2.96 | |
48 has different default optimization flags and they conflicts with our inline | |
49 asm code, but we can't fix them, and we really don't want to fix them as they | |
50 work with other compilers or gcc versions, and the fix may cause speed loss. | |
51 </P> | |
52 | |
53 <P> | |
54 I think that the gcc 2.96 should be fixed to be option-compatible with other | |
55 releases, but redhat guys refused to do it. If someone interested - ask | |
56 Eugene K., avifile author, he has a long mailing with them, because they had | |
57 the same problems with avifile. Finally he changed avifile source to | |
58 <I>workaround</I> gcc 2.96 bugs... | |
59 We simply has no interest and time to do it. | |
60 </P> | |
61 | |
62 <P> | |
63 Ah, and about the pipe-in-comment bug: it wasn't really our bug. | |
64 I've talked one of gcc maintainers, and he told me that gcc 2.96 and 3.x | |
2909 | 65 supports intel asm syntax, and it caused the pipe bug. But it <I>is</I> a bug, |
66 because gcc <I>silently</I>, without any warning, ignored the whole asm block! | |
2440 | 67 </P> |
68 | |
69 <P> | |
70 Other gcc 3.x problems comes from broken libstdc++ or glibc header (std_*.h) | |
71 installation. They are not our fault. MPlayer compiles and works well with | |
5001 | 72 gcc 2.95.3 (<B>MEncoder</B> won't work with 2.95.2 because it miscompiles |
73 some MMX instructions). <B>2.96 and 3.0.x are broken</B>, but it depends on | |
74 many environment elements, including gcc 2.96 release number, enabled mplayer | |
75 features, etc. <I>If it works for you using gcc 2.96, it doesn't mean it will | |
76 work for everyone.</I> | |
2440 | 77 </P> |
78 | |
3053 | 79 <P><B>Answer 2:</B></P> |
80 | |
81 <P> | |
82 Also read <A HREF="users_against_developers.html">this</A> text !!!</P> | |
83 | |
2441 | 84 <P> |
5001 | 85 <B>Question:</B> No! You are wrong! Everything works with gcc 2.96 <I>but</I> MPlayer ! |
2441 | 86 </P> |
87 | |
88 <P> | |
89 <B>Answer:</B> | |
90 </P> | |
91 | |
92 <P> | |
93 No. You are wrong! | |
5001 | 94 Several projects (mostly which contain highly optimized inline asm code) |
95 had problems with gcc 2.96. For example: avifile, MESA / DRI, Wine, ffmpeg, | |
96 lame, NuppelVideo, MySQL. But other projects already workarounded gcc bugs | |
97 (changed code which triggered compiler bugs) so they work for now. | |
2441 | 98 </P> |
99 | |
100 <P> | |
5001 | 101 <B>Question:</B> No! You are wrong! Everything works with gcc 2.96 <I>including</I> MPlayer . |
2441 | 102 </P> |
103 | |
104 <P> | |
105 <B>Answer:</B> | |
106 </P> | |
107 | |
108 Good. Be happy. But you must know, it depends on many environment | |
109 elements, including gcc 2.96 release number, enabled mplayer features, etc. | |
110 <I>If it works for you using gcc 2.96, it doesn't mean it will work for everyone!</I> | |
111 It only means that you are lucky, until you find a problem. But don't forget the | |
5001 | 112 <B>No.1 rule of gcc 2.96 users: NEVER REPORT BUGS OR PROBLEMS IF YOU ARE USING GCC 2.96</B> ! |
2441 | 113 |
114 <P> | |
115 <B>Question:</B> Ok. Understood. But I want to give it a try... how to compile with gcc 2.96? | |
116 </P> | |
117 | |
118 <P> | |
5001 | 119 <B>Answer:</B> Really? Are you sure? Ok. You know... here it is: ./configure --disable-gcc-checking |
2441 | 120 </P> |
121 | |
122 <P> | |
123 <B>Question:</B> No! I don't agree with you, because ... | |
124 </P> | |
125 | |
126 <P> | |
5001 | 127 <B>Answer:</B> It doesn't matter. Keep your comments to yourself. We're not interested in gcc 2.96 stories. |
2441 | 128 </P> |
129 | |
130 </FONT> | |
2440 | 131 </BODY> |
132 </HTML> |