[GHC] #1367: GHC[i] 6.6.1 can't find GNUreadline on PPC mac
Hal Perkins
hal at oz.net
Sat Jun 16 18:09:40 EDT 2007
Hello -
Thanks for the quick reply, and sorry for the delay in following up
(end of the academic year and then travels, ...)
I finally got around to trying the suggested installation of the
readline framework, and with that GHC[i] 6.6.1 works properly.
One suggestion (request?) for the future: would it be possible to fix
the pre-built os-x packages so they are self-contained, as they were
for GHC 6.6? Or at least add a note to the instructions on the
download page (http://www.haskell.org/ghc/download_ghc_661.html) and/
or maybe in the dmg file describing what needs to be done to install
the necessary frameworks? Either would be appreciated.
Thanks again, and at least from my end, this bug seems resolved.
Hal
On May 21, 2007, at 8:22 AM, Christian Maeder wrote:
> GHC schrieb:
>> #1367: GHC[i] 6.6.1 can't find GNUreadline on PPC mac
>> ---------------------------
>> +------------------------------------------------
>> Reporter: hal at oz.net | Owner:
>> Type: bug | Status: new
>> Priority: normal | Milestone:
>> Component: Build System | Version: 6.6.1
>> Severity: normal | Keywords:
>> Difficulty: Unknown | Os: MacOS X
>> Testcase: | Architecture: powerpc
>> ---------------------------
>> +------------------------------------------------
>> 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.
>
> 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
>
>
> http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/
> CoFI/hets/mac_e.htm
> http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/
> CoFI/hets/mac/GNUreadline-framework.zip
>
>
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list