On Mon, Mar 22, 2010 at 12:04:58AM +0100, Bruno Haible wrote: > This is all as expected. Now you have to turn to your Makefile, and see > whether these gl_LIBOBJS are correctly reflected in that Makefile, and > why the setenv.o is not being built.
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. Why would it not get setenv.c when pulled in as a dependency, but get it when listed explicitly? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora