Andrew Hanson | 31 May 2012 20:32

GSL "Make" Failure in Sort

To whom it may concern,

I am trying to install the GSL suite 1.9 on my computer, but have not been
able to have it make successfully.  In running the check before making the
install, everything in  /sort fails.  All of the other tests are
successful.  I read the readme and tried doing the recommended steps for a
general system, such as disabling shared libraries and re-making, but did
not have any luck.  I also tried downloading from another mirror in case it
was just a bad file, but I encountered the same exact problem.
I do not know what sort of specific information you would like as to my
computer setup and hardware, or specifically where to get it depending on
how you want it.  I am running Ubuntu 11.10 on a Dell XPS with an i7.  I am
still fairly new to Ubuntu and do not have much knowledge in programming
for Applications or make files or anything like that, as I mostly use C for
simulations of ODEs and other such purposes, but I will try to provide any
other information if it would help.
The log file of the "make check" is attached.

Thank you for any help,
Andrew Hanson
Attachment (log): application/octet-stream, 21 KiB
Rhys Ulerich | 31 May 2012 21:57
Picon
Gravatar

Re: GSL "Make" Failure in Sort

Hi Andrew,

> I am trying to install the GSL suite 1.9 on my computer, but have not been
> able to have it make successfully...

Version 1.9 is old compared to the most recent release, 1.15.  If
you're compiling from source, I'd try this newer version.  You may
have picked up "1.9" because it often appears after "1.15" in sorted
file listings.

> ...I am running Ubuntu 11.10 on a Dell XPS with an i7.  I am
> still fairly new to Ubuntu...

If you're running Ubuntu, rather than building from source you may
just want to install GSL using apt.  Try 'sudo apt-get install
libgsl0-dev' from the command line to install it.

Or, if you'd rather use Synaptic, look for the libgsl0-dev package and
install that.

Hope that helps,
Rhys


Gmane