On Sat, 20 Aug 2011, SF Markus Elfring wrote: > > Is there any version of the ocaml compiler that allows you to compile and > > run the small test program? > > Yes. - The tool "ocamlopt[.opt]" does not generate usable exceutable files for > me while the tools "ocaml" and "ocamlc[.opt]" work as expected.
If I type make, it uses ocamlc.opt, with the .opt being there because of OPTBIN in Makefile.config. Perhaps you need to do make clean first. Or perhaps it is creating bytecode for you, but there is some problem in a library that is used by Coccinelle but is not used by the simple hello program. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
