It looks like an old config.sub. What is its timestamp (3rd line of the
script) ? If it's more than 6-10 month old, try to get new versions of
config.sub and config.guess (from the automake project).
Fyi, in automake-1.9, the timestamp of config.sub is 2004-06-24. The one of
config.guess is 2004-08-13.
HTH, Mt.
On Thu, Dec 16, 2004 at 11:38:13AM +0100, Olivier Tarnus wrote:
Hi,
I have some problems to compile on Suse SLES9 on x86_64.
Either trying to build via rpmb or by hand will get the same error:
checking build system type... Invalid configuration
`x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed
I've tried:
./configure --build=x86_64-unknown-linux-gnu and
./configure --build=x86_64-suse-linux-gnu
but both hang at same point
I've tried too:
./configure --build=i386-unknown-linux-gnu
This will succesfully run configure, but make still hang :
Andromeda:~/tmp/pcp-2.4.0 # make
rm -f config.cache
autoconf
./configure
checking build system type... Invalid configuration
`x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed
make: *** [config.cache] Error 1
Any suggestion?
Thanks.
Olivier
Jan-Frode Myklebust wrote:
Has anybody ported PCP to linux/x86_64, or are there no porting
needed? I just did a '/configure --build=i386-unknown-linux-gnu' and
it seemed to build everything just fine, even as 64-bit executables,
but I'm uncertain if this is all it takes ... ?
-jf