Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3394359
By: nobody

hello,

I am porting some code that uses gsl to windows.  Build is okay but on run I
get an access violation at the following line:

gsl_odeiv_step* step = gsl_odeiv_step_alloc( gsl_odeiv_step_rkck, 2 );

This is the first of four initialization statements for a runge-kutta-cash-karp
integration.  The stack trace is

libgsl.dll!62d4dae8()
ntdll.dll!7c926abe()
<my function>

each time I run it.  Any suggestions/advice will be greatly appreciated. This
code has been working on a linux platform for a long time.

Thanks a lot,
-Sam


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to