From: Povolotskyi, M. <mpo...@pu...> - 2019-12-10 16:12:34
|
Thank you, I'll try to disable the pthreads. Michael. On 12/09/2019 07:00 PM, John Peterson wrote: On Mon, Dec 9, 2019 at 5:45 PM Povolotskyi, Mykhailo <mpo...@pu...<mailto:mpo...@pu...>> wrote: Hello John, due to some reasons I have to build my code on Windows. So, I have cygwin and I managed to locate several pthread.h. They are in the following directories: C:\cygwin64\usr\i686-pc-cygwin\sys-root\usr\include C:\cygwin64\usr\i686-w64-mingw32\sys-root\mingw\include C:\cygwin64\usr\include C:\cygwin64\usr\x86_64-w64-mingw32\sys-root\mingw\include OK, well the best thing to do is probably configure with --disable-pthreads. Also you may want to look into something called "MSys2," as there was a user not long ago who I believe got everything to compile using that. https://github.com/libMesh/libmesh/pull/1388 -- John |