[llvm-commits] [llvm] r42093 - in /llvm/trunk: ./ bindings/ bindings/ocaml/ bindings/ocaml/bitwriter/ bindings/ocaml/llvm/ test/Bindings/ test/Bindings/Ocaml/ test/lib/
Gordon Henriksen
gordonhenriksen at mac.com
Sun Sep 23 06:40:35 PDT 2007
On Sep 22, 2007, at 20:15, Bill Wendling wrote:
> I got farther. But now it's doing this:
>
> llvm[4]: ======= Finished Linking Debug Executable Sample
> Bad -I option: /Users/wendling/llvm/llvm.obj/Debug/lib/ocaml: No
> such file or directory
> make[3]: *** [/Users/wendling/llvm/llvm.obj/bindings/ocaml/llvm/
> Debug/llvm.ocamldep] Error 2
> make[2]: *** [all] Error 1
> make[1]: *** [ocaml/.makeall] Error 2
> make: *** [all] Error 1
Nice.
I'd tested the objdir != srcdir build on a machine with ocaml 2.06,
where ocamldep doesn't produce that helpful diagnostic. After this
patch, the ocaml 2.10cvs works too:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-
Mon-20070917/053796.html
— Gordon
More information about the llvm-commits
mailing list