Elena Graverini

Install GSL

Install GSL libraries (libgsl0-dev is in the repository, but it’s not compiled with the PIC option, needed for 64bit architectures):

wget http://mirror2.mirror.garr.it/mirrors/gnuftp/gnu/gsl/gsl-latest.tar.gz
tar -zxvf gsl*.tar.gz
cd gsl-latest
./configure CFLAGS=-m64 --with-pic
make
sudo make install
sudo ldconfig