Closed
Description
The error that comes up in cmd.exe is '...pthreadGC2.dll is missing...', PowerShell doesn't show any errors. After copying the pthreadGC2.dll[1] into the installation directory[2], things were working properly in PowerShell and cmd.exe.
[0] http://www.sourceware.org/pthreads-win32/ - pthread lib home page
[1] ftp://sourceware.org/pub/pthreads-win32/dll-latest/dll/x86/pthreadGC2.dll
[2] C:\MinGW\msys\1.0\local\bin
Edit: This was after compiling from source, the revision at the time was df39932.