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
>>
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
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
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