#3151: Hello World does not compile (missing Prelude?)
-----------------------------+----------------------------------------------
    Reporter:  fft1976       |        Owner:             
        Type:  bug           |       Status:  new        
    Priority:  normal        |    Milestone:  6.10 branch
   Component:  Build System  |      Version:  6.10.2     
    Severity:  critical      |   Resolution:             
    Keywords:                |   Difficulty:  Unknown    
    Testcase:                |           Os:  Linux      
Architecture:  x86           |  
-----------------------------+----------------------------------------------
Comment (by igloo):

 I've just done a little more digging. It looks like only the `i386
 -unknown-linux-libedit2` build needs libffi, which is due to a combination
 of two things:
  * The Debian ghc6 package that it was built with uses the system libffi
 rather than the in-tree libffi
  * `ifBuildable` is built with the bootstrapping compiler rather than the
 in-tree compiler

 If we make a 6.10.3 then we should fix the last point. For 6.12, this is
 done differently in the new build system, and the `libedit2` builds won't
 be needed for 6.12 anyway (as we won't be using libedit).

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