Florian Berger wrote: > Hi List Members, > > pth-1.4.0 fails to compile on my system :( > /configure runs without problems, but make stops with: > > > make > /libtool --mode=link --quiet gcc -o test_std test_std.o test_common.o > libpth.la -lnsl > /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' > collect2: ld returned 1 exit status > make: *** [test_std] Error 1 > > I use: Kernel 2.2.16, glibc-2.2-9, gcc-2.95.3-73, gpp-2.95.3-73, > libgpp-2.95.3-73, glibc-devel-2.2.2-42, gppshare-2.95.3-73 >
I am not sure but you can check your LD_LIBRARY_PATH variable : where is your libc.so.6 ? Is the path of this lib in your LD_LIBRARY_PATH environmental variable ? If not, add it and try. But if yes, I don't know ! Good luck. ______________________________________________________________________ GNU Portable Threads (Pth) http://www.gnu.org/software/pth/ User Support Mailing List [EMAIL PROTECTED] Automated List Manager (Majordomo) [EMAIL PROTECTED]
