Using LFS 6.7. I'm on to section 6 now, chroot'd to the new file system. I'm trying to run make for the first time since changing filesystems but make won't work. I'm trying to install the Linux Headers in section 6.7. Even if I go to /tools/bin and run "make --help" it won't work.
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# I can run grep found in the same directory without problems: root:/tools/bin# grep -h Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. root:/tools/bin# Any help please. thanx /carl -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
