Hurd port for gcc go PATCH 0-3 (9)

Ian Lance Taylor iant@google.com
Sat Apr 12 14:39:00 GMT 2014


On Sat, Apr 12, 2014 at 7:04 AM, Svante Signell
<svante.signell@gmail.com> wrote:
>
> (cd src/libgo;automake-1.11)
> aclocal.m4:16: warning: this file was generated for autoconf 2.64.
> You have another version of autoconf.  It may work, but is not
> guaranteed to.

To rebuild any of the GCC configuration generated files, you must
build and install the appropriate versions of autoconf, automake, and
libtool yourself, all using the same --prefix, and put the install bin
directory first on your PATH.  You can't use the system versions.

The current versions are automake 1.11, autoconf 2.64, libtool 2.2.7a.

Ian



More information about the Gcc-patches mailing list