On Tue, Nov 13, 2001 at 02:51:19PM -0500, Madan Mohan Jampani wrote: > I'm sorry I typed the error message a bit wrong. > the library is /lib/i686/libpthread.so.0 > > and not /usr/local/lib/libpthread.0 as I mentioned earlier.. > > any hints ??
Did you link your application with -lpthread? If a library that you're using uses threads but you don't link your application against pthreads, glibc won't properly initialize in threaded mode. This may cause your program to crash in places like __errno_location. Cheers, Matt _______________________________________________ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list