> > I'm not sure what is the purpose of LANG=C here. > > The setting of this environment variable should avoid some translations of > error messages, shouldn't it?
Coccinelle does not interpret this environment variable in any case. Can you run any other ocaml program? For example, you could put the following in the file foo.ml: let _ = Printf.printf "hello\n" Then compile it as ocamlopt -o foo foo.ml. Then run it as ./foo Do you have another machine on which you could try installing Coccinelle, to see if it gives the same problem? julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
