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). _______________________________________________ Help-gsl mailing list Help-gsl@gnu.org http://lists.gnu.org/mailman/listinfo/help-gsl