|
From: Earnie B. <ea...@us...> - 2013-08-15 12:03:30
|
On Thu, Aug 15, 2013 at 3:40 AM, Tony Theodore wrote: > > Version 2.9.1 introduced an autostatic[1] feature that removed the need to call pthread_win32_process_attach_np() > and pthread_win32_process_detach_np() explicitly in most cases. The next release[2] should complete this so it's no longer required at all. > > > [1] http://sourceware.org/ml/pthreads-win32/2010/msg00006.html > [2] http://www.sourceware.org/pthreads-win32/news.html > So when 2.10 becomes available we can distribute the static library. It is most definitely good news for those who prefer to use static. In the meantime it appears possible to use a static library but you must follow a few oddities to work around issues. However the delivered package from MinGW.org does not contain the static version so you must build it yourself. -- Earnie -- https://sites.google.com/site/earnieboyd |