Package: libgetopt-ocaml-dev Version: 0.0.20040811-10+b6 Hi,
When compiling a program using getopt, ocaml complains the cmx file is missing: File "_none_", line 1: Warning 58: no cmx file was found in path for module Getopt, and its interface was not compiled with -opaque File "src/main.ml", line 1: Error: Some fatal warnings were triggered (1 occurrences) Command exited with code 2. Hint: Recursive traversal of subdirectories was not enabled for this build, as the working directory does not look like an ocamlbuild project (no '_tags' or 'myocamlbuild.ml' file). If you have modules in subdirectories, you should add the option "-r" or create an empty '_tags' file. Environment: Debian sid, ocaml 4.05.0 Thanks, Pierre

