On 7/17/06, Samuel Mimram <[EMAIL PROTECTED]> wrote:

ocamlopt, the native ocaml compiler is not available on every
architecture. Where it is not available, the bytecode compiler (ocamlc)
should be used instead. All this is explained in ocaml's policy[1].

Apparently, what you need to do is to change the lines 24 and 25 of install.ml
to:

let bytecode = true
let native = false

on architectures where /usr/bin/ocamlopt cannot be found.

Thanks, I will try that out when I get access to one of those machines.
--
                                                   Jens Peter Secher
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to