Hi, I installed gawk. But the compilation still fails. Here is the error:
checking for suffix of object files... configure: error: in `/media/isaac/LFS/Source_Code/build-gcc/i686-elf/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. Makefile:12212: recipe for target 'configure-target-libgcc' failed And here is the part that I posted last time from config.log: /media/isaac/LFS/Source_Code/build-gcc/./gcc/as: 106: exec: -o: not found configure:3465: $? = 1 configure:3653: checking for suffix of object files configure:3675: /media/isaac/LFS/Source_Code/build-gcc/./gcc/xgcc -B/media/isaac/LFS/Source_Code/build-gcc/./gcc/ -B/tools/i686-elf/bin/ -B/tools/i686-elf/lib/ -isystem /tools/i686-elf/include -isystem /tools/i686-elf/sys-include -c -g -O2 conftest.c >&5 /media/isaac/LFS/Source_Code/build-gcc/./gcc/as: 106: exec: -o: not found configure:3679: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "GNU C Runtime Library 1.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3693: error: in `/media/isaac/LFS/Source_Code/build-gcc/i686-elf/libgcc': configure:3696: error: cannot compute suffix of object files: cannot compile I still don't understand what's causing the error and what I can do about it. Thank you very much, Isaac D. Cohen
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
