|
From: Earnie B. <ea...@us...> - 2012-08-11 23:06:09
|
On Sat, Aug 11, 2012 at 5:07 PM, mingw124 wrote: > > Ok where can I get the "libpthread.a" static lib? > > My standard mingw doesn't seem to have it. If you installed correctly it will be in C:\mingw\lib with a name of libpthread.a. You did use mingw-get to install didn't you? mingw-get install --reinstall gcc This should put the required files in the ..\lib directory where .. represents the parent directory of the directory containing the mingw-get binary. Make sure you install in a directory without spaces in the absolute path name. -- Earnie -- https://sites.google.com/site/earnieboyd |