Hi, I had a problem building the Version 1.14 of the GNU Scientific Library (GSL) on my Windows OS using MSYS and MinGW (compiler gcc-4.4.0 errors with make), what I tracked down to a malformed config.h file:
The only difference between config.h.in and config.h was, that the latter got one additional first line: /* config.h. Generated from config.h.in by configure. */ Then I replaced the malformed config.h file by the file version from my previous gsl version 1.13 (I have had no build errors with 1.13 and unchanged build environment since then) and now building the version 1.14 succeeded, all make check tests passed. With best regards Carsten Blueggel _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
