Re: GSL function problem
- From: Jean Bréfort <jean brefort free fr>
- To: laurency franck <laurency_franck yahoo fr>
- Cc: gnumeric-list gnome org
- Subject: Re: GSL function problem
- Date: Thu, 13 Jul 2006 15:47:18 +0200
Le jeudi 13 juillet 2006 à 15:07 +0200, laurency franck a écrit :
Hi,
i have created a plugin for gnumeric and i want to add it some
other functions. These functions use GSL function:
"gsl_interp_cspline".
So i have included files "gsl/gsl_errno.h" and "gsl/gsl_spline.h" .
But when i
try to use my plugin there is this error which appeared:
E/pc85/home/laurency/softs//lib/gnumeric/1.7.1/plugins/fn-TimeSeriesAnalysis
/plugin.so: undefined symbol: gsl_interp_cspline
And i don't understand why "gsl_interp_cspline" is not defined as i
have
included file "gsl/gsl_spline.h"
Maybe i have to modify my file "Makefile.am" if i want to use a
librairy
which is exterior at gnumeric?
If you have some idea
Thanks
Add -lgsl to LDFLAGS.
I'm sorry to not be available to help you more at the moment. I should
be back on irc end of next week.
Cheers,
Jean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]