|
make[2]: Leaving directory `/lfs/lfs1/p/gettext-0.11.5/lib'
Making all in libuniname
make[2]: Entering directory `/lfs/lfs1/p/gettext-0.11.5/libuniname'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -g -O2 -c `test -f un
iname.c || echo './'`uniname.c
rm -f libuniname.a
ar cru libuniname.a uniname.o
ranlib libuniname.a
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -g -O2 -c `test -f te
st-names.c || echo './'`test-names.c
/bin/sh ../libtool --mode=link gcc -g -O2 -o test-names test-names.o libunin
ame.a ../lib/libgettextlib.la
mkdir .libs
chmod 777 .libs
gcc -g -O2 -o .libs/test-names test-names.o libuniname.a ../lib/.libs/libgettex
tlib.so -lc -Wl,--rpath -Wl,/stage1/lib
/lib/libc.so.6: undefined reference to `__libc_stack_end@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_tls_symaddr@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
make[2]: *** [test-names] Error 1
make[2]: Leaving directory `/lfs/lfs1/p/gettext-0.11.5/libuniname'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/lfs/lfs1/p/gettext-0.11.5'
make: *** [all] Error 2 |
|