Re: Plans for GHC 6.12.2

2010-03-25 Thread Yusaku Hashimoto
How about dynamic libraries on Mac? http://hackage.haskell.org/trac/ghc/ticket/3550 If the patch works fine, please include it in the next release. Thanks, -nwn On Wed, Mar 24, 2010 at 3:38 AM, Ian Lynagh ig...@earth.li wrote: Hi all, This is a summary of our plans for GHC 6.12.2. We

Re: GHC 6.12 + zlib + Mac OS 10.6

2009-11-30 Thread Yusaku Hashimoto
November 2009 23:01 | To: Yusaku Hashimoto | Cc: glasgow-haskell-users@haskell.org; Haskell Libraries | Subject: Re: GHC 6.12 + zlib + Mac OS 10.6 | | On Sat, Nov 28, 2009 at 3:54 PM, Yusaku Hashimoto nonow...@gmail.com wrote: | I think you installed zlib without proper flags to link with 32-bit

Re: GHC 6.12 + zlib + Mac OS 10.6

2009-11-28 Thread Yusaku Hashimoto
I think you installed zlib without proper flags to link with 32-bit libraries. configuring with ./Setup configure --with-hsc2hs='--cc-flag=-m32 --ld-flag=-m32' should do the tricks. See also http://hackage.haskell.org/trac/ghc/ticket/3681. HTH -~nwn On Sun, Nov 29, 2009 at 6:01 AM, Antoine

Re: GHC 6.12 + zlib + Mac OS 10.6

2009-11-28 Thread Yusaku Hashimoto
, Yusaku Hashimoto nonow...@gmail.com wrote: I think you installed zlib without proper flags to link with 32-bit libraries. configuring with ./Setup configure --with-hsc2hs='--cc-flag=-m32 --ld-flag=-m32' should do the tricks. See also http://hackage.haskell.org/trac/ghc/ticket/3681. HTH -~nwn

Re: 6.10.3 prerelease

2009-05-03 Thread Yusaku Hashimoto
Hi, I tried to build prerelease from tarball on Intel Mac (OS 10.4.11) by ghc-6.10.1, almost all successfully built but documentations are not. when building documentations, I got error: Preprocessing library base-4.1.0.0... Running hscolour for base-4.1.0.0... Preprocessing library