Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
GNU is Not Unix

GCC 3.0.2 Is Out 22

anotherworld writes: "GCC 3.0.2 is out. That's good news for me, since I am having trouble compiling the 2.4.13 kernel with 3.0.1 (internal error) AND 2.96 (under investigation)... so I can try a new one :) But where is that good old 2.95.x? I just can't find it at the moment! Really, well done guys!" The site says this is mostly a bugfix release, but if you need those particular bugfixes, please use one of the mirrors. And remember, they do take appreciation is cold, hard cash, too :)
This discussion has been archived. No new comments can be posted.

GCC 3.0.2 Is Out

Comments Filter:
  • 2.95.x (Score:3, Informative)

    by Ridge2001 ( 306010 ) on Friday October 26, 2001 @03:07AM (#2482364)
    But where is that good old 2.95.x? I just can't find it at the moment!

    Huh?

    ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.3 [gnu.org]

  • by Torulf ( 214883 )
    Will it compile KDE by now? Could anybody enlighten me on this?
  • gcc 3.0 needs "major bugfixes", not minor ones, especially in the c++ compiler.
    • From the same source code, gcc3 creates a binary three times as large as the one created with gcc2.95:

      $ make
      g++-2.95 -O3 -otexte.gcc.2.95 texte.C -L/usr/X11R6/lib -lGL -lX11
      g++-3.0 -O3 -otexte.gcc.3 texte.C -L/usr/X11R6/lib -lGL -lX11

      $ ll
      203 Makefile
      12760 texte.C
      12614 texte.gcc.2.95
      29899 texte.gcc.3
      • Can you show us the sizes of the "stripped" binaries? Also, I just compiled my C++ program w/ 3.0.2, and it was the same size as 2.95.4 (prerelease), to within 0.1%. However, I'm not making heavy use of templates. Without seeing the source, we can only speculate as to your specific results...
  • by akula1 ( 463239 )
    Anybody used it for any c++ code. does it work any better then the other 3.x's?

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...