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



Reply via email to