[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Basic installation and use
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] Basic installation and use |
Date: |
Mon, 7 Jan 2013 16:13:46 -0600 |
> Used the following to install:
> ./configure --prefix=/gsl-home/Installed
> make
> make install
>
> The user's guide (p 5) says to link using -lgsl and -lgslcblas. However the
> gsl lib is nowhere in the /gsl-home directory structure, either in shared or
> static form.
Did you receive any error messages when running 'make install'?
Unless you're root, on a Un*x system I'd expect you'd receive
permission errors that would cause the installation to fail.
If 'make install' ran cleanly, what does running
find /gsl-home/Installed -type d
kick back?
- Rhys