Re: [SLUG] configure problem

From: Ian C. Blenke (ian@blenke.com)
Date: Mon Jul 17 2006 - 01:15:31 EDT


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 list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 14:43:11 EDT