Well Mandriva comes with GCC 4.0.1 which is good, but the problem comes when I try to compile programs from source that I download.
When I do the usual
it the compiler always gives errors and doesn't finish the build. Would you recommend that I downgrade to GCC 3.x or could I install it alongside 4.0.1?
When I do the usual
Code:
./configure
make
make install