
26 Jul
2006
26 Jul
'06
1:49 p.m.
Hi Joel, The "-threaded" flag is set in ghc/compiler/Makefile. Look around line 398, for SRC_HC_OPTS += -threaded -Greg On Jul 26, 2006, at 9:17 AM, Joel Reymont wrote:
On Jul 26, 2006, at 2:06 PM, Gregory Wright wrote:
The crash while building the crypto library was one of the first signs that the threaded RTS had a problem.
My question was whether the CVS version has the flag set. I looked through mk/config.mk but could not figure it out quickly so I just set off another build of ghc. Should be ready in a few hours :-).
I compiled crypto with ghc 6.5 on Mac Intel and it went through fine after some tweaks to cabal dependencies.