So, what version of GCC does one want to use these days?
/ Marcus Agehall (Trådlös)
Previous text:
2003-01-03 21:01: Subject: Re: Problem compiling Pike
In the last episode (Jan 03), Henrik Grubbstrm (Lysator) @ Pike (-) developers forum said:
On the other hand signal 9 is SIGKILL, so it might be that some other process kills it due to eg using too much memory.
That's more likely; I remember noticing that peep.c takes a lot of memory to build. gcc 2.9x has major issues with large switch statements and -O. It's got the same problem compiling mysql, on one of its yacc-generated source files. At least the pike build backs down and builds without -O automatically :)
-- Dan Nelson dnelson@allantgroup.com
/ Brevbäraren