On 2025-05-20 19:33, Collin Funk wrote:
we have no way of portably setting the compiler flags if available.
That's fine, but Gnulib does have a portable way to see whether the C++ compiler works properly with <stdckdint.h>. Namely, compile a little <stdckdint.h> test with the C++ compiler and if that compiles OK, do not generate stdckdint.h.
In general we're better off if we don't second-guess a working implementation.