Skip navigation.
KDE Developer's Journals

Which version of gcc is installed on your distribution ?

alexander neundorf's picture
gcc < 2.95
0% (4 votes)
gcc 2.95
1% (8 votes)
gcc 3.0/3.1
0% (3 votes)
gcc 3.2
1% (6 votes)
gcc 3.3
9% (91 votes)
gcc 3.4
30% (311 votes)
gcc 4.0
45% (467 votes)
gcc >= 4.1
14% (149 votes)
Total votes: 1039

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
pingveno's picture

I've been thinking about

I've been thinking about moving up to GCC 4 on my Gentoo system, but it doesn't seem to be worth the trouble. GCC 4 is currently hard masked on Gentoo, the equivalent of saying "Don't install if you don't want your installation screwed." Besides, I would I have to mess around with KEYWORDS (the Gentoo mechanism for allowing testing packages to be installed). Binaries from 3.4 are compatible with GCC binaries, and I've heard that GCC 4 binaries run about as fast as 3.4 binaries, so there isn't a real reason for me to upgrade at this point. But once GCC 4 goes into stable.... "emerge gcc"

panzi's picture

gcc --version

gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)

icefox's picture

several

Many distributions ship with several compilers. In particular on debian I have both 3 and 4 and have been transitioning to 4.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.