Hello, when compiling menhir I now get a lintian warning:
W: libmenhir-ocaml-dev: shared-lib-without-dependency-information usr/lib/ocaml/menhirLib/menhirLib.cmxs N: N: The listed shared library doesn't include information about which other N: libraries the library was linked against. (When running "ldd foo.so" ldd N: should report about these other libraries. In your case, ldd just N: reports "statically linked".) N: N: To fix this, you should explicitly specify the libraries which are used N: (e.g., "-lc") when building the shared library with "ld". N: N: If you have questions about this, please contact N: [email protected]. N: N: Severity: normal, Certainty: certain N: N: Check: binaries, Type: binary, udeb is this relevant for the case of OCaml? if yes, what should one do? -Ralf.

