-
Notifications
You must be signed in to change notification settings - Fork 33
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
win7x32 (mingw) : can't load .so/.DLL for: stdc++.dll #7
Comments
Same error here, and I wasn't able to get double-conversion to link with libstdc++-6.dll taken from mingw. Cf. this stack issue |
Should be fixed now. |
Now on linux, any project with double-conversion, stack lts-7.18
Installed all version of libstdc++ I found, doesn't work anyway. Interesting, that all works fine with If it's matter:
UPD installing g++ fixes the problem, but - with |
win7 x32 HaskellPlatform-2014.2.0.0-i386
*Main> main
Loading package double-conversion-2.0.1.0 ... can't load .so/.DLL for: stdc++.dll (addDLL: could not load DLL)
*Main>
mingv does not contain stdc++.dll, only libstdc++-6.dll
The text was updated successfully, but these errors were encountered: