Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Library libssh
  2. Path: src
  3. BuildTools:ocamlbuild
  4. install: true
  5. CClib: -lssh
  6. CCOpt: -g -Wextra -Wall -std=c99
  7. Modules: Ssh
  8. CompiledObject: best
  9. CSources: libssh_stubs.c
  10.  
  11.  
  12.  
  13. ocamlfind ocamlopt -g r_test.ml -ccopt -v -linkpkg -package libssh -o Prog ⏎
  14. Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
  15. Target: x86_64-apple-darwin14.5.0
  16. Thread model: posix
  17. "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o Prog -L/Users/Edgar/.opam/working/lib/libssh -L/Users/Edgar/.opam/working/lib/ocaml -no_compact_unwind /var/folders/31/fdpzgydn611cp5mly2p9hv3c0000gn/T/camlstartupd7b4e0.o /Users/Edgar/.opam/working/lib/ocaml/std_exit.o r_test.o /Users/Edgar/.opam/working/lib/libssh/libssh.a /Users/Edgar/.opam/working/lib/ocaml/stdlib.a -llibssh_stubs -lssh /Users/Edgar/.opam/working/lib/ocaml/libasmrun.a -L/opt/X11/lib -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a
  18. Undefined symbols for architecture x86_64:
  19. "_ssh_free", referenced from:
  20. _libssh_ml_ssh_close in liblibssh_stubs.a(libssh_stubs.o)
  21. "_ssh_new", referenced from:
  22. _libssh_ml_ssh_init in liblibssh_stubs.a(libssh_stubs.o)
  23. ld: symbol(s) not found for architecture x86_64
  24. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25. File "caml_startup", line 1:
  26. Error: Error during linking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement