Hi, I have successfully built mosml after git clone. But after installing with:
$ DESTDIR=/tmp/mosml-install make install
if I try to execute mosml in that directory:
$ /tmp/mosml-install/usr/local/bin/mosml
/tmp/mosml-install/usr/local/bin/mosml: 11: exec: /usr/local/bin/camlrunm: not found
it gives me an error saying that camlrunm is not found.
I guess the path to camlrunm is hard-coded into mosml because camlrunm is installed to the same directory $DESTDIR/usr/local/bin/ as mosml.