Re: Snow Leopard GHC

2009-09-25 Thread Barney Stratford
As a workaround, you might try to set the appropriate enironment variables Setting LIBRARY_PATH seems to help, but there must be a better way! Thanks. Barney. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskel

Re: Snow Leopard GHC

2009-09-25 Thread Daniel Fischer
Am Freitag 25 September 2009 11:56:54 schrieb Barney Stratford: > As you can see, it doesn't even attempt to tell gcc where to find   > libgmp. > > This has the feeling of an RTM question, and if it is then I   > apologise. I've not seen anything about this in the M, though. > > Cheers, > Barney.

Re: Snow Leopard GHC

2009-09-25 Thread Barney Stratford
OK, I'm trying to get a more-recent GHC working that has that #ifdef that you mentioned. Specifically, 6.10.4. I've said: ./configure --build=x86_64-apple-darwin --host=x86_64-apple-darwin -- target=x86_64-apple-darwin --with-gmp-includes='/sw/include' --with- gmp-libraries='/sw/lib' make a

Re: Snow Leopard GHC

2009-09-25 Thread Simon Marlow
On 24/09/2009 23:54, Barney Stratford wrote: Only limited success with GHCi, I'm afraid. The problem seems to be that Snow Leopard is much stricter about security than Leopard was. (Caveat - I don't really know what I'm talking about.) In particular, I don't think it will let you execute code out