Re: namespacing issues with Gnulib

2022-12-08 Thread Paul Eggert
On 2022-12-08 12:19, Arsen Arsenović wrote: The one that pops to mind is prefixing everything with ``gl_'', and exposing aliases maybe. The former is unergonomic and latter is fragile, though. Yes, my take on this is to leave Gnulib alone, and change the app to not attempt to redefine

Re: namespacing issues with Gnulib

2022-12-08 Thread Arsen Arsenović
Bruno Haible writes: > Any other ideas? The one that pops to mind is prefixing everything with ``gl_'', and exposing aliases maybe. The former is unergonomic and latter is fragile, though. -- Arsen Arsenović signature.asc Description: PGP signature

Re: namespacing issues with Gnulib

2022-12-08 Thread Eli Zaretskii
> From: Bruno Haible > Cc: gavinsmith0...@gmail.com, s...@gentoo.org, bug-texinfo@gnu.org, > bug-gnu...@gnu.org > Date: Thu, 08 Dec 2022 20:00:31 +0100 > > Eli Zaretskii wrote: > > > Attempting to --whole-archive link on that platform grants us: > > > > > > $ x86_64-linux-musl-gcc -o

Re: namespacing issues with Gnulib

2022-12-08 Thread Bruno Haible
Eli Zaretskii wrote: > > Attempting to --whole-archive link on that platform grants us: > > > > $ x86_64-linux-musl-gcc -o ginstall-info install-info.o \ > > -Wl,--whole-archive ../gnulib/lib/libgnu.a -Wl,--no-whole-archive > > /usr/libexec/gcc/x86_64-linux-musl/ld: > >