Re: [PATCH 0/2] Perl: Enable threading support.

2016-09-20 Thread Eric Bavier
On Tue, 20 Sep 2016 14:56:05 +1000 Ben Woodcroft wrote: > Hi, > > I found that our Perl was giving "Error: This Perl not built to support > threads" when trying to use threads. I added '-Dusethreads' to the configure > phase, but had to copy across the old configure

[PATCH 0/2] Perl: Enable threading support.

2016-09-19 Thread Ben Woodcroft
Hi, I found that our Perl was giving "Error: This Perl not built to support threads" when trying to use threads. I added '-Dusethreads' to the configure phase, but had to copy across the old configure phase to the inheriting 'perl-boot0' where we cannot use threads as pthreads is apparently