-
Notifications
You must be signed in to change notification settings - Fork 470
bytecode + c stubs not working as expected #108
Copy link
Copy link
Open
Labels
Description
See this repo:
https://github.com/rgrinberg/jbuilder-c-stubs
[rgrinberg:~/tmp/c-ocaml] 1 % jbuilder build hello_world.exe
[rgrinberg:~/tmp/c-ocaml] % _build/default/hello_world.exe
Hello
[rgrinberg:~/tmp/c-ocaml] % _build/default/hello_world.bc
Fatal error: cannot load shared library dllc_lib_stubs
Reason: dllc_lib_stubs.so: cannot open shared object file: No such file or directory
Am I doing something wrong here?
Reactions are currently unavailable