Problem with ghc-6.5.20061008 on Mac OS X Intel

2006-10-09 Thread Deborah Goldsmith
Hi, I was able to build this release using the 20060915 Intel build that's available, on 10.4.8. ghci seems to work OK (except for Readline), but an attempt to compile gives: $ ghc example25.hs /usr/bin/ld: Undefined symbols: _mtlzm1zi0_ControlziMonadziState_evalStateT_closure _mtlzm1zi0_Co

Re: Problem with ghc-6.5.20061008 on Mac OS X Intel

2006-10-09 Thread Ian Lynagh
On Mon, Oct 09, 2006 at 05:42:14PM -0700, Deborah Goldsmith wrote: > > I was able to build this release using the 20060915 Intel build > that's available, on 10.4.8. ghci seems to work OK (except for > Readline), That sounds like good news, thanks :-) > but an attempt to compile gives: > >

Re: Problem with ghc-6.5.20061008 on Mac OS X Intel

2006-10-09 Thread Deborah Goldsmith
Thanks, Spencer Janssen already set me straight. It was indeed the lack of --package mtl. I'm pretty sure I didn't have that before, but my memory could be faulty. Thanks again, Deborah On Oct 9, 2006, at 5:57 PM, Ian Lynagh wrote: On Mon, Oct 09, 2006 at 05:42:14PM -0700, Deborah Goldsmit

Re: Problem with ghc-6.5.20061008 on Mac OS X Intel

2006-10-09 Thread Aaron Tomb
Hi Deborah, The first thing that springs to mind is that the mtl library (which contains Control.Monad.State, the source of the link errors below) isn't included in the 20060915 binary distribution, though it should be easy to check it out and compile it separately. So, the question is, w

Re: Problem with ghc-6.5.20061008 on Mac OS X Intel

2006-10-09 Thread Aaron Tomb
Strange. Should it really get to link time before it notices that you haven't used the necessary --package flags? I would have expected an error earlier on. Aaron On Oct 9, 2006, at 6:03 PM, Deborah Goldsmith wrote: Thanks, Spencer Janssen already set me straight. It was indeed the lack o

Defaulting to --make (was: Re: Problem with ghc-6.5.20061008 on Mac OS X Intel)

2006-10-12 Thread Simon Marlow
Ian Lynagh wrote: On Mon, Oct 09, 2006 at 05:42:14PM -0700, Deborah Goldsmith wrote: I was able to build this release using the 20060915 Intel build that's available, on 10.4.8. ghci seems to work OK (except for Readline), That sounds like good news, thanks :-) but an attempt to compi