PreviousIndexLast

[bug-gsl] Re: gsl_complex_rect error in Windows (2008-08-12)

From: "Sisyphus" <sisyphus1@...............>
Subject: Re: gsl_complex_rect error in Windows
Date: Tue, 12 Aug 2008 18:34:51 +1000
To: "Meng-Yuan Huang" <myh@........>, <bug-gsl@gnu.org>
Cc:


----- Original Message ----- From: "Meng-Yuan Huang" <myh@........>
.
.

------------------------------------------------------------------------------
#include <gsl/gsl_complex_math.h>

void a()
{
gsl_complex_rect(0, 1);
}

int main()
{
a();
return 0;
}

------------------------------------------------------------------------------

I've also got a MinGW-built gsl-1.11, and you're program runs without error for me (Windows Vista SP1).

You don't actually say how you built your MinGW build of gsl-1.11. I built mine in the MSYS shell from official source (by running './configure --disable-shared --enable-static', 'make', 'make check' and 'make install'. Did you do the same ?

For me, the only failing tests were the monte tests.

Cheers,
Rob