aria2c.exe was generated using Debian cross compiler: * gcc-mingw32 4.4.4-0.1 * mingw32-binutils 2.20-0.1 * mingw32-runtime 3.13-1 with included mingw_snprintf.patch It was static build so no extra dll necessary. Before building the source, I applied aria2-1.10.0-mingw.patch to fix compile error and some tweaks for Windows environment. I compiled aria2 with following libraries: * openssl 1.0.0 * expat 2.0.1 * sqlite 3.6.23.1 * zlib 1.2.5 * c-ares 1.7.1 This build has differences from original aria2-1.10.0 release: * --disable-ipv6 is enabled by default. == Known Issues == * When Ctrl-C is pressed, aria2 shows "Shutdown sequence commencing... Press Ctrl-C again for emergency shutdown." But mingw32 build cannot handle second Ctrl-C properly. The second Ctrl-C just kills aria2 instantly without proper shutdown sequence and you may lose data. So don't press Ctrl-C twice. * When --disable-ipv6=false is given, BitTorrent DHT does not work properly. * --daemon option doesn't work. == Reference == * http://smithii.com/aria2 * http://kemovitra.blogspot.com/2009/12/download-aria2-163.html