I'm getting these errors building 5.8.2 on Win98 with mingw. In file included from C.xs:2: ../../../lib/CORE/perl.h:3595:22: reentr.inc: No such file or directory G__~1.EXE: C.o: No such file or directory C:\MSYS\1.0\MINGW\BIN\DLLTOOL.EXE: Unable to open base-file: dll.base G__~1.EXE: C.o: No such file or directory There is a reentr.inc in perl-5.8.2/, but although win32/Makefile has this one line difference from RC1 in actions for the $(CONFIGPM) target: diff -r perl-5.8.2-RC1/win32/Makefile perl-5.8.2/win32/Makefile 875a876 > $(XCOPY) ..\*.inc $(COREDIR)\*.* reentr.inc does not seem to be being copied into lib/CORE/ When I copy reentr.inc by hand into lib/CORE, the error messages go away. Is this the result of recent changes in ExtUtils::MakeMaker? -- Greg Matheson, Taiwan