I have installed GSL using sudo apt-get install gsl-bin
as I am trying to install a package (http://seeslab.info/downloads/network-c-libraries-rgraph/ ) which requires the GNU Scientific Libraries (GSL). However when I run ./configure
for said package I get the error message configure: error: GSL CBLAS library not found
. Why might that be?
1
votes
gsl-dev
or similar? – alkgsl-bin
just installs example binaries and the runtime library it depends upon. This is also a duplicate question. – Dirk Eddelbuettel