-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Shared library broken on MinGW #430
Comments
Does it work when you add |
That did the trick! Thanks, Pieter! It does work in Linux without that, by the way. |
Maybe you just compiled in linux without gmp dependency? (--without-bignum, or just no libgmp developer files available?) |
No extra options at all, just ./configure and make, and libgmp-dev is installed. But it compiles fine with just
|
Right, but your Linux build environment may just not have libgmp-dev, in
which case configure will automatically build without libgmp support.
|
I rebuilt and reinstalled the library; configure enables libgmp. Stub still compiles OK without -lgmp though. I think this is because Linux allows unresolved symbols in shared libraries.
|
@Aparesse no idea, sorry |
This stub compiles, links and runs on Linux
but produces the following linking error under MinGW:
The undefined symbols:
The text was updated successfully, but these errors were encountered: