Nick Kostirya <[EMAIL PROTECTED]> wrote:

>> > Tell me please where $PConfig{'i_pthread'} is defined?
>>
>> It's missing in our config system. Wanted.

> Oh, looks like I said it wrong.
> I do have package Parrot::Config :-).
> Please let me know at which moment $PConfig{'i_pthread'} value is set and
> where in the code I can find it.
> Use of  grep gave me nothing.

Its not set and not used:
$ find lib -type f | xargs grep i_thr
$ find config -type f | xargs grep i_thr

You might have got an entry from your perl5, which is of no use for
Parrot.

There is no PConfig option that some threading library is available. We
need such a PConfig entry. E.g.:

  PConfig{"threadlib"} = 'pthreads.linuxthreads'
  PConfig{"threadlib"} = 'pthreads.NPTL'
  PConfig{"threadlib"} = 'Win32'

or such

> Nick.

leo

Reply via email to