[haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- From: "Jérôme Duval" <korli@xxxxxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 8 Nov 2007 16:24:43 +0100
Hi Bruno,
2007/11/8, Bruno Albuquerque <bga@xxxxxxxxxxxxx>:
> I tried to compile Haiku with the legacy GCC under Linux so I could run
> R5 applications on it. The cross-compiler build failed:
>
Sadly, GCC 2.95.3 build system is not known to support x86_64 as a
host platform. You might have luck with configuring this way :
./configure CPPFLAGS=-m32 LDFLAGS="-m32 -L/usr/lib"
HTH,
Jérôme
- References:
- [haiku-development] Building GCC 2.95 in a x86_64 machine.
- From: Bruno Albuquerque
Other related posts:
- » [haiku-development] Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- » [haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- [haiku-development] Building GCC 2.95 in a x86_64 machine.
- From: Bruno Albuquerque