>it seems ocamlopt is only availible on some architectures and ocamlc >needs to be used on those without it. I'm not sure how much of a drop >in replacement it is though.
If I try to use ocamlc as a drop in for ocamopt I get errors:
ocamlc -o ocextr ocextr.ml
./ocextr bdb_stubs.c > bdb.ml
ocamlc -inline 40 -c bdb.ml
/usr/bin/ocamlc: unknown option `-inline'.
Usage: ocamlc <options> <files>
It seems to not be a drop in replacement.
So I think the fix would be to change Architecture: all to Architecture:
i386, amd64, sparc
Christoph
--
============================================================================
Christoph Martin, Leiter der EDV der Verwaltung, Uni-Mainz, Germany
Internet-Mail: [EMAIL PROTECTED]
Telefon: +49-6131-3926337
Fax: +49-6131-3922856
signature.asc
Description: OpenPGP digital signature

