[GHC] #7979: ./configure script does not properly detect missing header files

GHC ghc-devs at haskell.org
Tue Jul 2 00:06:58 CEST 2013


#7979: ./configure script does not properly detect missing header files
-----------------------------+----------------------------------------------
Reporter:  jstolarek         |          Owner:                  
    Type:  bug               |         Status:  new             
Priority:  normal            |      Component:  Build System    
 Version:  7.6.3             |       Keywords:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown      |      Blockedby:                  
Blocking:                    |        Related:                  
-----------------------------+----------------------------------------------

Comment(by emanuel):

 Replying to [ticket:7979 jstolarek]:

 {{{
   ...
   checking ncurses.h usability... no
   checking ncurses.h presence... no
   checking for ncurses.h... no
   checking curses.h usability... no
   checking curses.h presence... no
   checking for curses.h... no
   configure: error: in `/dane/download/ghc-7.6.3/libraries/terminfo':
   configure: error: curses headers could not be found, so this package
 cannot be built
   ...
 }}}

 This is output from configure script. It detected correctly that ncurses
 is missing.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7979#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list