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]

Newbie question


I apologise for being thick.

I've downloaded the lastest self extracting achive.
Extracted the files
Put the lib, dll, and headers in the appropriate sdk/path directories
yet, when I try to compile one of the test files I get errors, such as

join0.c
join0.obj : error LNK2019: unresolved external symbol
__imp__pthread_exit referenced in function _func
join0.obj : error LNK2019: unresolved external symbol
__imp__pthread_join referenced in function _main
join0.obj : error LNK2019: unresolved external symbol
__imp__pthread_create referenced in function _main
join0.exe : fatal error LNK1120: 3 unresolved externals

I'm sure I'm just doing something retarded, but I'm new to this. Any
help would be most appreciated.

My thanks
-- 
Simon Manasseh
s.manasseh@gmail.com


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