|
[haiku-development]
||
[Date Prev]
[11-2007 Date Index]
[Date Next]
||
[Thread Prev]
[11-2007 Thread Index]
[Thread Next]
[haiku-development] Re: Building GCC 2.95 in a x86_64 machine.
- From: Bruno Albuquerque <bga@xxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 08 Nov 2007 14:30:58 -0200
Pier Luigi Fiorini wrote:
maybe run the whole configuration and building under linux32...
try:
$ linux32 bash
$ uname -m.
it should tell you are in a i686 machine, anyway there should be a way
to tell gcc 2.96.3's configure your host is not
x86_64-unknwnon-linux-but but something like i686-pc-linux-gnu (under a
linux32 environment).
That did the trick, thanks! I now got Haiku compiled with GCC 2.95 under
Linux 64 bits. This makes things easier. :)
There is still a weird error when trying to copy WonderBrush to the image:
Populating image ...
Unzipping generated/download/Vision.zip ...
Unzipping generated/download/WonderBrush.zip ...
warning: wrote -1 attribute bytes of 29
warning: wrote -1 attribute bytes of 29
warning: wrote -1 attribute bytes of 20
Error getting info for attribute `pe-info' of file
`generated/tmp/unzip/./WonderBrush/Documentation (English)': Bad file
descriptor
Error: Command failed: Bad file descriptor
Error: Command was:
cp -r :generated/tmp/unzip/. /myfs/apps
-Bruno
|