To my knowledge, pthreads requires POSIX-compliant threads. That almost certainly means you'd need to compile it with Cygwin. I don't think John tested it with Cygwin, though, and I certainly have not.
David On Mon, Aug 29, 2011 at 2:45 PM, Chris Marshall <[email protected]> wrote: > I wanted to investigate getting pthreads parallelization > working with win32. It seems it should be doable provided > that the pthreads is not tied to any perl threading issues. > Is that the case? > > Thanks, > Chris > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
