Thank you for the suggestion, I updated the README.rdoc file in r2948.
Laurent
On Nov 2, 2009, at 7:54 PM, Antony Blakey wrote:
I've just discovered that there is an interaction between the LLVM
build process and OCaml - if OCaml is installed then LLVM 82747 will
try and build OCaml binding
I've just discovered that there is an interaction between the LLVM
build process and OCaml - if OCaml is installed then LLVM 82747 will
try and build OCaml bindings, which for me at least stops the LLVM
build.
The trick is to configure LLVM with:
./configure --enable-bindings=none
Given