#5488: GHC-7.2.1 standalone failed to bootstrap ghc-HEAD on windows
---------------------------------+------------------------------------------
Reporter: btutt | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 7.3 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Building GHC failed
---------------------------------+------------------------------------------
AR_STAGE0 gets set to:
AR_STAGE0='D:/slave/stable/builder/tempbuild/build/inplace/mingw/bin/ar.exe'
by configure.ac
ghc --info spits out:
,("ar
command","D:/slave/stable/builder/tempbuild/build/inplace/mingw/bin/ar.exe")
I'll try the latest Haskell platform installer next.
Haskell platform is 2011.2.0.1 which is ghc-7.0.2 and doesn't output the
ar.exe line from --info.
I forced AR_STAGE0 to the inplace mingw/bin/ar.exe path via manually
editing config.status.
CC_STAGE0 had a similar problem.
7.2.1 standalone printed:
$topdir/../mingw/bin/gcc.exe
which turned into: opdir../mingw/bin/gcc.exe while trying to ghc-cabal.exe
configure libraries/Cabal/cabal
Forcing CC_STAGE0 to $$topdir/.... didn't help either.
So i fixed CC_STAGE0 to inplace/mingw/bin/gcc.exe. Now ghc-cabal is
configuring away.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5488>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs