in reply to Re: where are my ithreads II?
in thread where are my ithreads II?

Not really sure what surprises you.

Previously, I was told that in order to use threads, I needed to reinstall perl with thread support. So I did, which you can see in the perl -V output:

config_args='-de -Dusethreads'

To begin the installation process, the command I used was:

$ sh Configure -de -Dusethreads

Then I issued the commands make, make test, and make install, and everything seemed to install correctly. Yet, I still cannot use threads.

Replies are listed 'Best First'.
Re^3: where are my ithreads II?
by almut (Canon) on Dec 02, 2009 at 19:02 UTC

    Sorry, I overlooked the discrepancy with the configure arguments  (it would've been clearer if you had focused on -Dusethreads apparently not achieving the desired effect...)