LinearML icon indicating copy to clipboard operation
LinearML copied to clipboard

configure script bug

Open davidgiven opened this issue 12 years ago • 2 comments

Line 241:

else $llbindings=$(ocamlc -where)

...should be:

else llbindings=$(ocamlc -where)

davidgiven avatar Oct 11 '12 14:10 davidgiven

...also, the ocamlc, ocamlopt version check says it's looking for a version of ocamlc of 3.12 or higher, but actually seems to look for 4.00 or higher. I'm not quite up to speed with the [[]] shell syntax, however.

davidgiven avatar Oct 11 '12 14:10 davidgiven

I can explain the 3.12 vs. 4.0 bit. I've modifiedt the configure script to accept the ocaml 4.0 and llvm 3.1, but I left the some warinings unmodified.

If you go two commits back you can/have to use ocaml 3.12 and llvm 2.8(9)

vrotaru avatar Oct 11 '12 16:10 vrotaru