On Sun, May 18, 2003 at 02:24:09PM +0200, Jérôme Marant wrote:
> [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.

because you want to do :

#define <caml/mlvalues.h>

Without having to add fancy -I flags.

I think i understand you when you say that ocamlc and co should add this
flag by default, but not all ocaml stuff use ocamlc in those cases, many
call gcc directly.

Friendly,

Sven Luther
> 
> Cheers,
> 
> -- 
> Jérôme Marant
> 
> http://marant.org
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to