Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Executable "test"
  2. Path: src
  3. BuildTools: ocamlbuild
  4. MainIs: test.ml
  5. CSources: postmap_stubs.c
  6. CCOpt: -Wall
  7. -I/home/andre/src/postfix-2.9.4/src/util
  8. -I/home/andre/src/postfix-2.9.4/src/global
  9.  
  10.  
  11. /usr/bin/ocamlmklib -o src/test_stubs src/postmap_stubs.o
  12. ocamlfind ocamlc -g -dllib dlltest_stubs -linkpkg src/postmap.cmo src/test.cmo src/libtest_stubs.a -o src/test.byte
  13. + ocamlfind ocamlc -g -dllib dlltest_stubs -linkpkg src/postmap.cmo src/test.cmo src/libtest_stubs.a -o src/test.byte
  14. File "_none_", line 1, characters 0-1:
  15. Error: Error on dynamically loaded library: dlltest_stubs.so: dlltest_stubs.so: cannot open shared object file: No such file or directory
  16. Command exited with code 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement