Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#44 closed enhancement (fixed)

Thread support for Perl.

Reported by: William Owned by: Jim Gifford
Priority: minor Milestone: CLFS Standard 1.0.0
Component: BOOK Version: CLFS Standard 1.0.0
Keywords: Cc:

Description

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)

comment:1 by Jim Gifford, 18 years ago

Owner: changed from clfs-commits@… to Jim Gifford

Making the change, I've been doing that for a while with no issues on Sparc, MIPS, and x86.

comment:2 by Jim Gifford, 18 years ago

Resolution: fixed
Status: newclosed

comment:3 by Jim Gifford, 18 years ago

Version: unstable1.0.0
Note: See TracTickets for help on using tickets.