On Thu, Sep 07, 2006 at 05:28:36PM -0500, Brian Smith wrote: > Is there some documentation available that lists the versions of tools that > are used to build the official Windows distributions of GHC? In particular, > what versions of MinGW, MSYSDTK, automake, autoconf, and binutils are used?
I don't know about the official distributions, but I have mingw-runtime-3.9.tar.gz mingw-utils-0.3.tar.gz msysDTK-1.0.1.exe MSYS-1.0.10.exe binutils-2.15.91-20040904-1.tar.gz gcc-core-3.4.2-20040916-1.tar.gz w32api-3.6.tar.gz (although I'm not sure I use half of that as I work inside cygwin.) $ automake --version automake (GNU automake) 1.9.6 $ autoconf --version autoconf (GNU Autoconf) 2.59 With the exception of automake, I think this was all the "current" version of everything. automake didn't have an obviously current one in the sygwin installer, so I took the same as I had on my Linux machine (which could well have been the latest one). Everything else I have is also just what cygwin gave me. Thanks Ian _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
