Hi Claus, Just reading through the Windows build instructions: http://hackage.haskell.org/trac/ghc/wiki/Building/Windows
./configure --host=i386-unknown-mingw32 -with-gcc=C:/Mingw/bin/gcc.exe --with-ld=C:/Mingw/bin/ld.exe I notice that with-gcc has 1 dash before it, and with-ld has 2 dashes before it - that seems a bit weird. Additionally, if I do "which gcc" or "which ld" I get the mingw versions, so I would have thought the --with was redundant. Is it correct as it stands - it works, but I just want to check it isn't just working anyway. Thanks Neil ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ============================================================================== _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
