At Fri, 24 Sep 2010 12:03:25 +0200, Viou AINOU wrote: > I'm currently running a code (see below) using GNU library. I get a bug > which for instance:*undefined reference to `gsl_deriv_central'*. What can be > the cause of this bug and how could I remove it?
Thanks for your email. If you still have the problem could you send the version of GSL you are using and the command line used to compile and link the program. Most often this error is caused by not linking with the libgsl library. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
