Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 9th, 2012  |  syntax: None  |  size: 0.77 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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.