Eben King wrote:
>> Can anyone tell me why this has failed? Other than the ltconfig error?
>> I do have libtool installed. Is it maybe a 64 bit problem?
...
>> checking build system type... Invalid configuration
>> `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
This is a problem with your arch (x86_64) not being recognized by your
package's autoconf configuration.
To get beyond this particular problem, merely update your package's
config.sub and config.guess.
$ rm -f config.sub config.guess
$ wget
'http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.sub'
$ wget
'http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.guess'
Now your x86_64 architecture should be detected.
Your next problem will probably have something to do with your installed
versions of libtool, autoconf, and automake...
- Ian C. Blenke <ian@blenke.com> http://ian.blenke.com/
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 14:43:11 EDT