How to set up pthreads on windows?

The .dll can go in any directory listed in your PATH environment variable. The .lib file can go in any directory listed in your LIB environment variable. The .h files can go in any directory listed in your INCLUDE environment variable. Also see the FAQs page of the link you shared . Read Q6, Q7, … Read more

Adding gdb to MinGW

In a command prompt I browsed to C:\MinGW\bin and ran: mingw-get.exe install gdb That fixed it for me. Not sure if it matters but I have C:\MinGW\bin in my path (guess I probably didn’t need to browse to C:\MinGW\bin).