This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Hurd port for gcc go PATCH 0-3 (9)
- From: Ian Lance Taylor <iant at google dot com>
- To: svante dot signell at gmail dot com
- Cc: bug-hurd <bug-hurd at gnu dot org>, debian-hurd <debian-hurd at lists dot debian dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 12 Apr 2014 07:39:28 -0700
- Subject: Re: Hurd port for gcc go PATCH 0-3 (9)
- Authentication-results: sourceware.org; auth=none
- References: <1397220441 dot 1276 dot 120 dot camel at G3620 dot my dot own dot domain> <CAKOQZ8y_ccTiyj8tyvfdBKYQgm-NBNp_NXfKheN1Th+Cz0aGEw at mail dot gmail dot com> <1397311461 dot 32143 dot 7 dot camel at G3620 dot my dot own dot domain>
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