On Mon, Nov 21, 2016 at 23:35:12 +0000, Pedro Alves wrote: > BTW, do we know which programs use GNULIB_NAMESPACE? > I believe the initial support was done for GNU Octave, but I see > that quite recently Octave switched away from it, maybe because of > the problems with newer GCCs (I believe fixed now).
Correct, we found the situation with GCC 6 at odds with how we expected gnulib to work, and did not think it worth our time to try to fix it. We now build an internal library of wrapper functions around gnulib using the C compiler. AFAICT, no other projects are using GNULIB_NAMESPACE in the wild: https://codesearch.debian.net/search?q=%23+*define+*GNULIB_NAMESPACE -- mike