Can't compile with ocaml (ocamlopt) and float -
Can't compile with ocaml (ocamlopt) and float -
i have problem compiling ocamlopt , floats
i'm under ubuntu 10.04 , ocaml 3.11
for line :
let = 10.0;;
no worries top level
no worries ocamlc (code in test.ml file) :
ocamlc -o exec test.ml
error ocamlopt :
ocamlopt -o exec test.ml
message :
file "test.ml", line 1, characters 0-1: error: assembler error, input left in file /tmp/camlasm5c3d4d.s
where coming ?
edit : problem solved, 3.12 fixes bug
thank guys :)
it looks known issue, , bug appears specific combination of binutils , ocaml should not appear official packages ubuntu 10.04. using official packages? if so, provide exact versions of binutils , ocaml?
there patch ocaml in aforementioned bugreport, easier prepare upgrade if can. if using official packages, bugreport should submitted ubuntu bundle fixed.
ocaml
Comments
Post a Comment