#5760: lib/settings file wrong
---------------------------------+------------------------------------------
    Reporter:  rl                |       Owner:         
        Type:  bug               |      Status:  merge  
    Priority:  normal            |   Milestone:         
   Component:  Compiler          |     Version:  7.2.1  
    Keywords:                    |          Os:  Windows
Architecture:  Unknown/Multiple  |     Failure:  Other  
  Difficulty:  Unknown           |    Testcase:         
   Blockedby:                    |    Blocking:         
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by igloo):

  * status:  new => merge
  * difficulty:  => Unknown


Comment:

 Thanks for the report. Fixed by:
 {{{
 commit 2719cacde99fd3127a3569feebdf7183030e000d
 Author: Ian Lynagh <[email protected]>
 Date:   Sat Jan 14 21:35:53 2012 +0000

     Define "ar command" correctly in settings file on Windows

     We want to use the inplace ar, rather than whichever ar the
     machine that we build on happens to have.
 }}}

 You can fix your 7.2.2 installation by editing
 `c:/ghc/ghc-7.2.2/lib/settings` and changing the `ar command` entry to:
 {{{
  ("ar command", "$topdir/../mingw/bin/ar.exe"),
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5760#comment:1>
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

Reply via email to