> 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 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