Richard W.M. Jones wrote:
Part of the reason why setenv.o isn't being built is that
setenv.c
doesn't exist. It isn't copied into the local directory by
gnulib-tool.
That led me to realize that the setenv module wasn't being mentioned
directly in my invocation of gnulib-tool. It seems like it was
previously being pulled in as a dependency of something. I have added
it as an explicit module, and now everything works.
This should be needed only if your program uses the setenv() function.
Was setenv.c being pulled into the gltests/, maybe? Your experience is
very similar to the one Jim experienced today:
<
http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00277.html>
Bruno