llvm-ocaml-tutorial
llvm-ocaml-tutorial copied to clipboard
The LLVM tutorial using OCaml
Results
2
llvm-ocaml-tutorial issues
Sort by
recently updated
recently updated
newest added
When I try to build with a simple dune command it fails. ``` impor@DESKTOP-MBJ4H1S:~/llvm-ocaml-tutorial$ dune exec bin/kaleidoscope.exe bin/kaleidoscope.exe: error while loading shared libraries: libbindings.so: cannot open shared object file: No...
``` $ ocamlc --version 4.08.0 ``` another problem I suffered a bit was the linking stuff: ``` _build/default/bin/kaleidoscope.exe: error while loading shared libraries: libbindings.so: cannot open shared object file: No...