Messages in this thread |  | | Date | Sat, 24 Nov 2001 04:24:57 -0800 | From | "Paul G. Allen" <> | Subject | Re: Which gcc version? |
| |
John Jasen wrote: > > On Fri, 23 Nov 2001, J Sloan wrote: > > > This is all silly FUD - time for the pointer again - > > > > http://www.bero.org/gcc296.html > > Redhat apologists are given the due they deserve. > > Their first cut at a released 2.96 should never have made it out of the > labs alive, and for that matter, neither should have 7.0. > > That said, the versions in 7.1, and the patches available have done > reasonably well for everything that I've tried to compile (kernels > included). > > What are they going to do about gcc 3.0.x? It'll be amusing to watch. >
I installed RH 7.0 when it was released and was sorely dissappointed. The compiler never worked for anything I tried to compile (and seeing as how programming was 50% of my job, THAT was a MAJOR issue). I quickly went back to RH 6.2.
That said, I now run RH 7.1 and 7.2 (depending upon the box, this one runs 7.1 w/kernel 2.4.14).
[root@keroon /root]# gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85) [root@keroon /root]#
Works just fine for everything. The problem with the RH 7.1 release is with make, not gcc. make 3.79.x has bugs that cause, among other things, internal assertion errors. Though it works fine for the kernel, it will not work for many other programs (see disscussion groups, e.g. - gnu.org, for more info). So I back-rev'd that to 3.78.1-4:
[root@keroon /root]# make -v GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for i386-redhat-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
[root@keroon /root]#
and everything works just peachy. I compile everything for Athlon, and it still works fine.
PGA -- Paul G. Allen UNIX Admin II/Network Security Akamai Technologies, Inc. www.akamai.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |