help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] Crash when allocating memory with gsl_interp_alloc under Wind


From: Peter Pointer
Subject: [Help-gsl] Crash when allocating memory with gsl_interp_alloc under Windows
Date: Sun, 20 Nov 2005 16:19:19 +0100 (CET)
User-agent: SquirrelMail/1.4.4

Running this little program below causes a crash. Is it a bug or am I
doing something wrong? I haven't found any solutions on the Internet.

GSL version: 1.6
Operating system: Windows XP
Compiler: GCC under Dev-C++
Linking with: -lgsl -lgslcblas -lm


//---------------------------


#include <gsl/gsl_spline.h>

int main (void)
{

gsl_interp *interp_object = gsl_interp_alloc(gsl_interp_linear, 10);

return 0;
}


//----------------------------





reply via email to

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