hello ,
i have got this error link when i try to use a one dimensional minimisation
(gsl 1.8 - i test on 1.10 with no avail)
error LNK2019: unresolved external symbol _finite referenced in function
_gsl_min_fminimizer_set_with_values
1>libgsl.lib(min_golden.o) : error LNK2001: unresolved external symbol _finite
1>.\..\libraries\Release/hullwhite.dll : fatal error LNK1120: 1 unresolved
externals
the" finite" pb seems to appear in min.h with this:
#define SAFE_FUNC_CALL(f, x, yp) \
do { \
*yp = GSL_FN_EVAL(f,x); \
if (!finite(*yp)) \
GSL_ERROR("computed function value is infinite or NaN", GSL_EBADFUNC); \
} while (0)
I google it and find similar pb with no answer
Thanks for help
JG
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
http://mail.yahoo.fr
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl