|
From: Earnie B. <ea...@us...> - 2013-08-14 19:25:39
|
On Wed, Aug 14, 2013 at 12:57 PM, Radu Rendec wrote: > > Hi, > > Is there any easy way to statically link against pthread? Using > -lpthread always creates a dependency on pthreadGC2.dll, even when using > -static. > No, I'm not sure why but the package creation copies the libpthreadGC.dll.a to libpthread.a. Probably because there are issues with controlling the threads using a static library. I have yet to try testing the static library to see if it functions. -- Earnie -- https://sites.google.com/site/earnieboyd |