Kodi Community Forum

Full Version: Bug in the configure script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just tried to build XBMC on my Linux machine running Ubuntu 8.04.1 but the configure script failed on me with:
Code:
(14 ~/XBMC)% ./configure                                     (arnova@galactica)
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
configure: error: ==unsupported host

I was able to fix it by adding a wildcard(*) in the configure script at line 1859 like this:
Code:
i*86*-linux-gnu*)

It would be nice if this could be fixed in SVN, I guess....
Can you paste the output of "uname -a" here?
althekiller Wrote:Can you paste the output of "uname -a" here?

Here we go:
Code:
Linux galactica 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux