Hello,

After the make command when compiling glibc-2.3.4 in chapter 5.6 i get an error (see below). tcb-offsets.h is involved i believe. It is not present on my system, but tcb-offsets.h.dT exists.

Can someone tell me what's wrong and how i can fix it?

My host system is Ubuntu hoary 5.04

Thanks in advance,

Michiel Faber



.....
make[1]: Entering directory `/mnt/lfs/sources/glibc-2.3.4'
make  -C csu subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.3.4/csu'
mawk -f ../scripts/gen-as-const.awk ../nptl/s.........
....
-MD -MP -MF /mnt/lfs/glibc-build/tcb-offsets.h.dT -MT '/mnt/lfs/glibc-build/tcb-offsets.h.d /mnt/lfs/glibc-build/tcb-offsets.h'
In file included from ../sysdeps/unix/sysdep.h:21,
                from ../sysdeps/unix/i386/sysdep.h:19,
                from ../sysdeps/unix/sysv/linux/i386/sysdep.h:25,
                from <stdin>:1:
../sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory
In file included from ../sysdeps/unix/sysv/linux/sys/param.h:24,
                from ../sysdeps/i386/i686/hp-timing.h:25,
                from ../nptl/descr.h:28,
.....
                from ../sysdeps/unix/sysv/linux/i386/sysdep.h:30,
                from <stdin>:1:
/tools/include/linux/param.h:4:23: asm/param.h: No such file or directory
In file included from ../socket/sys/socket.h:35,
.....
                from ../include/tls.h:6,
                from ../sysdeps/unix/sysv/linux/i386/sysdep.h:30,
                from <stdin>:1:
../sysdeps/unix/sysv/linux/bits/socket.h:304:24: asm/socket.h: No such file or directory
make[2]: *** [/mnt/lfs/glibc-build/tcb-offsets.h] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4'
make: *** [all] Error 2
[EMAIL PROTECTED]:/mnt/lfs/glibc-build$

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