On Wed, 20 Apr 2011 00:00:45 +0100 DannyT <[email protected]> wrote:
> Is there a build of the latest git version available or is it self-compile > only? afaiaa self-compile only, unless some kind soul tries to compile you one. > I've spent hours installing Linux (ubuntu) and trying to get a build of > the latest version working whilst trying to cross compile for windows and > unfortunately there are a few too many hurdles for such a linux/C++ noob > as > myself. Isn't computing endless fun? > chekcing build system type... Invalid configuration 'i686-pc- > linux-':machine 'i686-pc-linux' not recognized > configure: error: /bin/bash ./config.sub i686-pc-linux- failed > > If anyone can please help that would be great. Use ./configure-guess to ascertain the correct target-triplet, 'i686-pc- linux' being one such beast, then, the following link may just help you jump the next hurdle: http://www.gnu.org/s/hello/manual/autoconf/Specifying-Target-Triplets.html Regards, Chris. -- Chris <[email protected]>
