#3471: configure fails for GHC 6.10.4 on Mac OS X 10.6 in 64-bit mode with
previously-built GHC
------------------------------+---------------------------------------------
 Reporter:  paulrbrown        |          Owner:           
     Type:  bug               |         Status:  closed   
 Priority:  normal            |      Milestone:           
Component:  Build System      |        Version:  6.10.4   
 Severity:  normal            |     Resolution:  duplicate
 Keywords:  configure         |       Testcase:           
       Os:  Unknown/Multiple  |   Architecture:  x86      
------------------------------+---------------------------------------------
Changes (by chak):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 This is not a problem with the GHC you are trying to build, but with the
 ghc from 10.5 that you try to use for bootstrapping.

 To use a GHC built on 10.5 on 10.6, you need to edit `/usr/bin/ghc` and
 add the flags `-optc-m32 -opta-m32 -optl-m32`.  I attach the edited
 `/usr/bin/ghc` for GHC 6.10.4 if you just want to copy that.

 I'll close this ticket as it's a duplicate of #3400.

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