This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help with automake needed
- From: Michael Matz <matzmich at cs dot tu-berlin dot de>
- To: Bo Thorsen <bo at sonofthor dot dk>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 17 Jul 2002 13:51:48 +0200 (MET DST)
- Subject: Re: Help with automake needed
Hi,
On Wed, 17 Jul 2002, Bo Thorsen wrote:
> No such luck with automake. It seems to be running endlessly (with or without
> the --cygnus option) and gives a huge amount of warnings saying something
> along the lines of "automake: Makefile.am: warning: automake does not support
> libffi_la_SOURCES being defined conditionally" and "automake: Makefile.am:
> object `ffi.lo' created by `src/m68k/ffi.c' and `src/x86/ffi.c'".
Ehh, this is the behaviour I get with automake 1.5, not 1.4. You might
also try to use 1.4-p5 (the latest official 1.4 version). It also gives
some warnings but the produced Makefile.in are mostly sane.
Ciao,
Michael.