[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#245510: OCamlMake: LIBS not included in ncl target final link



John,

On Fri, Apr 23, 2004 at 10:25:31AM -0500, John Goerzen wrote:
> Package: ocaml-tools
> Version: 2004.03.18-1
> Severity: normal
> 
> The LIBS variable is used for the bcl target... for instance:
> 
> LIBS=str
> 
> When building a library with bcl, it will include str.cma.  However, for
> building a library with ncl, str.cmxa is not included (nor is str.cma
> for that matter).

I cannot reproduce this one (with OCamlMake 6.6.0, which is in the
ocaml-tools package vesion 2004.04.25). On a toy example I get

% make ncl
make[1]: Entering directory
`/home/rt/debian/pkg-ocaml-maint/packages/ocaml-tools/trunk/bugs'
ocamlopt -c -I /usr/include/ocaml/3.07 -I /usr/include/ocaml/3.07 foo.ml
ocamlopt -a     -I /usr/include/ocaml/3.07 -I /usr/include/ocaml/3.07
\
                         -o foo.cmxa foo.cmx
make[1]: Leaving directory
`/home/rt/debian/pkg-ocaml-maint/packages/ocaml-tools/trunk/bugs'

which seems perfectly OK to me.

Could you please send me an example to reproduce this bug?

-Ralf.
-- 



Reply to: