Ticket #1367 (closed bug: invalid)

Opened 6 years ago

Last modified 6 years ago

GHC[i] 6.6.1 can't find GNUreadline on PPC mac

Reported by: hal@… Owned by:
Priority: high Milestone: 6.8.1
Component: Build System Version: 6.6.1
Keywords: Cc:
Operating System: MacOS X Architecture: powerpc
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

I installed GHC on a OS X 10.4.9 powerbook using the pre-built ghc-6.6.1-powerpc-apple-darwin.tar.bz2 archive (configure then make install). Unfortunately I get this message when I run either ghci or ghc:

dyld: Library not loaded: GNUreadline.framework/GNUreadline

Referenced from: /usr/local/lib/ghc-6.6.1/ghc-6.6.1 Reason: image not found

Trace/BPT trap

GHC 6.6 is still installed on this system and it continues to work fine.

Suggestions appreciated. Thanks.

Change History

Changed 6 years ago by igloo

  • priority changed from normal to high
  • milestone set to 6.8

Changed 6 years ago by igloo

  • status changed from new to closed
  • resolution set to invalid

Christian Maeder says:

The GNUreadline (and GMP) framework must be installed, too.

(ie. as root)
unzip GNUreadline-framework.zip -d /Library/Frameworks
unzip GMP-framework.zip -d /Library/Frameworks

This is now clarified on the download page.

Changed 6 years ago by igloo

  • milestone changed from 6.8 branch to 6.8.1
Note: See TracTickets for help on using tickets.