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]

Pthread Linking problem


Hi

I have read everything from readme, faq to mailing list and there is the
talk of the right lib choise and linking problems, but I`m really new on
this stuff and don`t understand the advises, maybe someone could help me.
My problem is I have to make a software bundle platform independent. I think
I have now fixed the most problems but I get a Linking error:

SubGrayvalueFeatureExtractor.obj : error LNK2001: unresolved external symbol
__imp__pthread_mutex_unlock
RegionDataReader.obj : error LNK2001: unresolved external symbol
__imp__pthread_mutex_unlock
RegionFeatureExtractor.obj : error LNK2001: unresolved external symbol
__imp__pthread_mutex_unlock
SiftDataReader.obj : error LNK2001: unresolved external symbol
__imp__pthread_mutex_unlock
SiftFeatureExtractor.obj : error LNK2001: unresolved external symbol
__imp__pthread_mutex_unlock
And so on
.\Debug/Segmentation.exe : fatal error LNK1120: 2 unresolved externals

I`m using VC 7.1 and have compiled pthreadVC.dll and *.lib. I had the same
problem with ImageMagick, but solved it with a rebuild.
I hope someone could help me, it's really important.

All the best,
Michael




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