This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU Scientific Library 1.13 released - report


Release 1.13 compilation

Platform Windows XP SP3 + MSys 1.0.11 + MinGW (Gcc 4.4.0 latest binutils,winapi,make,runtime)

Using all the following compilation options

1) CFLAGS="-mfpmath=sse -msse2 -O2 -fexceptions"
2) CFLAGS="-mfpmath=sse -msse2 -fexceptions"
3) CFLAGS="-fexceptions"
4) CFLAGS="-O2 -fexceptions"

the library compiled (static library)and passed the make check. Especially the option 4) is a pleasant
surprise. I was never able to get a successful make check using OOB source code with -O2 -fexceptions.
Neither integration nor monte routines need hacks (like disabling optimization) to pass the tests


Hope this helps.

Max




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]