#853: GHC build fails when setting GhcWithInterpreter=No
--------------------------+-------------------------------------------------
    Reporter:  jberthold  |        Owner:             
        Type:  bug        |       Status:  new        
    Priority:  low        |    Milestone:             
   Component:  Compiler   |      Version:  6.5        
    Severity:  minor      |     Keywords:             
          Os:  Linux      |   Difficulty:  Easy (1 hr)
Architecture:  x86        |  
--------------------------+-------------------------------------------------
My GHC build (latest source from darcs) is configured to leave out GHCI,
 by setting GhcWithInterpreter=No in build.mk.
 Since the last update, the GHC build now fails in stage2 with

 main/Main.hs:26:0:
     Failed to load interface for `InteractiveUI':

 (which is clear, since none of the compiler/ghci/ files have been
 compiled, as I requested)

 The Makefile responsible for the failing command is Makefile.ghcbin,
 introduced by this patch:

 Tue Jul 25 15:01:54 CEST 2006  Simon Marlow <[EMAIL PROTECTED]>
   * Generalise Package Support

 This Makefile contains an option -DGHCI responsible for the error.
 Unfortunately, I have no idea whether just protecting -DGHCI as in the
 normal Makefile would break something.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/853>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to