Hi there, my LFS building attempt finishes at 5.9. Binutils-2.20.1 - Pass 2. The error is quite simple it cannot find the _specified_ ar and ranlib. The configure line is:
CC="$LFS_TGT-gcc -B/tools/lib/" AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib ../binutils-2.20.1/configure --prefix=/tools --disable-nls --with-lib-path=/tools/lib My $LFS_TGT is i686-pc-linux-gnu In /tools/bin I have the specified CC (i686-pc-linux-gnu-gcc) but I don't have the AR (i686-pc-linux-gnu-ar) and RANLIB (i686-pc-linux-gnu-ranlib), instead there's ar and ranlib. If I'm modifying the ./configure arguments and specify the AR as ar or /tools/bin/ar instead of $LFS_TGT-ar and RANLIB as ranlib everything goes fine, but I would really like some light on this issue. Any hints? $ which ar /tools/bin/ar $ which ranlib /tools/bin/ranlib Thank you. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
