On Thu, 2009-07-30 at 23:58 +0100, Robert Oeffner wrote: > Until now there is no compiler available for interix that supports OpenMP > and that's what I'm after. As libgomp in GCC so far isn't targeting interix > I have made some changes to libgomp in my copy of the GCC 4.4.0 > distribution.
libgomp relies on pthreads (well, at least in the only current implementation of that library). Which pthread library are you using? Does Interix supply one? Ben