This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Tests


Hi,

thanks to previous advice, I can now build glibc on my Ubuntu x86 system, but when I run the tests I get this failure:

GCONV_PATH=/home/rrt/download/libc-build/iconvdata LC_ALL=C /home/rrt/download/libc-build/elf/ld-linux.so.2 --library-path /home/rrt/download/libc-build:/home/rrt/download/libc-build/math:/home/rrt/download/libc-build/elf:/home/rrt/download/libc-build/dlfcn:/home/rrt/download/libc-build/nss:/home/rrt/download/libc-build/nis:/home/rrt/download/libc-build/rt:/home/rrt/download/libc-build/resolv:/home/rrt/download/libc-build/crypt:/home/rrt/download/libc-build/nptl /home/rrt/download/libc-build/nptl/tst-cleanup0 2>&1 | cmp - tst-cleanup0.expect >& /home/rrt/download/libc-build/nptl/tst-cleanup0.out
libgcc_s.so.1 must be installed for pthread_cancel to work


But libgcc_s.so.1 is indeed installed, in /lib!

Here's the configure line I used:

CC='gcc -m32 -march=i486' CXX='gcc -m32 -march=i486' CFLAGS='-O2 -g -fno-stack-protector' ../libc/configure --prefix="/home/rrt/local/" --with-tls --enable-add-ons=nptl --with-__thread --enable-shared --without-cvs

I'm using the default system gcc, which is 4.2.3.

--
http://rrt.sc3d.org/ | fantasize, a.  as big as fizzy orange


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]