On Nov 1, 2008, at 4:14 AM, Nicholas Clark wrote:

On Fri, Oct 31, 2008 at 06:16:01PM -0500, Chris Dolan wrote:
Just add a dependency on thread::shared or one of the other threading
libraries.  Push your problem up the chain!

No, not threads::shared

$ /home/nclark/Sandpit/588ish/bin/perl -Mthreads::shared -e0
$

threads looks a better idea:

$ /home/nclark/Sandpit/588ish/bin/perl -Mthreads -e0
This Perl not built to support threads
Compilation failed in require.
BEGIN failed--compilation aborted.
$

Nicholas Clark

Aha, thank you for correcting me.
Chris

Reply via email to