Thread support for Perl.
Perl in the CLFS book does not support threading. But it seems most distros support it.
Should we add it or not?
./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 -Dpager="/bin/less -isR" \
-Dusethreads
# perl -v
This is perl, v5.8.8 built for i686-linux-thread-multi
Copyright 1987-2006, Larry Wall
./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 -Dpager="/bin/less -isR"
# ./perl -v
This is perl, v5.8.8 built for i686-linux
Copyright 1987-2006, Larry Wall
Change History
(3)
Owner: |
changed from clfs-commits@… to Jim Gifford
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Version: |
unstable → 1.0.0
|
Making the change, I've been doing that for a while with no issues on Sparc, MIPS, and x86.