Hey, Unless I'm confused, test_ode.cpp needs the following lines to run under Solaris: #ifdef sun #include <ieeefp.h> #endif Otherwise, it complains that it doesn't know about finite(). - Martin