This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: fix for multithreaded gettext() tests


Steve Munroe wrote:
> Todays cvs fails make check (segfaults) for intl/tst-gettext4.sh and
> intl/tst-gettext5.sh because these script do not provide a complete
> --library-path.
> ...
> +${common_objpfx}elf/ld.so --library-path $common_objpfx:\
> ${common_objpfx}math:\
> ${common_objpfx}elf:\
> ${common_objpfx}dlfcn:\
> ${common_objpfx}nss:\
> ${common_objpfx}nis:\
> ${common_objpfx}rt:\
> ${common_objpfx}resolv:\
> ${common_objpfx}crypt:\
> ${common_objpfx}nptl \
> ${objpfx}tst-gettext4 > ${objpfx}tst-gettext4.out

Are you sure it needs math, elf, dlfcn, nss, nis, rt, resolv, crypt?
The programs are linked against the thread library; just nptl should be
sufficient, in my opinion.

Also, if it needs 'nptl' on some platforms, it will need 'linuxthreads' on
others.

Bruno


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