Hi, i guess step 5.5 didn't work properly. It seems that errno.h is missing, which is part of the linux linux api headers. try to repeat 5.5 and check if errno.h is present (/tools/include/asm/errno.h).
Greets On Tue, Mar 04, 2008 at 02:04:44AM +0100, [EMAIL PROTECTED] wrote: > Hi you all! > I started this evening to build my first LFS. > All gone well untill I got the message, after the string used to compile > glibc as the manual says. > > " ../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 " > > check_fds.c: In function 'check_one_fd': > check_fds.c:45: error: 'EBADF' undeclared (first use in this function) > check_fds.c:45: error: (Each undeclared identifier is reported only once > check_fds.c:45: error: for each function it appears in.) > make[2]: *** [/LFS/ROOT/sources/glibc-build/csu/check_fds.o] Error 1 > make[2]: Leaving directory `/LFS/ROOT/sources/glibc-2.5.1/csu' > make[1]: *** [csu/subdir_lib] Error 2 > make[1]: Leaving directory `/LFS/ROOT/sources/glibc-2.5.1' > make: *** [all] Error 2 > [EMAIL PROTECTED]:/LFS/ROOT/sources/glibc-build$ > > I'm not a coder and I don't think I should look right there! > some issue? > what should I do? > > The host system is a Debian Lenny with kernel 2.6.22-5 full updated. > thank you in adv. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
