[Haskell-cafe] Template Haskell attempts to load mingw32.dll during build

Darren Grant dedgrant at gmail.com
Mon Feb 2 16:48:04 UTC 2015


As a followup, this is an old GHCi bug:

https://ghc.haskell.org/trac/ghc/ticket/3242?cversion=0&cnum_hist=29

I'm not sure if anyone else has made headway here, but I'll see if I can
patch the GHC loader for mingw.

Cheers,
Darren

Hi,

This is a bit different. The SDL dependencies are configured correctly and
I can link against standard Haskell programs, but a TH build phase fails.

Cheers,
Darren
On Feb 1, 2015 3:46 AM, "Henk-Jan van Tuyl" <hjgtuyl at chello.nl> wrote:

> On Sun, 01 Feb 2015 08:15:19 +0100, Darren Grant <dedgrant at gmail.com>
> wrote:
>
>  Hi all,
>>
>> Windows GHC 7.8.4 build issue here:
>>
>> I've noticed that GHC will attempt to link mingw32 if a related dependency
>> (in my case sdl2) is required in a TH pass. Unsurprisingly, the OS fails
>> to
>> find the imaginary mingw32.dll file.
>>
>> Are there any known resolutions to this quirk?
>>
>
> It seems that Stack Overflow has the answer:
>   http://stackoverflow.com/questions/15996796/haskell-
> sdl-cant-find-mingw32-dll
>
> Regards,
> Henk-Jan van Tuyl
>
>
> --
> Folding at home
> What if you could share your unused computer power to help find a cure? In
> just 5 minutes you can join the world's biggest networked computer and get
> us closer sooner. Watch the video.
> http://folding.stanford.edu/
>
>
> http://Van.Tuyl.eu/
> http://members.chello.nl/hjgtuyl/tourdemonad.html
> Haskell programming
> --
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20150202/a4283689/attachment.html>


More information about the Haskell-Cafe mailing list