Mercurial > mplayer.hg
annotate DOCS/gcc-2.96-3.0.html @ 3464:08c273282650
Nexus moved, for his request
author | gabucino |
---|---|
date | Tue, 11 Dec 2001 21:21:32 +0000 |
parents | 71a3d16f344f |
children | 8feacfc6bfee |
rev | line source |
---|---|
2440 | 1 <HTML> |
2 <BODY BGCOLOR=WHITE> | |
2441 | 3 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> |
4 | |
5 <P> | |
6 <B>Question:</B> What is GCC 2.96 ? I can't find it at GNU site. | |
7 </P> | |
8 | |
9 <P> | |
10 <B>Answer:</B> Read the <A HREF="http://gcc.gnu.org/gcc-2.96.html">official answer from GNU GCC team.</A> | |
11 </P> | |
2440 | 12 |
13 <P> | |
14 <B>Question:</B> What is the problem with GCC 2.96 ? And with 3.x ? | |
15 </P> | |
16 | |
17 <P> | |
18 <B>Answer:</B> | |
19 </P> | |
20 | |
21 <P> | |
22 And for the people, who periodically asks what are the exact problems with | |
2441 | 23 gcc 2.96, my answer: <I>we don't know exactly.</I> |
24 There were various problems and new problems / bugs come up periodically. | |
25 It is <I>not a single bug/problem</I>. We just see various bugreports, mostly | |
2440 | 26 gcc internal bugs, compiler syntax errors in source or bad code compiled. They |
27 all are solved using different version of gcc. I understand that gcc 2.96 | |
28 has different default optimization flags and they conflicts with our inline | |
29 asm code, but we can't fix them, and we really don't want to fix them as they | |
30 work with other compilers or gcc versions, and the fix may cause speed loss. | |
31 </P> | |
32 | |
33 <P> | |
34 I think that the gcc 2.96 should be fixed to be option-compatible with other | |
35 releases, but redhat guys refused to do it. If someone interested - ask | |
36 Eugene K., avifile author, he has a long mailing with them, because they had | |
37 the same problems with avifile. Finally he changed avifile source to | |
38 <I>workaround</I> gcc 2.96 bugs... | |
39 We simply has no interest and time to do it. | |
40 </P> | |
41 | |
42 <P> | |
43 Ah, and about the pipe-in-comment bug: it wasn't really our bug. | |
44 I've talked one of gcc maintainers, and he told me that gcc 2.96 and 3.x | |
2909 | 45 supports intel asm syntax, and it caused the pipe bug. But it <I>is</I> a bug, |
46 because gcc <I>silently</I>, without any warning, ignored the whole asm block! | |
2440 | 47 </P> |
48 | |
49 <P> | |
50 Other gcc 3.x problems comes from broken libstdc++ or glibc header (std_*.h) | |
51 installation. They are not our fault. MPlayer compiles and works well with | |
52 gcc 3.x versions. <B>Only 2.96 is broken</B>, but it depends on many environment | |
53 elements, including gcc 2.96 release number, enabled mplayer features, etc. | |
54 <I>If it works for you using gcc 2.96, it doesn't mean it will work for everyone.</I> | |
55 </P> | |
56 | |
3053 | 57 <P><B>Answer 2:</B></P> |
58 | |
59 <P> | |
60 Also read <A HREF="users_against_developers.html">this</A> text !!!</P> | |
61 | |
2441 | 62 <P> |
63 <B>Question:</B> No! You are wrong! Everything works with gcc 2.96 <I>but</I> MPlayer | |
64 </P> | |
65 | |
66 <P> | |
67 <B>Answer:</B> | |
68 </P> | |
69 | |
70 <P> | |
71 No. You are wrong! | |
72 Several projects (mainly which source contains high optimized inline asm code) | |
3222
71a3d16f344f
hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents:
3053
diff
changeset
|
73 had problems with gcc 2.96. For example: avifile, MESA / DRI, Wine, ffmpeg, lame. |
2441 | 74 But other projects already workarounded gcc bugs (changed code which |
75 triggered compiler bugs) so they work for now. | |
76 </P> | |
77 | |
78 <P> | |
79 <B>Question:</B> No! You are wrong! Everything works with gcc 2.96 <I>including</I> MPlayer | |
80 </P> | |
81 | |
82 <P> | |
83 <B>Answer:</B> | |
84 </P> | |
85 | |
86 Good. Be happy. But you must know, it depends on many environment | |
87 elements, including gcc 2.96 release number, enabled mplayer features, etc. | |
88 <I>If it works for you using gcc 2.96, it doesn't mean it will work for everyone!</I> | |
89 It only means that you are lucky, until you find a problem. But don't forget the | |
90 <B>No.1 rule of gcc 2.96 users: NEVER REPORT BUGS OR PROBLEMS IF YOU ARE USING GCC 2.96</B> | |
91 | |
92 <P> | |
93 <B>Question:</B> Ok. Understood. But I want to give it a try... how to compile with gcc 2.96? | |
94 </P> | |
95 | |
96 <P> | |
97 <B>Answer:</B> Really? Are you sure? Ok. You know... here is it: ./configure --disable-gcc-checking | |
98 </P> | |
99 | |
100 <P> | |
101 <B>Question:</B> No! I don't agree with you, because ... | |
102 </P> | |
103 | |
104 <P> | |
105 <B>Answer:</B> It doesn't matter. Keep your commets for yourself. We're not interested in gcc 2.96 stories. | |
106 </P> | |
107 | |
108 | |
109 </FONT> | |
2440 | 110 </BODY> |
111 </HTML> |