Peter Dyballa <[email protected]> writes: Looking at the cpp output:
> # 143 "/Developer45/SDKs/MacOSX10.4u.sdk/usr/include/stdlib.h" 3 4
> void unsetenv(const char *);
and:
> int
> rpl_unsetenv (const char *name)
> {
...
> while (getenv (name))
> result =
> unsetenv (name);
VOID_UNSETENV check in setenv.m4 (from gnulib) seems not working with
your compilation. Can you provide the configure option and config.log?
Regards,
--
Daiki Ueno
