[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re : [Help-gsl] gsl-1.14 build Mac OS X Leopard universal binaries
From: |
Brian Gough |
Subject: |
Re: Re : [Help-gsl] gsl-1.14 build Mac OS X Leopard universal binaries |
Date: |
Wed, 07 Apr 2010 12:29:28 +0100 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI) |
At Tue, 6 Apr 2010 16:20:22 +0000 (GMT),
Eric Voirin wrote:
>
> Hi Peter,
> It works like a charm...
> So, to build a 32-bit library universal binary for Mac OS X 10.5
> The correct configure command can be :
>
> export CC=gcc
> export CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk
> -mmacosx-version-min=10.5 -arch i386 -arch ppc'
> export LDFLAGS='-arch i386 -arch ppc'
> cd gsl-1.14
> ./configure --prefix=/opt/gsl/gsl-1.14-Leopard --disable-shared
> --disable-dependency-tracking
>
> Perhaps this can be updated in INSTALL file of GSL next release tarfile, or
> in GSL >
Thank you, I've added a note about --disable-dependency-tracking in
the INSTALL file.
We use the standard dependency tracking of Automake so please send a
bug report to address@hidden if you would like the problem to be
fixed in future versions or other software.
--
Brian Gough
GNU Scientific Library -
http://www.gnu.org/software/gsl/