On 05/06/2017 02:29 AM, Christopher Di Bella wrote:
Hi, I'm having difficulty building GCC 7.1 on Bash for Windows 16.04. I used to be able to build trunk prior to the Creator's Update, but now get the error below. Interestingly, I successfully built on Arch Linux last night. ``` Configuring stage 1 in ./mpc configure.ac:4: error: version mismatch. This is Automake 1.15, configure.ac:4: but the definition used by this AM_INIT_AUTOMAKE configure.ac:4: comes from Automake 1.14.1. You should recreate configure.ac:4: aclocal.m4 with aclocal and run automake again. WARNING: 'automake-1.14' is probably too old. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> ```
This probably means that unpacking the sources did not restore the file modification times properly. Could you check if this is the case?
Florian