Howdy howdy,

On Tue 31 Mar 2009 14:31, l...@gnu.org (Ludovic Courtès) writes:

>>> Besides, there's the thread about cross-compilation where we mention
>>> building the compiler with an already installed Guile that may have an
>>> inappropriate stack limit.
>>
>> I don't think that is relevant. Since the Guile that is running would
>> choose a stack size appropriate for it, based on the host getrlimit,
>> there would be no problem.
>
> The already-installed Guile wouldn't use getrlimit(2) since that would
> be an old 1.8.

You probably saw the other response already, but I don't think that the
compiler will work with 1.8 as a "host". You'd have to install a 1.9 on
the host, and somehow tell it that it should compile .go files with the
endianness of the target.

>> Linking against uninstalled libtool libraries works fine, as long as you
>> don't install.
>
> That's right, but that seems awkward to me, except for tests.

I've used it in GStreamer for years now -- not a proof of correctness to
be sure, but it works well enough to hack.

Cheers,

Andy
-- 
http://wingolog.org/


Reply via email to