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 wrote: > > Hi all, > > This is a summary of our plans for GHC 6.12.2. > > We plan to put

Re: GHC 6.12 + zlib + Mac OS 10.6

2009-11-30 Thread Yusaku Hashimoto
| Sent: 28 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 > wrote: > | > I think you installed zlib witho

Re: GHC 6.12 + zlib + Mac OS 10.6

2009-11-29 Thread Yusaku Hashimoto
This was reproduced on rc2, too. I installed ghc-6.12 rc2 by the installer. As the ticket I mentioned[1] says, The problem is the flags to build 32-bit binaries is not passed to the hsc2hs executable when the hsc2hs wrapper get any --cc parameter. Cabal passes --cc parameter to the wrapper to tell

Re: GHC 6.12 + zlib + Mac OS 10.6

2009-11-28 Thread Yusaku Hashimoto
I had wrote last mail without verifications, so ./Setup configure --hsc2hs-options='--cflag=-m32 --lflag=-m32' is correct. But I'm glad to know you got working fine with zlib :) ~-nwn On Sun, Nov 29, 2009 at 8:00 AM, Antoine Latter wrote: > On Sat, Nov 28, 2009 at 3:54 PM

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 Latte

Re: 6.10.3 prerelease

2009-05-06 Thread Yusaku Hashimoto
Hi Running Haddock for base-4.1.0.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 i686-apple-darwin8-gcc-4.0.1: Internal error: Virtual timer expired (program cc1) Hmm, is that repeatable? Yes. It is occur w

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 base-4.