es the symbol
'stat_time_normalize' when not optimizing, is not part of the link.
This patch fixes it.
2024-11-10 Bruno Haible
relocatable-prog-wrapper: Fix compilation error on NetBSD 7.
Reported by Ionut Cosmin Mihai in
<https://lists.gnu.org/archive/ht
Bruno Haible writes:
> The problem is that RELOCATABLE_VIA_WRAPPER is defined in module
> 'relocatable-prog' but is used in 'relocatable-prog-wrapper'. Recall the
> distinction of these two modules:
> - 'relocatable-prog-wrapper' is just the source code for the wrapper
> program.
> - 'reloca
Hi,
Ian Beckwith wrote:
> relocatable-prog-wrapper fails the test suite.
Indeed,
$ ./gnulib-tool --create-testdir ... relocatable-prog-wrapper
fails like this:
gllib/Makefile.am:148: RELOCATABLE_VIA_WRAPPER does not appear in
AM_CONDITIONAL
The problem is that RELOCATABLE_VIA_WRAPPER is def
Hi,
relocatable-prog-wrapper fails the test suite.
Trivial patch attached. I'm not 100% sure it is correct,
but it passes the tests with it applied.
Ian.
--
Ian Beckwith - i...@erislabs.net - http://erislabs.net/ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5 4814 40EC C154 A8BA C1EA
Listening
relocatable-prog-wrapper was missing the gl_ENVIRON macro since 2008-02-24.
Fixed as follows:
2008-04-04 Bruno Haible <[EMAIL PROTECTED]>
* modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
by m4/setenv.m4.
*** modules/relocatable-prog-wrapper.orig 2008