odb
odb copied to clipboard
ocamlwc does not install
#After the failed odb trial, If I do by hand: cd ~/ocamlbrew/ocaml-3.12.1/build/odb/install-ocamlwc/ocamlwc-0.3 ./configure --prefix=$HOME/ocamlbrew/ocaml-4.00.0 make make install #it works fine
Should odb have macro expansion on the configure command to handle this kind of case?
I tried many things but none worked inside of odb. :( I don't know what's wrong with this package. Even if I put a config= in my packages file, odb just hangs at the make install stage. Basically, this "make install" command never returns (line 650 in odb.ml). While if I do everything by hand in the ocamlwc checkout everything works fine.
Does it hang for you also?
Regards, F.