[Haskell-cafe] haskell platform questions
John Velman
velman at cox.net
Thu Mar 25 14:27:16 EDT 2010
I had the same problem -- downloaded and installed the new Haskell
Platform, and when I tried cabal I got the: dyld .... error. I'm also
on OS X 10.5.8. Also, ghc users guide appears to be missing.
I filed a bug report. To solve the cabal problem I got
cabal-install version 0.9.0
using version 1.9.0 of the Cabal library
from darcs, and put symlink to ~/.cabal/bin/cabal for /usr/local/bin/cabal
Now I'm happy (so far) with ghc 6.12.1 and platform 2010.1.0.0
Best,
John V.
On Wed, Mar 24, 2010 at 03:36:46AM -0400, wren ng thornton wrote:
> Don Stewart wrote:
>> You should file a bug on the Haskell Platform bug tracker.
>>
>> http://haskell.org/haskellwiki/Haskell_Platform#Trouble_shooting
>>
>> And I'm CC'ing the dmg maintainer -- it may also be a GHC issue as well.
>>
>> -- Don
>>
>> warrensomebody:
>>> I downloaded the new haskell-platform-2010.1.0.0-i386.dmg today... ran
>>> the uninstaller, ghc installer and the platform installer. When I run
>>> ghci, it seems to work fine, but when I try cabal, I get this crash:
>>>
>>> $ cabal --version
>>> dyld: unknown required load command 0x80000022
>>> Trace/BPT trap
>
> Same thing here.
>
> wren at semiramis:~ $ cabal --version
> dyld: unknown required load command 0x80000022
> Trace/BPT trap
>
> OSX = 10.5.8
> CPU = Core 2 Duo
>
>
> --
> Live well,
> ~wren
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list