----- Original Message ----- From: "Chris Marshall" <[EMAIL PROTECTED]> . . > > - Setting WITH_POSIX_THREADS => 1 seems ok for > the current version of cygwin > > - It looks like the Basic/Core/Makefile.PL checks > for the -lpthread in the link library because of > a bug on SGI systems. Maybe it would be better > to rely on whether the perl is multithreaded for > the automated use threads decision and let the > SGI work around specifically set to 0 there. >
And yet the Makefile.PL message tells us that "PDL threads are unrelated to perl threads (usethreads=y)!" and "Enabling perl threads will not help!". Am I right in understanding you are telling us that is simply not so (wrt Cygwin, at least) ? Presumably you still need to link to the pthread library (-lpthread). How did you achieve that ? I haven't (yet) managed to get this to work on either Cygwin, Win32 or inux - though that might just be me. What's a good way to measure performance differences between the threaded and unthreaded PDL builds ? Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
