Bug#309844: libocamlgsl-ocaml-dev: package should depend on libgsl0-dev

2005-05-19 Thread Sylvain LE GALL
Hello, On Thu, May 19, 2005 at 07:33:27PM -0700, Steve Langasek wrote: > On Fri, May 20, 2005 at 01:18:59AM +0200, Sylvain LE GALL wrote: > > On Thu, May 19, 2005 at 10:26:09PM +0200, Remi Vanicat wrote: > > > Package: libocamlgsl-ocaml-dev > > > Version: 0.3.5-2 > > > Severity: grave > > > > the

Bug#309844: libocamlgsl-ocaml-dev: package should depend on libgsl0-dev

2005-05-19 Thread Steve Langasek
On Fri, May 20, 2005 at 01:18:59AM +0200, Sylvain LE GALL wrote: > On Thu, May 19, 2005 at 10:26:09PM +0200, Remi Vanicat wrote: > > Package: libocamlgsl-ocaml-dev > > Version: 0.3.5-2 > > Severity: grave > > there seem to be a missing dependency, making compilation failed when > > linking: > > $

Bug#309844: libocamlgsl-ocaml-dev: package should depend on libgsl0-dev

2005-05-19 Thread Sylvain LE GALL
Hello, On Thu, May 19, 2005 at 10:26:09PM +0200, Remi Vanicat wrote: > Package: libocamlgsl-ocaml-dev > Version: 0.3.5-2 > Severity: grave > > there seem to be a missing dependency, making compilation failed when > linking: > $ cat test.ml > let _ = > Gsl_error.init () ; > Gsl_rng.env_setup ()

Bug#309844: libocamlgsl-ocaml-dev: package should depend on libgsl0-dev

2005-05-19 Thread Remi Vanicat
Package: libocamlgsl-ocaml-dev Version: 0.3.5-2 Severity: grave there seem to be a missing dependency, making compilation failed when linking: $ cat test.ml let _ = Gsl_error.init () ; Gsl_rng.env_setup () $ LANG=C ocamlopt -I +gsl bigarray.cmxa gsl.cmxa test.ml /usr/bin/ld: cannot find -lgsl c