-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot find -lmtime_clock_stubs in bytecode-only mode #140
Comments
The same can be reproduced without dune using ocamlc's
|
Could you please do in your bytecode switch a |
I had checked before, the file is present
|
So it rather looks like a DLL lookup failure. Did you check the env vars (don't remember which) are correctly setup ? |
yes, everything is setup correctly. All other packages that use stubs work just fine (for example i just tried the same with |
Maybe try to compare the outputs of |
ah i think i get what's happening. It's not the |
Should this issue be moved to the |
It looks like this is caused by this line: Line 75 in 2a81eb1
which is a bit too eager to remove all
|
Thanks @kit-ty-kate for the investigation. Will have a look into this in the upcoming days. |
Meanwhile you can try to test 5a2283b |
It works!! Thanks a lot! I'll open a subsequent PR on opam-repository to conflict previous versions of topkg with the bytecode-only mode to be merged at the same time as the release of topkg |
but using a switch where ocamlopt is present, the last command works fine.
The text was updated successfully, but these errors were encountered: