You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
After doing clean install of Haskell platform on windows following error happens.
No other mingw instances on path. Tried reinstalling with default locations. Still no success.
Compiling hello world with ghc suceeded, seems that issue is with ghci only.
The text was updated successfully, but these errors were encountered:
Thanks for your report. In which version of Windows are you seeing this?
Looking at the imports (via dumpbin) of the 64-bit ghci.exe from 8.4.3 on a Window 7 installation, it seems to only depend on kernel32.dll, user32.dll, and msvcrt.dll. Loading ghci.exe, then looking at the loaded dlls (via Process Explorer), I do not see pthread.dll. I looked in the typical locations for dlls on this machine and do not even see a pthread.dll.
I am working on windows 10. Tried installing on another win 10 machine and everything works flawlessly there. Perhaps it is interfering with some other software.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After doing clean install of Haskell platform on windows following error happens.
No other mingw instances on path. Tried reinstalling with default locations. Still no success.
Compiling hello world with ghc suceeded, seems that issue is with ghci only.
The text was updated successfully, but these errors were encountered: