[EMAIL PROTECTED] wrote: > ifdef 64bit > - -if [ ! -L $(MP)/lib64 ] ; then ln -s lib $(MP)/lib64 ; fi > - -if [ ! -L $(MP)/usr/lib64 ] ; then ln -s lib $(MP)/usr/lib64 ; fi > + -ln -nsf lib $(WD)/lib64 > + -ln -nsf lib $(MP)/lib64 > + -ln -nsf lib $(MP)/usr/lib64 > endif
This change shouldn't be necessary. The /tools/lib64 symlink is created after the installation of binutils pass1, just like the LFS book does it. -- JH -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
