On Mon, Mar 17, 2008 at 01:43:44PM +0100, Tobias Hinz <[EMAIL PROTECTED]> wrote: > configure:1868: checking build system type > configure:1881: error: /bin/sh ./config.sub x86_64-unknown-linux- failed
Weird.
What's the output of
ls -l /usr/lib/gcc-lib/
and
./config.guess
?
Also, try running configure like this:
./configure --host=x86_64-pc-linux-gnu
.
(substitute the "x86_64-pc-linux-gnu" by whatever is output by the "ls"
command above)
Greetings
Matthias
