help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] LINK error with #include <gsl/gsl_min.h>


From: Jean-Gabriel Morineau
Subject: [Help-gsl] LINK error with #include <gsl/gsl_min.h>
Date: Mon, 7 Jan 2008 14:07:53 +0000 (GMT)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]