Reuben Thomas wrote: > I ran into another minor problem while doing this. My module list was: > > bootstrap > filenamecat-lgpl > getline > getopt-gnu > manywarnings > pathmax > relocatable-lib-lgpl > relocatable-script > strcase > > On Windows, I got a link error when linking against libgnu, as the > dependencies of the modules above cause gnulib's stdlib.h to be installed, > and on Windows, rpl_free is defined, but free.c was not compiled into > libgnu. > > Adding the free-posix module fixed my problem, which looks therefore like a > missing dependency.
A link error is not a "minor" problem; it's a major one. Which .o or .obj file had the dependency to rpl_free? More generally: How to reproduce? Bruno