#5155: GHC won't configure for i586
----------------------------------+-----------------------------------------
  Reporter:  mcandre              |          Owner:                             
             
      Type:  bug                  |         Status:  new                        
             
  Priority:  normal               |      Milestone:                             
             
 Component:  Compiler             |        Version:  7.0.3                      
             
Resolution:                       |       Keywords:  haiku configure config 
arch architecture
  Testcase:                       |      Blockedby:                             
             
Difficulty:                       |             Os:  Other                      
             
  Blocking:                       |   Architecture:  x86                        
             
   Failure:  Building GHC failed  |  
----------------------------------+-----------------------------------------
Changes (by mcandre):

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


Comment:

 Thanks. Now the error I get is slightly different.

 {{{
 ~> wget
 http://www.haskell.org/ghc/dist/current/dist/ghc-7.1.20110424-src.tar.bz2
 ~> tar xvf ghc-7.1.20110424-src.tar.bz2
 ~> cd ghc-7.1.20110424
 ~> vi boot
 (change the two Perl references from "/usr/bin/perl" to "perl", since
 Haiku's Perl is in a non-standard location)
 ~> perl boot
 ~/ghc-7.1.20110424> ./configure --enable-hc-boot --build=i586-pc-haiku
 --host=i586-pc-haiku --target=i586-pc-haiku
 checking for gfind... no
 checking for find... /bin/find
 checking for sort... /bin/sort
 checking for GHC version date... given 7.1.20110424
 checking for ghc... no
 checking build system type... i586-pc-haiku
 checking host system type... i586-pc-haiku
 checking target system type... i586-pc-haiku
 This GHC () does not generate code for the build platform
    GHC target platform    :
    Desired build platform : i386-unknown-haiku
 }}}

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