[GHC] #7754: Can't find curses.h when building cross-compiler
GHC
cvs-ghc at haskell.org
Thu Mar 21 14:59:27 CET 2013
#7754: Can't find curses.h when building cross-compiler
----------------------------------+-----------------------------------------
Reporter: fumieval | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: invalid | Keywords: arm, terminfo, raspberry pi
Os: Linux | Architecture: arm
Failure: Building GHC failed | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
----------------------------------+-----------------------------------------
Changes (by igloo):
* status: new => closed
* difficulty: => Unknown
* resolution: => invalid
Comment:
Thanks for the report. However, I don't think it is a bug:
`libncurses5-dev` will contain curses.h for the platform you're building
on, but you need curses.h for the platform you are compiling for (i.e.
arm).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7754#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list