Unresolved reference _imp__pthread_XXXX
Ghislain Cottat
ghislain.cottat@wanadoo.fr
Mon May 26 22:29:00 GMT 2003
oops sorry for the fumble ;)
the end of the mail was :
"
...since a dumpbin on libpthreadGC.a gives :
CD40 __imp__pthread_mutex_init
CD40 _pthread_mutex_init
(for example)
"
Thanks in advance for your help,
Another thing is that when I tried to compile pthreadGCE, I got the
following error :
In file included from private.c:45:
ptw32_threadStart.c:89: syntax error before `;' token
ptw32_threadStart.c: In function `void ptw32_terminate()':
ptw32_threadStart.c:109: `ptw32_oldTerminate' undeclared (first use this
function)
ptw32_threadStart.c:109: (Each undeclared identifier is reported only once
for
each function it appears in.)
ptw32_threadStart.c:109: `set_terminate' undeclared (first use this
function)
ptw32_threadStart.c:112: `terminate' undeclared (first use this function)
ptw32_threadStart.c: In function `unsigned int ptw32_threadStart(void*)':
ptw32_threadStart.c:269: `terminate_handler' undeclared (first use this
function)
ptw32_threadStart.c:269: parse error before `=' token
ptw32_threadStart.c:272: `term_func' undeclared (first use this function)
make[1]: *** [private.o] Error 1
whereas the README file tells building pthreadGCE with mingw32 is OK !
Good night all,
--
Ghislain Cottat
More information about the Pthreads-win32
mailing list