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
collect2: ld returned 1 exit status
Error during linking

and after "aptitude install libgsl0-dev"

$ LANG=C ocamlopt -I +gsl bigarray.cmxa gsl.cmxa test.ml
$

I could try to write a fix and upload it this week end if you want,
but don't count on it.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libocamlgsl-ocaml-dev depends on:
ii  libocamlgsl-ocaml             0.3.5-2    GNU scientific library for OCaml
ii  ocaml-nox [ocaml-nox-3.08.3]  3.08.3-3   ML language implementation with a 

-- no debconf information

-- 
Rémi Vanicat

Reply via email to