-
Notifications
You must be signed in to change notification settings - Fork 21
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
Problem for building with integers: /usr/bin/ld: Can't find -lintegers
#26
Comments
It disappears once I downgrade integers:
|
This is likely related to #21 |
@XVilka: the various versions of ctypes in |
@yallop yes, I pinned ctypes to the git repository. |
@XVilka: yallop/ocaml-ctypes#594 should fix the problem. |
Note that integers 0.3.0 still has this bug. My application can't link with it, but works if I tell opam (now 2.0.5, from 2.0.2) to pin integers to 0.2.2. (NB: using ocaml 4.07.1 on Linux x64) |
@fare: are you using |
I don't see |
A reproducible test case would be helpful, if possible. |
Aha, indeed I found that the culprit was that my |
ocaml/opam-repository#13488
OCaml 4.07.0 system switch, opam 2.0.3,
after upgrading
integers
package from0.2.2
version to0.3.0
ztd.0.2
fails to build:The text was updated successfully, but these errors were encountered: