Hi, I'm having issues compiling for some 'not ordinary' hardware, with link errors like "undefined reference to __gcc_qtod()". I suspect it arises from uses of "long double" such as in slsqp.c , which is supposed to be quadruple precision according to http://www.gnu.org/s/gsl/manual/html_node/Long-double.html
I guess, (1) how safe is it to just replace these with "double", and (2) I'd be interested in any more elegant solutions, e.g. perhaps there's some package to enable quadruple support ... Best, Peter K. _______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
