
On Windows rts/T8124 is failing thus: T8124_c.c:4:21: fatal error: pthread.h: No such file or directory compilation terminated. *** unexpected failure for T8124(threaded1) Simon

Not strange at all as pthread isn't included in the mingw toolchain (it is
on Win64, but it doesn't know to link in pthread there).
There's no easy fix. Other than setting it to expected failure, of course.
Niklas
2014-07-31 22:56 GMT+02:00 Simon Peyton Jones
On Windows rts/T8124 is failing thus:
T8124_c.c:4:21: fatal error: pthread.h: No such file or directory
compilation terminated.
*** unexpected failure for T8124(threaded1)
Simon
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
participants (2)
-
Niklas Larsson
-
Simon Peyton Jones