> 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