[haiku-development] Re: Unrecognized host system name x86_64-unknown-linux-gnu.

  • From: Clemens <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 04 Aug 2010 10:51:18 +1200

On Wed, 04 Aug 2010 10:18:33 +1200, Alex Wilson <yourpalal2@xxxxxxxxx> wrote:



**)
cd generated.gcc4
../configure --build-cross-tools-gcc4 x86 ../../buildtools/
cd ../generated.gcc2
../configure --build-cross-tools ../../buildtools/
--alternative-gcc-output-dir ../generated.gcc4/



you must use the linux32 command to run configure, you can either type
linux32 [press enter]
[now you are in a 32 bit shell]
./configure --whatever-crazy-options-you-want

or
linux32 ./configure --same-thing-here

This should work, because I had the same problem before realizing that
the 'linux32' in the example was necessary. :P

--Alex


I just tried the commands from the haiku page:

cd generated.x86gcc2
../configure --alternative-gcc-output-dir ../generated.x86gcc4 --build-cross-tools ../../buildtools/
cd ..
cd generated.x86gcc4
../configure --alternative-gcc-output-dir ../generated.x86gcc2 --build-cross-tools-gcc4 x86 ../../buildtools/
cd ..

and this also works without linux32 :-)

thanks anyway
        Clemens



--
Using Opera's revolutionary email client: http://www.opera.com/mail/

Other related posts: