On October 2, 2022 5:24 PM, Paul Smith wrote: >On Thu, 2022-09-22 at 11:00 -0700, Paul Eggert wrote: >> (This would not be needed if 'make' used Gnulib's inttypes module.) > >I would be happy to use it, if using it didn't import a ton of other things >that >require POSIX tools AND an already-working make program. > >I understand that this type of reuse makes things easier for the gnulib folks, >but >for GNU make I'm not ready to drop support for platforms that are not POSIX >enough to run configure, and that don't already have "make" available. So >gnulib >modules that require them aren't available to GNU make (at least, not without >modifications).
Thank you for this comment. Gnulib is not available on the platform I maintain because of its high number of dependencies (including gcc itself, which cannot build on HPE NonStop). Keeping dependencies down is helpful for those outside of the explicit gcc support base. -Randall