Il 06/12/2016 14:31, [email protected] ha scritto:
> Adding 'CC="gcc -D__USE_MINGW_ANSI_STDIO"' to the configure args fixes > the problem, and the spmatrix test then passes. > > I'm thinking it's the "%lg" in 'gsl_spmatrix_fprintf(f, A, "%lg");' in > spmatrix/test.c that needs __USE_MINGW_ANSI_STDIO to be defined. > (But if that doesn't make sense, then it might be something else ;-) > > Cheers, > Rob > Yes it makes sense, see my previous posting on the same topic https://lists.gnu.org/archive/html/help-gsl/2016-08/msg00006.html and https://lists.gnu.org/archive/html/help-gsl/2016-08/msg00009.html Hope this helps max
