Re: [Haskell-cafe] haskell platform questions

2010-07-12 Thread Gaius Hammond
Hi, This is still happening with the current DMG on the website, my solution has been to install GHC from the DMG, then get the source for Haskell Platform (haskell-platform-2010.1.0.0.tar.gz) and build it myself. Cheers, G On 22 Mar 2010, at 04:02, Warren Harris wrote: I

Re: [Haskell-cafe] haskell platform questions

2010-03-26 Thread Malcolm Wallace
It's a known issue, and it's mine. If you (naively) just expect to link on Snow Leopard without passing any special backwards- compatibility flags, and have things work on Leopard, well, Apple has news for you. gcc -mmacox-version-min=10.5.8 ? Regards, Malcolm

Re: [Haskell-cafe] haskell platform questions

2010-03-26 Thread Warren Harris
FWIW, downloading the haskell-platform-2010.1.0.0 tarball and building it on my 10.5.8 system (with ghc 6.12.1 installed from the dmg) worked just fine. Didn't take too long either. Unfortunately I don't see any telltale linker options in the build logs. Warren On Mar 26, 2010, at 7:38

Re: [Haskell-cafe] haskell platform questions

2010-03-26 Thread Brandon S. Allbery KF8NH
On Mar 26, 2010, at 16:29 , Warren Harris wrote: FWIW, downloading the haskell-platform-2010.1.0.0 tarball and building it on my 10.5.8 system (with ghc 6.12.1 installed from the dmg) worked just fine. Didn't take too long either. Unfortunately I don't see any telltale linker options in the

Re: [Haskell-cafe] haskell platform questions

2010-03-25 Thread John Velman
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

Re: [Haskell-cafe] haskell platform questions

2010-03-25 Thread Don Stewart
velman: 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

Re: [Haskell-cafe] haskell platform questions

2010-03-25 Thread Gregory Collins
Don Stewart d...@galois.com writes: velman: 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

Re: [Haskell-cafe] haskell platform questions

2010-03-24 Thread wren ng thornton
Gregory Collins wrote: wren ng thornton w...@freegeek.org writes: w...@semiramis:~ $ ls /usr/local ls: /usr/local: No such file or directory w...@semiramis:~ $ ls /usr/bin/cabal ls: /usr/bin/cabal: No such file or directory But http://hackage.haskell.org/platform/new/contents.html tells me

Re: [Haskell-cafe] haskell platform questions

2010-03-24 Thread wren ng thornton
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

Re: [Haskell-cafe] haskell platform questions

2010-03-23 Thread Gregory Collins
wren ng thornton w...@freegeek.org writes: w...@semiramis:~ $ ls /usr/local ls: /usr/local: No such file or directory w...@semiramis:~ $ ls /usr/bin/cabal ls: /usr/bin/cabal: No such file or directory But http://hackage.haskell.org/platform/new/contents.html tells me cabal-install is

Re: [Haskell-cafe] haskell platform questions

2010-03-22 Thread Gregory Collins
wren ng thornton w...@freegeek.org writes: I'm still on 10.5.8. I don't have cabal-install installed yet, but I just installed GHC-6.12.1/HP-2010.1.0.0. I can verify that ghci works fine so far. I'll check out cabal-install in the next couple days. If there is an issue here it'd be with the

Re: [Haskell-cafe] haskell platform questions

2010-03-22 Thread Warren Harris
BTW, I started to try the macports method (thinking that maybe building on my machine would resolve the linker problem), but the package up there seems to be the old one: $ port info haskell-platform haskell-platform @2009.2.0.2 (devel, haskell) Description: This is the the Haskell

Re: [Haskell-cafe] haskell platform questions

2010-03-22 Thread Gregory Collins
Warren Harris warrensomeb...@gmail.com writes: Then I uninstalled everything, installed GHC-6.12.1- i386.pkg, then Haskell Platform 2010.1.0.0, and rebooted... and then experienced the cabal problem. BTW, there's some description of linker flags here:

Re: [Haskell-cafe] haskell platform questions

2010-03-22 Thread wren ng thornton
Gregory Collins wrote: wren ng thornton w...@freegeek.org writes: I'm still on 10.5.8. I don't have cabal-install installed yet, but I just installed GHC-6.12.1/HP-2010.1.0.0. I can verify that ghci works fine so far. I'll check out cabal-install in the next couple days. If there is an issue

Re: [Haskell-cafe] haskell platform questions

2010-03-22 Thread Ivan Miljenovic
On 23 March 2010 14:25, wren ng thornton w...@freegeek.org wrote: w...@semiramis:~ $ ls /usr/local ls: /usr/local: No such file or directory w...@semiramis:~ $ ls /usr/bin/cabal ls: /usr/bin/cabal: No such file or directory But http://hackage.haskell.org/platform/new/contents.html tells me

Re: [Haskell-cafe] haskell platform questions

2010-03-21 Thread Warren Harris
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 0x8022 Trace/BPT trap

Re: [Haskell-cafe] haskell platform questions

2010-03-21 Thread Gregory Collins
Warren Harris warrensomeb...@gmail.com writes: 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

Re: [Haskell-cafe] haskell platform questions

2010-03-21 Thread wren ng thornton
Gregory Collins wrote: Warren Harris warrensomeb...@gmail.com writes: 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

Re: [Haskell-cafe] haskell platform questions

2010-03-21 Thread Don Stewart
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...

Re: [Haskell-cafe] haskell platform questions

2010-03-18 Thread John Velman
I'm also on Mac Leopard. I tried installing ghc 6.12 with Haskell Platform 2009.2.9.2-i386.dmg (ghc 6.10.4) for some reason, and ran into a bunch of problems (problems to me, anyway). I ended up uninstalling 6.12 and reinstalling haskell platform. Uninstall is easy, there is an uninstaller

Re: [Haskell-cafe] haskell platform questions

2010-03-17 Thread Ivan Miljenovic
On 18 March 2010 15:07, Warren Harris warrensomeb...@gmail.com wrote: Apologies in advance if this is all documented somewhere, but I couldn't find it on the haskell platform site/trac. BTW, I'm on Mac/Leopard -- love the fact that it didn't take hours to build everything! I have no real