Subject: Re: Install GSL to Intel Macs - msg#00027
List: lib.gsl.general
Hong-Jun Yoon writes:
>
Does anybody have done installation GSL to the Intel Macs successfully?
>
What I found out is that it calls PPC specific codes while compiling,
>
and I'd like to know what option I can choose to prevent it.
>
If you have an idea, please let me know how. Thanks for reading.
After you have run ./configure edit the file config.h
and delete (or comment out) the line
#define HAVE_DARWIN_IEEE_INTERFACE 1
Then continue with make; make check as normal.
--
Brian Gough
Network Theory Ltd,
Publishing the GSL Manual -
http://www.network-theory.co.uk/gsl/manual/
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Install GSL to Intel Macs
Does anybody have done installation GSL to the Intel Macs successfully?
What I found out is that it calls PPC specific codes while compiling,
and I'd like to know what option I can choose to prevent it.
If you have an idea, please let me know how. Thanks for reading.
Next Message by Date:
click to view message preview
Laplace transform
Dear GSL help/users,
I need to do a numerical inversion of Laplace transform of a function that
contains also Bessel function.
I found some Fortran library, but I have just done a portion of my work in C++
using the GSL library and I would like to continue my work in this ambient.
Can I "easily" work with GSL function to obtain an inverse Laplace transform?
Does another C or C++ library (GNU) exist that you now which I could use?
Thank you for your help,
Best regards,
Paolo.
Previous Message by Thread:
click to view message preview
Install GSL to Intel Macs
Does anybody have done installation GSL to the Intel Macs successfully?
What I found out is that it calls PPC specific codes while compiling,
and I'd like to know what option I can choose to prevent it.
If you have an idea, please let me know how. Thanks for reading.
Next Message by Thread:
click to view message preview
Laplace transform
Dear GSL help/users,
I need to do a numerical inversion of Laplace transform of a function that
contains also Bessel function.
I found some Fortran library, but I have just done a portion of my work in C++
using the GSL library and I would like to continue my work in this ambient.
Can I "easily" work with GSL function to obtain an inverse Laplace transform?
Does another C or C++ library (GNU) exist that you now which I could use?
Thank you for your help,
Best regards,
Paolo.