You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly. (byte shared_object) doesn't allow to link C stubs:
74 | (executable
75 | (name xxx)
76 | (modes (byte shared_object))
....
95 | )
96 | (flags)
97 | )
Error: Pure bytecode executables cannot contain foreign stubs.
Hint: If you only need to build a native executable use "(modes exe)".
Interestingly, (modes shared_object) works with ocamlc for an executable with C stubs (when ocamlopt is not available). Maybe the error above is just a bug?
The text was updated successfully, but these errors were encountered:
From #7789 (comment):
The text was updated successfully, but these errors were encountered: