I hate to do this, but search appears to be down...<BR><BR>I'm a Codewarrior guy, and I have some source code that I need to compile using gcc. I have a makefile and ...
GCC uses (I believe) a three stage bootstrap/build procedure. Only the initial stage uses a preinstalled system compiler. The other stages use the compiler built in previous stages. So using ICC won't ...