On Tue, Nov 18, 2025 at 10:19:24PM +0100, Patrice Dumas wrote: > On Tue, Nov 18, 2025 at 08:30:52PM +0000, Gavin Smith wrote: > > > Maybe the incompatibilities are limited to clashing header file definitions > > and using Perl compiler and/or linker flags with source files compiled with > > Gnulib wouldn't be a problem. > > Yes, that's possible, I'll try that.
I finished changing the build system to systematically use the same CFLAGS and LDFLAGS for C Perl and C using Gnulib/Autoconf headers, based on Perl compilation flags. It seems to work fine. I also tried to avoid some redundancies in flags. I see nothing more to do on that subject for now. -- Pat
