I used msys to build the gsl library. Idone
./configure
make
It semms to do something, but after a short time, I get the following message :
0 [main] sh 1556 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
./libtool: line 1: 1556 Segmentation fault (core dumped) ar x $xabs
make[2]: *** [libgsl.la] Error 139
make[2]: Leaving directory `/mingw/include/gsl-1.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mingw/include/gsl-1.4'
make: *** [all] Error 2
how can I do to avoid that kind of error message ?