Re: autoconf can't cope with picky compiler, typo in shmbutil.h

2024-09-10 Thread Chet Ramey
On 9/10/24 7:22 AM, Martin D Kealey wrote: Apart from that, this managed to uncover an *actual* bug: Thanks for the report. Nothing currently uses that define. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey,

autoconf can't cope with picky compiler, typo in shmbutil.h

2024-09-10 Thread Martin D Kealey
I have this wrapper in ~/sbin/gcc: > #!/bin/sh > exec /usr/bin/gcc -Werror -pedantic "$@" so that I can fix every possible complaint about the code I'm writing. Unfortunately, when I go “./configure --prefix=/some/where”, I get lots of false negatives when probing for built-in functions, such a