Mike Vanderlaan wrote: > At the end of gcc compile pass1, the book states to link libgcc_eh.a by > linking to libgcc.a for pass1 with the command: > > ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \ > > sed 's/libgcc/&_eh/'` > > Am I missing something?
I don't know which book you're reading but it isn't the LFS 6.4 book. In that book the command is: ln -vs libgcc.a `gcc -print-libgcc-file-name | \ sed 's/libgcc/&_eh/'` -- Randy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page