Binary installer for GSL-1.11 on MinGW
From ASCEND
Here is an installer for GSL (the GNU Scientific Library) version 1.11 on MinGW:
- gsl-1.11.exe (binary installer)
The installer includes all the code examples from the GSL distribution but currently does not include documentation files (user's manual).
Included is a build script included (examples/SConstruct) which gives you a cross-platform method for compiling GSL programs on Windows, Linux and Mac) using the SCons build tool.
The copy of GSL included in this installer was built using GCC 3.4.5 on MinGW with the following commands:
./configure --enable-static=no --enable-shared=yes --prefix=/c/PROGRA~1/gsl-1.11 make mkdir ~/temp_gsl DESTDIR=~/temp_gsl make install


