pveber
pveber
Right, silly me. I thought I had tested that, but since you were mentioning it I decided to give it a new try, and of course it works... Sorry for...
> The implementation `b.ml` should depend only on the interface `a.cmi` I don't think this is true for native compilation of packed libraries, and the error message is a hint...
Couldn't find a clue in the manual but this [quote](https://lists.debian.org/debian-ocaml-maint/2007/06/msg00071.html) gives a hint: > The rationale is that with inlining enabled, ocamlopt when building module B has embedded in it...
Not at the moment. Thanks for considering!
I've just been bitten again by this one. Note that it affects any project compiling an executable from an internal lib in native mode. When you modify a module from...
Thanks for looking into that! Unfortunately it is not working in my hands yet. Maybe I can prepare a minimal (counter-)example if you think this might help you?