Displaying 2 results from an estimated 2 matches for "34c3b03e".
2009 Jan 19
0
[LLVMdev] ocaml build system
...E=1 and/or
TOO_VERBOSE=1 should show you the full ocaml command lines; maybe
that'll show where -lffi is getting dropped on the floor.
— Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090119/34c3b03e/attachment.html>
2009 Jan 19
2
[LLVMdev] ocaml build system
I have an issue with the OCaml build system and the ExecutionEngine.
PR2128 has a patch to change the Interpreter to use libffi. This breaks
test/Bindings/Ocaml/executionengine.ml because OCaml doesn't try to link
with libffi, even though llvm-config knows that we should:
$ Debug/bin/llvm-config --ldflags interpreter
-L/home/nicholas/llvm-commit/Debug/lib -lpthread -lffi -ldl -lm