Re: vicious-build-scripts, head, gtk+, and the usual weird error messages



On Thu, 11 Oct 2001, Jody Goldberg wrote:

> On Thu, Oct 11, 2001 at 11:24:32PM -0400, Michael Meeks wrote:
> > > @AS@ @ASFLAGS@ -c have_mmx.S  -fPIC -DPIC -o .libs/have_mmx.lo
> > > ../../libtool: @AS@: command not found
> >
> >         Very strange; no idea - the configure failed, and
> > vicious-build-scripts did a make without checking ?
>
> You are running automake-1.5.  There are a few makefile changes
> needed to make things work.  A few people have done it already,  I
> assume someone will commit their patches at some point.

I checked in a small configure.in change yesterday that should have fixed
this.  It added the following lines to gtk+'s configure script:

dnl Set AS and ASFLAGS so that automake 1.5 will be happy
AS="\${CC}"
ASFLAGS="\${CFLAGS}"
AC_SUBST(AS)
AC_SUBST(ASFLAGS)

Try updating, and the problem may be gone.

James.





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