On Tue, Dec 28, 2010 at 04:21:13PM -0600, William Immendorf wrote: > On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 <[email protected]> wrote: > > root:/tools/bin# ls -l make > > -rwxr-xr-x 1 root root 457270 Dec 28 19:25 make > > root:/tools/bin# make --help > > bash: /tools/bin/make: No such file or directory > > root:/tools/bin# file make > > make: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), > > dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not > > stripped > > root:/tools/bin# > If this is happening, I think you forgot to adjust the linker paths > for the pass-2 builds of Binutils and/or GCC. To check, in the host > system, run "ldd /tools/bin/make | grep '/tools'". If it returns > nothing, your toolchain is pointing to the wrong path. > If that hasn't helped "ldd /tools/bin/make" - any reference to host libraries in /usr/lib/ indicates an error.
Sometimes people have errors in only one package, often when they logged out and failed to correctly restore the environment when they resumed. If you thinks that applies to you, pick one binary from each package in chapter 5 and run ldd against it to see if it links to the host. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
