help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Help installing GSL to work with Netbeans using MinGW on


From: X Statistics
Subject: Re: [Help-gsl] Help installing GSL to work with Netbeans using MinGW on Windows 7 64 bit
Date: Thu, 5 May 2011 11:37:24 -0300

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 <address@hidden> 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 <address@hidden>wrote:
>
>> Did you compile and install the library properly?
>>
>> $ ./configure
>> $ make
>> $ make check
>> $ make install
>>
>>
>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]