Quoth [EMAIL PROTECTED] (Nicholas Clark):
> 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.
> $

No, this still doesn't work. Every 5.8, threaded or not, has threads.pm
installed, so using it as a dependancy won't ensure your perl is
threaded.

Ben

Reply via email to