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 <aslat...@gmail.com> wrote:
> 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
>> 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
>
> The following worked like a charm:
>
> cabal install --hsc2hs-options='--cc-flag=-m32 --ld-flag=-m32'
>
> Thanks for the tip.
>
> Antoine
>
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to