Hello, I am currently trying to install my first LFS system. I am using the Linux From Scratch - 6.2 online book. Everything has gone pretty smoothly for one exception. After completing chapter 5.6 with no problems, I went ahead to 5.7, Adjusting the Toolchain, and ran into a problem. After runnig this command:
SPECFILE=`dirname $(gcc -print-libgcc-file-name)`/specs && gcc -dumpspecs > $SPECFILE && sed '[EMAIL PROTECTED]/lib/ld- linux.so.2@/tools&@g' $SPECFILE > tempspecfile && mv -vf tempspecfile $SPECFILE && unset SPECFILE I got this error: "bash: /specs: No such file or directory". I am assuming that the specs file was never created. When I type "gcc -dumpspecs" it spits out a specs file. But, when I try to search for the specs file by typing "find / -print | grep specs" it doesn't find anything. I tried to reinstall all the packages from scratch but still run into the same problem. I will be very grateful for any feedback. Thanks in advance, Eddie C -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
