pikatchu / LinearML

Functional language for parallel programming
Other
432 stars 37 forks source link

configure script bug #14

Open davidgiven opened 12 years ago

davidgiven commented 12 years ago

Line 241:

else $llbindings=$(ocamlc -where)

...should be:

else llbindings=$(ocamlc -where)
davidgiven commented 12 years ago

...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.

vrotaru commented 12 years ago

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)