> You might have got an entry from your perl5, which is of no use for
> Parrot.
Thank you.
I see!
It's config/auto/headers.pl have
for (keys %Config) {
next unless /^i_/;
Configure::Data->set($mapping{$_}||$_, $Config{$_});
}
> There is no PConfig option that some threadi
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
> > 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
Nick Kostirya <[EMAIL PROTECTED]> wrote:
> Hello,
> Tell me please where $PConfig{'i_pthread'} is defined?
It's missing in our config system. Wanted.
> Nick.
leo
Hello,
Tell me please where $PConfig{'i_pthread'} is defined?
I want use this paramet into t/pmc/threads.t for detect that parrot has
being built with thread on NetBSD.
Nick.