Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executable "test"
- Path: src
- BuildTools: ocamlbuild
- MainIs: test.ml
- CSources: postmap_stubs.c
- CCOpt: -Wall
- -I/home/andre/src/postfix-2.9.4/src/util
- -I/home/andre/src/postfix-2.9.4/src/global
- /usr/bin/ocamlmklib -o src/test_stubs src/postmap_stubs.o
- ocamlfind ocamlc -g -dllib dlltest_stubs -linkpkg src/postmap.cmo src/test.cmo src/libtest_stubs.a -o src/test.byte
- + ocamlfind ocamlc -g -dllib dlltest_stubs -linkpkg src/postmap.cmo src/test.cmo src/libtest_stubs.a -o src/test.byte
- File "_none_", line 1, characters 0-1:
- Error: Error on dynamically loaded library: dlltest_stubs.so: dlltest_stubs.so: cannot open shared object file: No such file or directory
- Command exited with code 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement