|
From: | Sisyphus |
Subject: | Re: [Bug-gsl] gsl_complex_rect error in Windows |
Date: | Tue, 12 Aug 2008 18:34:51 +1000 |
----- Original Message ----- From: "Meng-Yuan Huang" <address@hidden>
. .
------------------------------------------------------------------------------ #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
[Prev in Thread] | Current Thread | [Next in Thread] |