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]

problems linking


Hi,

I am having a problem using "POSIX threads for win32" binaries.

I am porting to wince an unix application which uses posix threads. The
compilation works fine, but the linking phase fails (I use pthreadVCE.lib
for linking). The message is:
... unresolved external symbol __imp_pthread_cond_wait referenced in ...

I looked inside pthreadVCE.lib and it seems to have a function called
__imp__pthread_cond_wait. So, there is an extra "_" appearing.
Can you please point me to a solution to fix this problem?

Best regards,
George.


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