Hello everyone...<br><br>I'm hoping that someone can give me insight as to why I am having problems building the Kaleidoscope example for OCaml.<br><br>Platform: Mac OS 10.8.2<br>OCaml version: 4.00.1<br>LLVM version: 3.1<br>
XCode version: 4.5.2<br><br><br>I successfully build the examples when running "gnumake BUILD_EXAMPLES=1" in the OBJ_DIR, however when I try to build them from outside the build tree (ie move the source into my own subtree), I run into problems.<br>
<br>When I try to build (ocamlbuild toy.byte) after moving the llvm_* .cma, .cmo. .cmx .cmxa and  .a into the local directory, I get the following error.<br><br>+ /usr/local/bin/ocamlc.opt llvm.cma llvm_analysis.cma llvm_executionengine.cma llvm_target.cma llvm_scalar_opts.cma -cc clang++ ast.cmo token.cmo parser.cmo codegen.cmo lexer.cmo toplevel.cmo toy.cmo bindings.o -o toy.byte<br>
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated<br>ld: library not found for -lllvm_scalar_opts<br>clang: error: linker command failed with exit code 1 (use -v to see invocation)<br>
File "_none_", line 1:<br>Error: Error while building custom runtime system<br>Command exited with code 2. <br><br>I noticed that the make files provided do not use <a href="http://myocamlbuild.ml">myocamlbuild.ml</a> (and hence the ocamlbuild tool), but quite frankly, I find it difficult to follow exactly how they find the library files required in the OBJ_DIR tree to do the build.<br>
<br>Any explicit attempt to include library paths gives me the following error.<br><br>ocamlbuild -I /usr/local/bin toy.byte<br><br>Failure:<br>  Included or excluded directories must be implicit (not "/usr/local/bin").<br>
Compilation unsuccessful after building 0 targets (0 cached) in 00:00:00.<br><br><br>Any suggestions would be greatly appreciated.<br><br>Cheers,<br>Frank<br><br><br><br><br><br><br><br><br>