[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] ODE problem
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] ODE problem |
Date: |
Thu, 4 Nov 2004 18:10:07 +0000 |
Anthony & Teri Carver writes:
> I am trying to use the GSL ODE solvers within a program executable. The
> program compiles correctly, but when I run the executable, it doesn't find
> gsl_odeiv_step_rkf45. I believe it actually says "undefined symbol"???
> >From what I can tell it is erroring in the gsl_odeiv_step_alloc line when
> the pointer to gsl_odeiv_step_rkf45 is called.
That sounds like a platform-specific linking issue... the rkf45 functions
are tested in the GSL test suite so they should work fine.
--
Brian Gough
Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-gsl] ODE problem,
Brian Gough <=