Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libwinpthread-1.dll is required to run gapis.exe / gapit.exe #17

Closed
ben-clayton opened this issue Mar 6, 2017 · 2 comments
Closed

libwinpthread-1.dll is required to run gapis.exe / gapit.exe #17

ben-clayton opened this issue Mar 6, 2017 · 2 comments

Comments

@ben-clayton
Copy link
Member

Something in our CMake rules is pulling in pthreads when we compile our go executables (and possibly c++ executables).

Because of this, the executables to not run unless libwinpthread-1.dll can be found on PATH.

The work around for now is to have msys64\mingw64\bin on your PATH.

@pmuetschard
Copy link
Member

Along with libwinpthread-1.dll, we also seem to pull in libstdc++-6.dll (which then pulls in libgcc_s_seh-1.dll) from mingw.

@ben-clayton
Copy link
Member Author

I think we've learnt to just live with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants