[EMAIL PROTECTED] (Jérôme Marant) writes:
> $ ls -al /usr/include/caml > lrwxr-xr-x 1 root root 24 2003-05-07 21:41 /usr/include/caml > -> /usr/lib/ocaml/3.06/caml > > $ ls -al /usr/lib/ocaml/3.06/caml > total 16 > drwxr-xr-x 2 root root 6 2002-12-30 19:43 . > drwxr-xr-x 11 root root 12288 2003-05-07 20:43 .. By the way, I don't understand why /usr/include/caml is necessary. /usr/lib/ocaml/3.06/caml should be enough is ocamlc and others use this directory as default when invoking GCC so let's keep only this directory. Cheers, -- Jérôme Marant http://marant.org

