On 09/12/2009 11:57 AM, Vincent DiCarlo wrote: >> >> Sorry, that should be "$LFS_TGT-gcc" at this point, not just "gcc". In >> other words, "ls -l $(dirname $($LFS_TGT-gcc >> >> -print-libgcc-file-name))/libgcc*" >> -- > > Done. Here is what I got: > > lfs:~$ ls -l $(dirname $($LFS_TGT-gcc -print-libgcc-file-name))/libgcc* > -rw-r--r-- 1 lfs lfs 574200 Sep 10 22:13 > /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.1/libgcc.a >
Yup, definitely missing a symlink. Must have missed the last command in GCC Pass 1. Do that now, and try Glibc again (of course rm its source and build dirs first). > Looks like this thread has some cross-talk between me and Chris Rice. > Should I start a new thread with a different subject? > > Vincent Yeah that's probably a good idea. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
