LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help Compile perl with threads (https://www.linuxquestions.org/questions/linux-newbie-8/help-compile-perl-with-threads-513199/)

sendas 12-23-2006 12:27 PM

Help Compile perl with threads
 
Hi, can anyone help me I cant seem to figure out how to compile perl with threads support. I'm looking in the config.sh but I dont know what I'm looking for.

Ubuntu server 6.10

makyo 12-24-2006 07:34 AM

Hi.

This looks a bit old, but on target:
Quote:

Building a Threading Perl

To get started with threads you'll need to compile Perl 5.8.0 (http://cpan.org/src/stable.tar.gz) with threads enabled. You can do that with this command in the unpacked source directory:

sh Configure -Dusethreads

-- http://www.perl.com/pub/a/2002/09/04/threads.html
I'd recommend that you read over the page because there are more suggestions there.

A Google search for compile perl threads produced .75M hits, the one above being first ... cheers, makyo


All times are GMT -5. The time now is 07:56 AM.