help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] getArgc Bug on Fedora cross compile for windows


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] getArgc Bug on Fedora cross compile for windows
Date: Mon, 27 Dec 2010 18:00:07 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.6

On 12/27/2010 02:48 PM, Mathieu Suen wrote:
Hi All,

First merry christmas.

Then I have a little issue in a cross compile version of gst.
I try to cross compile gst for Windows from Fedora.
  Every thing is find up to the make install (I am not sure that this is
necessary).

Thanks for the bug report. To finish the cross compilation you need to a DESTDIR install that prepares the directories that will be installed under Windows:

   make install DESTDIR=`pwd`/destdir

Then you can copy the directory to the Windows machine. The presence of the destdir will work around the bug, too.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]