----- Original Message ----- From: "Meng-Yuan Huang" <[EMAIL PROTECTED]>
.
.

------------------------------------------------------------------------------
#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


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to