Forums » Linux

gcc 2?

Sep 11, 2003 jub0r link
Ever thought of upgrading to gcc 3? Most of the new distros are on it. I'm no programmer, but maybe it would help stability? I'd at least be interested in hearing why it's not on gcc 3.
Sep 12, 2003 roguelazer link
Um. Probably because they don't particularly want gcc3 code, they want unoptimized gcc2 code that everyone can run... Or maybe it's something else. They also need to run on an old glibc for compat reasons, and gcc3 requires a new glibc.
Sep 12, 2003 Turmoyl link
I've had no big issues with backward-compatibility regarding running gcc2 apps on gcc3.x.
Sep 12, 2003 roguelazer link
The devs want to compile a binary that will run on any Pentium plus system out there, with any glibc. They had a glibc problem in the past with the way linking was done, and I think they're just staying safe.
Sep 12, 2003 jub0r link
hmm. i guess that was a stupid question. thanks for the civilized explanations.
Sep 12, 2003 roguelazer link
No prob d00d. We might be wrong, but I'll ask next time I'm on IRC...
Sep 18, 2003 a1k0n link
What? We've been compiling with gcc 3.2.1 for several versions.
Sep 18, 2003 roguelazer link
Aah... Oops!