On Tue, Sep 25, 2007 at 06:05:10PM +0900, Josip Gracin wrote:
> >What does it look like without --enable-pthread?
> 
> Without --enable-pthread, it still gets linked with libpthread.so.  And 
> performs as mentioned.
> 
> If I put --disable-pthread, the compile fails, saying "No rule to make 
> target thread_.h, needed by error.o".

Oh, silly me :) -- YARV uses pthread for its threading now, so of course
it won't work without it.

I wonder if it will build with GNU pth?

Paul