On Tue, Mar 04, 2008 at 07:06:13PM +0100, [EMAIL PROTECTED] wrote:
> Hi!
> recompiling kernel API I get many errors like this:
> 
> make[2]: Circular /LFS/ROOT/sources/linux-2.6.22.5/include/scsi/scsi.h <- 
> /LFS/ROOT/sources/linux-2.6.22.5/include/scsi/scsi.h dependency dropped.
> 
> what should I do?

This should never happen. Its recommendable to delete 
/LFS/ROOT/sources/linux-2.6.22.5 and repeat step 5.5+5.6. If the glibc build 
error occur again post the whole error message (executed command + errors).

> " ../glibc-2.5.1/configure --prefix=/tools  --disable-profile
> --enable-add-ons  --enable -kernel=2.6.0 --with-binutils=/tools/bin
> --without-gd --with-headers=/tools/include  --without-selinux && make
> "

did you notice the blank between "--enable -kernel=2.6.0"? should be
"--enable-kernel=2.6.0". could be solve the whole problem.

Martin

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