Re: make won't work in section 6

2011-01-03 Thread piper.guy1
On Tue, Dec 28, 2010 at 5:35 PM, Ken Moffat wrote: > On Tue, Dec 28, 2010 at 04:21:13PM -0600, William Immendorf wrote: >> On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 wrote: >> > root:/tools/bin# ls -l make >> > -rwxr-xr-x 1 root root 457270 Dec 28 19:25 make >> > root:/tools/bin# make --help >>

Re: make won't work in section 6

2010-12-28 Thread Ken Moffat
On Tue, Dec 28, 2010 at 04:21:13PM -0600, William Immendorf wrote: > On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 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

Re: make won't work in section 6

2010-12-28 Thread William Immendorf
On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 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

make won't work in section 6

2010-12-28 Thread piper.guy1
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/bi