$make check / glibc
i followed everything in the book several times...it always fails at $make check in the glibc sources
i get the following message:
/tmp/cc2qOJjM.o(.text+0x157): In function `get_null_defines':
: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/lib/crt1.o(.text+0xc): In function `_start':
: undefined reference to `__libc_csu_fini'
/usr/lib/crt1.o(.text+0x11): In function `_start':
: undefined reference to `__libc_csu_init'
/mnt/lfs/sources/glibc-build/libc.so: undefined reference to `__libc_stack_end@$
collect2: ld returned 1 exit status
make[2]: *** [/mnt/lfs/sources/glibc-build/stdlib/isomac] Error 1
make[1]: *** [stdlib/tests] Error 2
make: *** [check] Error 2
any suggestions?
thanks, impulze
|