Re: M4 assembler error on compile

2023-08-23 Thread Paul Eggert
On 8/17/23 08:57, Eric Blake wrote: m4 is single-threaded, so an asynsafe-spin operation is not going to be vital to performance Gnulib has various options for omitting unnecessary locking code in single-threaded apps. If you have time, you might investigate why that is not happening for GNU

Re: M4 assembler error on compile

2023-08-17 Thread Bruno Haible
Eric Blake wrote: > I'm not sure if gnulib is still actively targetting Solaris 7 systems. The documentation makes it clear that it's no longer supported: https://www.gnu.org/software/gnulib/manual/html_node/Formerly-Supported-Platforms.html Solaris 7 is really really dead. Its end of support was

Re: M4 assembler error on compile

2023-08-17 Thread Eric Blake
Adding bug-gnulib in cc On Wed, Aug 16, 2023 at 09:47:33PM -0500, Parzival Wolfram wrote: > I have run into an issue while compiling M4 1.4.19 for Solaris 7 (per GCC's > configure, target is "i386-unknown-solaris2.7") using GCC 3.2 and Make 4.4. > Configuring the source tree goes smoothly, but dur