autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building Fat libraries with autoconf-based build systems


From: Peter O'Gorman
Subject: Re: Building Fat libraries with autoconf-based build systems
Date: Tue, 22 Jan 2008 22:11:30 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Tommy Nordgren wrote:
> Are there any way to build Fat libraries (that contains code for more
> than one cpu architecture)
> with autoconf-based build systems.

Yes.

./configure CFLAGS='-arch ppc -arch i386' --disable-dependency-tracking
make

This may or may not work for some packages, you would have to give
details of what is failing (including the error message) if it fails for
you.

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]