This is the mail archive of the pthreads-win32@sourceware.org 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]

Unable to build 2.7.0


I trying to build Pthreads-Win32 2.7.0 with MSVC++ 6.0 on Windows XP
SP2, and I'm getting the following linker errors:

    Creating library pthreadVCE2.lib and object pthreadVCE2.exp
    misc.obj : error LNK2001: unresolved external symbol
_ptw32_mcs_lock_release
    misc.obj : error LNK2001: unresolved external symbol
_ptw32_mcs_lock_acquire
    mutex.obj : error LNK2001: unresolved external symbol
_ptw32_relmillisecs
    semaphore.obj : error LNK2001: unresolved external symbol
_ptw32_relmillisecs
    pthreadVCE2.dll : fatal error LNK1120: 3 unresolved externals
 
Any help would be much appreciated.
 
Thanks,
 
Moshe


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