This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: pthread issue...


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



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