#1395: let ./configure check for a GNUreadline framework
--------------------------------+-------------------------------------------
    Reporter:  [EMAIL PROTECTED]    |        Owner:             
        Type:  feature request  |       Status:  reopened   
    Priority:  normal           |    Milestone:  6.8 branch 
   Component:  Build System     |      Version:  6.8        
    Severity:  normal           |   Resolution:             
    Keywords:                   |   Difficulty:  Easy (1 hr)
          Os:  MacOS X          |     Testcase:             
Architecture:  Multiple         |  
--------------------------------+-------------------------------------------
Comment (by guest):

 While the above was sufficient to build the readline package, the stage2
 ghc could not load it:

 {{{
 compiler/stage2/ghc-inplace --interactive -package readline
 GHCi, version 6.8.0.20071017: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 Loading package old-locale-1.0 ... linking ... done.
 Loading package old-time-1.0 ... linking ... done.
 Loading package filepath-1.1 ... linking ... done.
 Loading package directory-1.0 ... linking ... done.
 Loading package unix-2.2 ... linking ... done.
 Loading package process-1.0 ... linking ... done.
 Loading package readline-1.0.1 ... ghc-6.8.0.20071017: can't load
 framework: GNUreadline (not found)
 }}}

 ghc-inplace does not depend on the `GNUreadline.framework`:

 {{{
 otool -L compiler/stage2/ghc-inplace
 compiler/stage2/ghc-inplace:
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 88.3.9)
         GMP.framework/Versions/A/GMP (compatibility version 7.0.0, current
 version 7.0.0)
 }}}

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