> >> On 09/12/2009 12:08 AM, Vincent DiCarlo wrote: > >>> > > >>> cannot find -lgcc_eh > >>> collect2: ld returned 1 exit status > >>> make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/iconvconfig] Error 1 > >>> make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1/iconv' > >>> make[1]: *** [iconv/others] Error 2 > >>> make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1' > >>> make: *** [all] Error 2 > >>> lfs:/mnt/lfs/sources/glibc-build$ > >> > >> Looks like you're missing a symlink. Do ls" -l $(dirname $(gcc > >> -print-libgcc-file-name))/libgcc*" > >> -- > > > 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 Looks like this thread has some cross-talk between me and Chris Rice. Should I start a new thread with a different subject? Vincent -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
