pthread issue...

Jim Wilson wilson@specifixinc.com
Thu Mar 4 20:21:00 GMT 2004


wilson k.j wrote:
> Now we are trying to build our product on linux
> 9.0/gcc 3.2.2, and uses our 
> archive threads library (which is built on 3.2/8.0). 
> The linking is done as "-lwrapperlibrary -lpthread"
> The application crashes or sometimes hangs at
> pthread_mutex_lock(). 

This sounds like an obscure versioning problem that a gcc volunteer is 
unlikely to be able to help you with.

Also, pthread is not part of gcc.  It is perhaps part of glibc, or 
perhaps part of linuxthreads, I am not sure.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list