On Tue, 22 Jan 2008, Ralf Wildenhues wrote:
I'm pleased to announce the release of Automake 1.10.1.
Automake is a tool
Very good, BUT
more than a year ago I filed a bug report (automake#516), after sending an
email some month earlier:
automake generated Makefiles install manpages from
Are there any way to build Fat libraries (that contains code for more
than one cpu architecture)
with autoconf-based build systems. (This is needed when doing release
builds for Apps that
use the libraries under Apples XCode IDE.
--
What is a woman that you forsake her, and the hearth fire
I'd want to ask if this is possible at all.
I'm having a slightly complex build that has several parts. Each part
should generate it's own Makefile in the right directory. However, i
have no desire to run configure multiple times, which is why I'm asking
about a setup that looks kind of as follows
Hello Tatu,
* Tatu Kilappa wrote on Tue, Jan 22, 2008 at 10:47:56PM CET:
> I'd want to ask if this is possible at all.
>
> I'm having a slightly complex build that has several parts. Each part
> should generate it's own Makefile in the right directory. However, i
> have no desire to run configure
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