Steve, In the Makefile, in the following steps,
ivl.exe: $O ivl.def $(CXX) -o ivl.exe $O $(dllib) dlltool --dllname ivl.exe --def ivl.def \ --output-lib libivl.a --output-exp ivl.exp $(CXX) -o ivl.exe ivl.exp $O $(dllib) the $(dllib) is empty in my mingw configured win. Is that normal? Which library has the getopt() and isatty()? Perhaps I can specify that manually to see if the link will go thru? Please help! I am stuck... Cordially, CN On Wed, 29 Jun 2005 15:51:31 -0700, Stephen Williams wrote: Also, there is something fishy about HAVE_GETOPT_H in your generated config.h. That is *defined* in the example I have in front of me.