C Compilers

1999-04-25 Thread James
What are the differences between: gcc egcs pgc and which should i use? Last i tried, egcs wouldn't compile kernels. All i want is a good, quick C and C++ compiler that works 100% with all code. Also, where am i supposed to install a c compiler and how do i remove an existing one (after

Re: C Compilers

1999-04-25 Thread Joseph Keen
g++ compiles C and C++ and it's worked for everything I've ever tried to compile. What are the differences between: gcc egcs pgc and which should i use? Last i tried, egcs wouldn't compile kernels. All i want is a good, quick C and C++ compiler that works 100% with all code. Also,