Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I tried to make ocaml-3.12.0.tar.bz2 libs but i got some FP error. Is this mean something to do with floating point?
First I set temp dir just in case.
# export TMPDIR=/ffp/tmp
I using for configuration
# ./configure --prefix=ffp
Result Configure.log
Then I tried to make it, with several options, but here is example for world.opt
# make world > world.opt.log
There is repeating error
/ffp/bin/ld: ERROR: stdlib/std_exit.o uses hardware FP, whereas ocamlc.opt uses software FP /ffp/bin/ld: failed to merge target specific data of file stdlib/std_exit.o
There is result form file.
There is result from console.
What I am doing wrong and how I can make ocaml libs.
Last edited by Karlsson (2014-04-10 07:27:40)
Offline