thanks that was the part i was missing i must have missed it when i was reading it with my screen reader.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrew Benton Sent: Saturday, March 24, 2012 7:47 PM To: [email protected] Subject: Re: [lfs-support] problems with glibc On Sun, 25 Mar 2012 00:13:32 +0000 "mike" <[email protected]> wrote: > hi, > > i followed the book to a letter then when i do a make on glibc i get > the following > > c -lgcc_eh `i686-lfs-linux-gnu-gcc --print-file-name=crtend.o` > /mnt/lfs/sources/glibc-build/csu/crtn.o > /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.6.2/../../../../i686-lfs- > linux-gnu/bin/ld: cannot find -lgcc_eh ld cannot find libgcc_eh.a Did you ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | sed 's/libgcc/&_eh/'` like it says on the bottom of the first gcc page? http://www.linuxfromscratch.org/lfs/view/development/chapter05/gcc-pass1.htm l Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
