Take a look at the INSTALL file in gsl-1.14.tar.gz Unpack your gsl-1.14.tar.gz It should create a directory named gsl-1.14
In you MinGW $ cd /path/to/your/gsl-1.14 $ ./configure $ make $ make check $ make install You would probably find more information on the web if you search for it. Try looking at the GSL help archives. On Wed, May 4, 2011 at 12:52 PM, Andy Tu <[email protected]> wrote: > Hi, thanks for your reply. But where do I run these lines and someone else > told me to chance my gsl-1.14 folder to just gsl, and I did that so my > include is #include <gsl\rng\gsl_rng_type.h>, but still I get > errors: > c:\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/gsl\rng\gsl_rng.h:24:27: > fatal error: gsl/gsl_errno.h: No such file or directory, Let me know, > thanks. > > > On Wed, May 4, 2011 at 8:37 AM, X Statistics <[email protected]>wrote: > >> Did you compile and install the library properly? >> >> $ ./configure >> $ make >> $ make check >> $ make install >> >> >> _______________________________________________ Help-gsl mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gsl
