bug-gnulib
[Top][All Lists]
Advanced

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

Re: Relocation patch for cygwin


From: Charles Wilson
Subject: Re: Relocation patch for cygwin
Date: Fri, 30 Sep 2011 01:37:36 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

On 9/26/2011 6:00 PM, Bruno Haible wrote:
> It is normal that --enable-relocatable has a runtime cost. Certainly when
> you apply --enable-relocatable to small, fast programs like 'id' or 'pwd'
> the runtime cost will be more perceivable than with programs which run
> for longer than 1 second on average, such as 'emacs' or 'm4'.

Any comment on this...

On 9/26/2011 1:30 AM, jojolino wrote:
> there is '-DENABLE_RELOCATABLE=1' in
> http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/Makefile.in
> which cannot be affected by `--enable-relocation`.

Shouldn't the value of ENABLE_RELOCATABLE depend on whether
--enable-relocatable was used?

Arranging that to happen will be tricky, since @RELOCATABLE@ is either
"yes" or "no" and not '#' or ''.  Might need another AC_SUBST value
similar to
RELOCATABLE_VIA_LD_FALSE
RELOCATABLE_VIA_LD_TRUE

--
Chuck



reply via email to

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