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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to