Build failure of 7.8RC1 on OSX Mountain Lion

Possibly I did something wrong (certainly when I tried to build something very close to RC1 at Austin's request it worked fine), but now I am getting In file included from rts/sm/Evac.c:21:0: rts/sm/GCTDecl.h:71:0: error: thread-local storage not supported for this target (Host compiler: ghc 7.6.3, no mk/build.mk, standard ./configure --prefix=.., make) Any ideas? -Edsko

Sounds like #8744 (https://ghc.haskell.org/trac/ghc/ticket/8744).
The fix for this has already been merged into the 7.8 branch, but of course, it won't appear in any 7.8RC1 distribution. If you update to the tip of the 7.8 branch, you should hopefully be OK.
Richard
On Feb 18, 2014, at 11:08 AM, Edsko de Vries
Possibly I did something wrong (certainly when I tried to build something very close to RC1 at Austin's request it worked fine), but now I am getting
In file included from rts/sm/Evac.c:21:0:
rts/sm/GCTDecl.h:71:0: error: thread-local storage not supported for this target
(Host compiler: ghc 7.6.3, no mk/build.mk, standard ./configure --prefix=.., make)
Any ideas?
-Edsko _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
participants (2)
-
Edsko de Vries
-
Richard Eisenberg