[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: install gsl package fails
From: |
JohnD |
Subject: |
RE: install gsl package fails |
Date: |
Tue, 27 Nov 2018 12:50:51 -0500 |
> Message: 2
> Date: Tue, 27 Nov 2018 16:06:12 +0100
> From: address@hidden
> To: address@hidden
> Subject: install gsl package fails
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> Hi all,
>
> I have problems with installing the gsl package. Running Xubuntu 18.04,
octave
> 4.4.1.
>
> Using -forge the installation process stalls with the message:
>
> /pkg install -forge gsl//
> //configure: error: gslcblas library not found/
>
> I have installed via synaptic:
>
> libgslcblas0, libgsl-dev, libgsl23
>
> Can anybody give me instructions what to do now?
>
> Thanks :-)).
>
> Karl
> //
In Ubuntu 18.04, installing just libgsl-dev, (which then installs as
dependencies libgsl23 libgslcblas0 ),
It successfully installs ok for me.
Running with verbose, what does it display?
pkg install -forge -verbose gsl