Re: Installing Perl ithreads in perl 5.8
[email protected] ("Jerry D. Hedden") Mon, 22 Mar 2010 09:09:50 -0400
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 22, 2010 at 09:01, Ajeet Kumar <[email protected]> wrote: > I have Perl 5.8 in my solaris machine, but without ithreads enabled. Now I > want to install ithreads also. So, Please mention the required steps to be > followed, in order to get it done ASAP. If you get the Perl distribution tarball and untar it, you'll find a README file. The INSTALLATION section has the basic steps. The only difference would be to use: ./Configure -des -Dprefix=$HOME/localperl -Dusethreads For more detailed information, read the INSTALL file (which has a section on threads).