Good morning all

I'm trying to build my third LFS system ... the release choosen this time is
6.3

However, trying to compile glibc-2.5.1 (chapter 5) I get this error:

/mnt/lfs/sources/glibc-build/nscd/nscd.o: In function `nscd_open_socket':
/mnt/lfs/sources/glibc-2.5.1/nscd/nscd.c:414: undefined reference to
`__stack_chk_guard'
/mnt/lfs/sources/glibc-2.5.1/nscd/nscd.c:432: undefined reference to
`__stack_chk_guard'
/mnt/lfs/sources/glibc-build/nscd/connections.o: In function `restart':
/mnt/lfs/sources/glibc-2.5.1/nscd/connections.c:1129: undefined reference to
`__stack_chk_guard'
/mnt/lfs/sources/glibc-2.5.1/nscd/connections.c:1257: undefined reference to
`__stack_chk_guard'
/mnt/lfs/sources/glibc-build/nscd/connections.o: In function `nscd_run':
/mnt/lfs/sources/glibc-2.5.1/nscd/connections.c:1289: undefined reference to
`__stack_chk_guard'
/mnt/lfs/sources/glibc-build/nscd/connections.o:/mnt/lfs/sources/glibc-2.5.1
/nscd/connections.c:438: more undefined references to `__stack_chk_guard'
follow
collect2: ld returned 1 exit status
make[2]: *** [/mnt/lfs/sources/glibc-build/nscd/nscd] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.5.1/nscd'
make[1]: *** [nscd/others] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.5.1'
make: *** [all] Error 2

The host system is LFS-5.0 with gcc 3.3.1; I read this gcc version could
have problems with glibc, but I verified the script "configure" setthe right
version of gcc (as installed previous in the Chapter 5):

configure:2486: checking for gcc
configure:2502: found /tools/bin/gcc
configure:2512: result: gcc
configure:2756: checking for C compiler version
configure:2759: gcc --version </dev/null >&5
gcc (GCC) 4.1.2

Any idea where could be the problem and/or suggestions ?

Thanks in advance for any answers

B.R.
Rokko

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