Hi Jeff,
On 01/30/2014 11:50 AM, Jeff E Mandel wrote:
I’m trying to compile GSL with Xcode 5.02 (clang) on Mavericks for iosphoneos
and iosphonesimulator. It fails due to deprecation of finite. On further
investigation:
%grep -R unavailable gsl-1.16
…
gsl-1.16/config.log:conftest.c:59:10: error: 'finite' is unavailable: not
available on iOS
…
This message says that the configure script has detected that finite is
not available. It will therefore not #define HAVE_DECL_FINITE in
generated 'config.h.'.
Can you please give some more details on the error you get. Does
configure go through or abort? If it's at compilation time you get an
error, what is the error message from the compiler? Can you please
attach config.h, which should be in you top directory.
Cheers,
Peter