Chris,
The last couple of setup.exe uploads you've done have been
faulty in one way or another - linked against cygwin1.dll, not stripped.This is the recipe I use to build releases (and thus keeps me out of forgetting things :}): $ make && make dist && strip setup.exe \ && mv setup-0.tar.bz2 setup-2.218.2.8.tar.bz2 \ && tar cjf setup-2.218.2.8-1-src.tar.bz2 setup-2.218.2.8.tar.bz2 setup.exe goes to the ftp root, setup-*-src.tar.bz2 goes to the release/setup directory. Cheers, Rob
