-
Notifications
You must be signed in to change notification settings - Fork 45
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
bytecode target does not install stublibs anymore #117
Comments
Debian is patching this -> ygrek/extunix#23 |
Relevant bug (initial bug report): P. Snively solution was to not request for building them and not install them. If I understand the issue, we should not ask to build them but install them if present. |
No, they should always be built and installed. |
OK, I've just read the linked bug report. I wasn't considering cross-compilation.
I agree with "install them if present", but I don't understand what is meant by "ask to build them". |
@glondu you are right, this has nothing to do with "ask to build them", this is all about linking with them, Here is what should be done:
In 70c197c, this will mean that we revert the OASISLibrary part, but we keep the MyOcamlbuildBase part. |
Since commit 70c197c ("Make OCamlbuild plugin not assume that dynamic linking is supported.") the shared stublibs are not installed anymore. Reverting that change on top of 2e34867 fixes the issue.
The text was updated successfully, but these errors were encountered: