Displaying 2 results from an estimated 2 matches for "_imp__pthread_getspecific".
2010 Nov 19
1
gomp library with Rtools212
...ne.o
pruneReg.o random.o regtree.o relieff.o rfRegularize.o rfUtil.o rndforest.o
rrelieff.o treenode.o treenodeReg.o trutil.o trutilReg.o utils.o -fopenmp
-LC:/Util/R/R-2.12.0/bin/i386 -lR
c:/util/rtools/mingw/bin/../lib/gcc/mingw32/4.5.0/libgomp.a(parallel.o):(.te
xt+0x19): undefined reference to `_imp__pthread_getspecific'
c:/util/rtools/mingw/bin/../lib/gcc/mingw32/4.5.0/libgomp.a(parallel.o):(.te
xt+0x7a): undefined reference to `_imp__pthread_mutex_lock'
c:/util/rtools/mingw/bin/../lib/gcc/mingw32/4.5.0/libgomp.a(parallel.o):(.te
xt+0x9a): undefined reference to `_imp__pthread_mutex_unlock'
c:/util/rt...
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
...0x1d9):
un
defined reference to `_imp__pthread_key_delete'
..\..\lib\libLLVMSystem.a(ThreadLocal.cpp.obj):ThreadLocal.cpp:(.text+0x245):
un
defined reference to `_imp__pthread_setspecific'
..\..\lib\libLLVMSystem.a(ThreadLocal.cpp.obj):ThreadLocal.cpp:(.text+0x28a):
un
defined reference to `_imp__pthread_getspecific'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [bin/opt.exe] Error 1
mingw32-make[1]: *** [tools/opt/CMakeFiles/opt.dir/all] Error 2
mingw32-make: *** [all] Error 2
C:\projects\game-editor\LLVM\build-root>
=======End console===========
The pthread libraries are there, so what...