Hello,I'm trying to compile gcc-4.4.0. After having issued the make command I get the following error message:
[...]/usr/local/x86_64-pc-linux-gnu/bin/ld: crti.o: No such file: No such file or directory
collect2: ld returned 1 exit status make[2]: *** [libgcc_s.so] Error 1 [...]I configured gcc with the following options: --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --enable-languages=c --disable-bootstrap --disable-multilib
What could it be? Thanks.