Rosario Turco wrote:
> I have Fedora 14 as host and I'm stuck in par. 6.7.1 of LFS 6.7 book. 
> 
> I followed all the instructions, I'm sure you have typed everything like in 
> the
> book (I did the chroot, mount, mkdir etc etc). 
> 
> When I reinstall the package and try to do:
> make mrproper
> 
> It gives me the error make: gcc: file or directory not found

It looks like gcc is not finding a file.  Remember that you need to 
remove directories after you use them in each section unless 
specifically directed otherwise.

cd /sources
tar -xf linux-2.6.x.y.tar.bz2
cd linux-2.6.x.y
make mrproper
...

cd ..
rm -rf linux-2.6.x.y

   -- Bruce

> If I do: 
> ls-la /tools/bin/gcc it there is
> If I do:
> echo $PATH it is correct as required.
> 
> What do you suggest?
> 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to