Home > Archive > PERL Beginners > August 2007 > building Perl 5.8.8
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
building Perl 5.8.8
|
|
| Robert Hicks 2007-08-16, 7:01 pm |
| When it asks about threads should I enable them or no?
Robert
| |
| Chas Owens 2007-08-16, 7:01 pm |
| On 8/16/07, Robert Hicks <sigzero@gmail.com> wrote:
> When it asks about threads should I enable them or no?
snip
I don't see a reason not to enable ithreads, but you probably don't
want (or need) the 5005threads. Note that threading has no effect on
your Perl programs unless you specifically write code that uses
threads.
| |
| Brian D Foy 2007-08-26, 10:00 pm |
| In article <20070816122451.3007.qmail@lists.develooper.com>, Robert
Hicks <sigzero@gmail.com> wrote:
> When it asks about threads should I enable them or no?
In Perl's Configure, if you don't understand the question, accept the
default answer. :)
|
|
|
|
|