Re: configure problems on Windows

2012-01-14 Thread Ian Lynagh
On Tue, Jan 10, 2012 at 02:42:45PM -, Roman Leshchinskiy wrote: > > CC_STAGE0 = $topdir/../mingw/bin/gcc.exe > > Note that CC_STAGE0, AS_STAGE0 and AR_STAGE0 are utterly wrong. Thanks; fixed by: commit ee250e51d9677c7282a8a4f64d1082e5e55a9af6 Author: Ian Lynagh Date: Sat Jan 14 22:

configure problems on Windows

2012-01-10 Thread Roman Leshchinskiy
When trying to build GHC (be it the 7.2 branch, the 7.4 branch or the HEAD) on Windows using GHC 7.2.2, I end up with the following bits in config.mk after configure: WhatGccIsCalled = c:/ghc/head/inplace/mingw/bin/gcc.exe GccVersion = 4.5.2 GccLT34 = NO GccLT46 = YES CC