[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Gsl-1.12
From: |
Joseph Wakeling |
Subject: |
Re: [Help-gsl] Gsl-1.12 |
Date: |
Tue, 27 Jan 2009 10:40:04 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20090105) |
jan dithmer wrote:
> i have problems to install gsl. I want tu use a software
> that requires gsl to be installed before, but unfortunately I am
> not able to install it properly on linux (ubuntu). I downloaded and unzipped
> gsl-1.12 from your webpage, but if i try to configure the software programme
> i'd like to use, there comes the following error message:
You probably don't need to install the version from the official GSL
website -- in general with Linux it's preferable to install official
distro packages unless you _have_ to have the latest version.
In Ubuntu you can install GSL by typing,
sudo aptitude install libgsl0-dev
at the command line.
It's probably best to remove your source-installed GSL first by typing
'make uninstall' (just as to install you type make and then make install).