Lomono__ has quit ["Don't even think about saying Candlejack or else you wi"]
thelema has quit [Read error: 110 (Connection timed out)]
travisbrady has quit []
sporkmonger has quit []
Ched has quit [Read error: 110 (Connection timed out)]
Ched has joined #ocaml
Lomono__ has joined #ocaml
travisbrady has joined #ocaml
Lomono__ has quit ["Don't even think about saying Candlejack or else you wi"]
Alpounet has quit ["Quitte"]
Associat0r has quit []
ulfdoz_ has joined #ocaml
ulfdoz has quit [Read error: 60 (Operation timed out)]
ulfdoz_ is now known as ulfdoz
mpwd_ has quit []
thelema has joined #ocaml
shortcircuit has left #ocaml []
iskaldur has joined #ocaml
iskaldur has quit []
ikaros has joined #ocaml
Camarade_Tux has joined #ocaml
julm has joined #ocaml
ikaros has quit ["Leave the magic to Houdini"]
<mrvn>
moin
alexyk has quit []
<palomer>
plus
oriba has joined #ocaml
eevar2 has joined #ocaml
eut has left #ocaml []
Yoric[DT] has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
julm has quit [Read error: 60 (Operation timed out)]
th5 has joined #ocaml
Associat0r has joined #ocaml
hkBst has joined #ocaml
julm has joined #ocaml
ulfdoz has quit [Read error: 60 (Operation timed out)]
jeanbon has joined #ocaml
ulfdoz has joined #ocaml
ikaros has joined #ocaml
oriba has quit ["Verlassend"]
verte has joined #ocaml
rwmjones_ has joined #ocaml
jeanbon has quit [Read error: 110 (Connection timed out)]
bartiosze has joined #ocaml
Associat0r has quit []
theIdeaMen has joined #ocaml
th5 has quit [Read error: 104 (Connection reset by peer)]
Yoric[DT] has joined #ocaml
komar__ has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
Snark_ has joined #ocaml
Lomono has joined #ocaml
verte_ has joined #ocaml
verte has quit [Nick collision from services.]
verte_ is now known as verte
mellum has joined #ocaml
<mellum>
Hi, I'm trying to build a 64-bit ocaml 3.11.1 on Solaris, I use ./configure -cc "gcc -m64", but it fails with "exception Sys_error("Invalid argument")" in boot/ocamlrun boot/ocamllex parsing/linenum.mll
<mellum>
any ideas?
<Camarade_Tux>
mellum, if it is bothered by the the space, you could make a helper shell script named 64gcc for instance and redirecting to gcc -m64
<mellum>
Camarade_Tux: I don't think it is.
<mellum>
Camarade_Tux: many calls of gcc work. It only fails when running the ocamllex thingy.
<Camarade_Tux>
no idea then
<kaustuv>
mellum: try: OCAMLRUNPARAM=-b make world
<Camarade_Tux>
according to http://caml.inria.fr/mantis/view.php?id=4670 , at least a patch for compiling on solaris x64 has been put in ocaml 3.11.1, maybe you should check it is here
* Camarade_Tux
is currently using C++ templates ='(
<mellum>
Camarade_Tux: it's there
<mellum>
kaustuv: I get Program not linked with -g, cannot print stack backtrace
<mellum>
anyway, unlikely I could make much of a backtrace...
<mellum>
oh well, looks like I'll stay with 32 bit. It's probably not slower anyway
<kaustuv>
I'm looking at the ocaml source now to see why it might be raised. But I would recommend filing a bug report on mantis
<Camarade_Tux>
you should probably report that on mantis
<Camarade_Tux>
mellum, you should try changing the Makefile, it should be quite straight forward