Displaying 1 result from an estimated 1 matches for "gsl_multimin_fminimizer_nmsimplex".
2010 Jan 22
2
R CMD check error with the GNU Scientific Library
...orm
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/home/david/papers/inProgress/sharka_istanbull/package/sharka.Rcheck/sharka/libs/sharka.so':
/home/david/papers/inProgress/sharka_istanbull/package/sharka.Rcheck/sharka/libs/sharka.so:
undefined symbol: gsl_multimin_fminimizer_nmsimplex
Error in library(sharka) : .First.lib failed for 'sharka'
Execution halted
Clearly there is some difficulty linking up with
gsl_multimin_fminimizer_nmsimplex.
I noticed the QRMlib library also includes gsl functions. In that package they
include a src/gsl directory with the required .h fi...