Re: [Haskell-cafe] ghc -O2 out of memory
Carter, Thank you. My assumption was that 7.8.3 is 32 bits and 7.8.4 is 64 bits. I got this idea from reading https://github.com/fpco/minghc#readme Kees Van: Carter Schonwald [mailto:carter.schonwald@gmail.com] Verzonden: dinsdag 10 maart 2015 3:10 Aan: Kees Bleijenberg CC: ghc-devs@haskell.org Onderwerp: Re: [Haskell-cafe] ghc -O2 out of memory there SHOULD be a 32bit 7.8.4 build available somewhere for windows, and if not , thats a real problem! I'm gonna shift this thread to ghc-devs, because that *should* get addressed @ghc-devs, how can we help this user get ahold of a 32bit windows 7.8.4 build? (eg, why do we not have one available yet?) -Carter On Mon, Mar 9, 2015 at 4:13 AM, Kees Bleijenberg <K.Bleijenberg@lijbrandt.nl> wrote: Thanks for your answer. I also use ghc to create 32 bits dll’s. 7.8.4 is 64 bits GHC and can’t create 32 bits dll’s (?). This means I have to install 7.8.3 and 7.8.4 on the same Windows machine. Is this possible? <snip>
participants (1)
-
Kees Bleijenberg