Hello everyone,
I'm quite new to linux therefore please bear with me. While compiling GCC i encountered an error. I cannot install glibc as my gcc is not up2date, hence my installing of the gcc.
Quote:
real:/gcc-3.3# ./configure
Configuring for a i686-pc-linux-gnulibc1 host.
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava
(Any other directories should still work fine.)
Created "Makefile" in /gcc-3.3 using "mt-frag"
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
*** The command 'gcc -o conftest -g -O2 conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
|
Can anyone help me?