gneuralnetwork
[Top][All Lists]
Advanced

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

[Gneuralnetwork] Minor Installation Issue Involving automake Versioning


From: Carl Mueller
Subject: [Gneuralnetwork] Minor Installation Issue Involving automake Versioning
Date: Sat, 19 Mar 2016 01:28:21 -0700

Dear Gneural Network community,

While installing the latest version of Gneural Network (v.0.5.0) I came across a minor error during the process. 

Many users might have the latest version of automake which will create a version mismatch when executing 'make' after running the 'configure' executable file. You may observe a related error message to the example below (automake missing on system or version mismatch):

WARNING: 'automake-1.14' is missing on your system.
         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/>
make[1]: *** [Makefile.in] Error 127
make: *** [all-recursive] Error 1

The following alleviated any issues regarding these errors:

Running  autoreconf --force --install resets all the auto-generated files to the current system build.  See http://stackoverflow.com/questions/3096989/libtool-version-mismatch-error for further information into this solution.

Best,
Carl Mueller


reply via email to

[Prev in Thread] Current Thread [Next in Thread]