This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 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]

Unresolved reference _imp__pthread_XXXX


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




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