Hi, I have been trying to compile Emacs Pretest 23.1.92 on Windows 7 (cygwin, MinGW, GnuWin32) but haven't had any luck. I run configure.bat --no-debug --with-gcc --without-png -cflags -IC:\Progra~2\GnuWin32\include then make bootstrap and everything runs fine until I get this error: [...] make[2]: Leaving directory `/cygdrive/d/devel/emacs/emacs-23.1.92/lisp' cp loaddefs.el-SH /cygdrive/d/devel/emacs/emacs-23.1.92/lisp/loaddefs.el rm loaddefs.el-SH Directories: . calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net nxml org play progmodes textmodes url cedet cedet/ede ced et/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/bovine cedet/sem antic/decorate cedet/semantic/symref cedet/semantic/wisent "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoload \ --eval '(setq find-file-hook nil find-file-suppress-same-file-wa rnings t)' \ -f w32-batch-update-autoloads "/cygdrive/d/devel/emacs/emacs-23. 1.92/lisp/loaddefs.el" make . calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net nxml org play progmodes textmodes url cede t cedet/ede cedet/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/b ovine cedet/semantic/decorate cedet/semantic/symref cedet/semantic/wisent Warning: Could not find simple.el nor simple.elc Cannot open load file: autoload make[1]: *** [autoloads] Error 127 make[1]: Leaving directory `/cygdrive/d/devel/emacs/emacs-23.1.92/lisp' make: *** [bootstrap-gmake] Error 2 Any idea what is causing this? Thanks, Christoph