|
From: Mark W. <mj...@re...> - 2012-12-11 15:07:39
|
On Tue, 2012-12-11 at 08:54 -0600, Rich Coe wrote: > The configure test fails true. > > configure:6774: checking for stpncpy > configure:6795: gcc -c -Wno-long-long conftest.c >&5 > conftest.c: In function 'main': > conftest.c:42: warning: incompatible implicit declaration of built-in function 'stpncpy' > configure:6795: $? = 0 > configure:6798: result: yes So, the test now also compiles? Then I assume it was the #define _GNU_SOURCE addition. But the configure test still makes sense, stpncpy might not be there on some platforms/configurations. Thanks, Mark |