Hi, I believe the install targets in data-directory/Makefile.in are misusing the DESTDIR option. They currently do "$(DESTDIR)/$(FOO_DIR)". I believe this should simply be "$(DESTDIR)$(FOO_DIR)". While trying to install into "//foo" isn't a big deal on *nix, it is quite a different story on MinGW, which attempts to look for a server named foo. Ok? ChangeLog 2010-11-19 Keith Seitz * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR): Remove extraneous '/' after $(DESTDIR). (PYTHON_INSTALL_DIR): Likewise.