Hello all I've put together a script that creates Visual Studio 8 project files for GSL by converting from the Makefile.am's included with the project.
Some people might prefer this to building with MinGW. It might be worth investigating whether some of the differences that occur between the test suite results on MinGW and "Unix" GCC also crop up when building with the Visual Studio compiler. The generated files build static libraries and DLLs for gsl and gslcblas and also builds all the tests. Quite a few of them fail, which is something I hope to investigate soon. Grab the script here: http://students.ee.sun.ac.za/~albert/gsl-1_7-msvc.zip Run it as follows: unzip gsl-1_7-msvc.zip mv gsl-1_7-msvc gsl-1.7/win32 cd gsl/win32 python am2vcpp2k5.py .. Load up gsl.sln and off you go. If you don't have Visual Studio 8, you can download Visual C++ Express 2005 for free from Microsoft. The files might also work with Visual Studio .NET or .NET 2003 (AKA 7.0 and 7.1) with minor modifications. Comments? Regards Albert _______________________________________________ Bug-gsl mailing list Bug-gsl@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gsl