Re: $PConfig{'i_pthread'}

2004-03-25 Thread Nick Kostirya
> 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

Re: $PConfig{'i_pthread'}

2004-03-25 Thread Leopold Toetsch
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

Re: $PConfig{'i_pthread'}

2004-03-25 Thread Nick Kostirya
> > 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

Re: $PConfig{'i_pthread'}

2004-03-25 Thread Leopold Toetsch
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

$PConfig{'i_pthread'}

2004-03-25 Thread Nick Kostirya
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.