Paul Brannan wrote: > On Sat, Sep 22, 2007 at 03:05:04PM +0900, Josip Gracin wrote: >> Oh, and finally, the latest Ruby from svn... >> >> 4. CFLAGS="-O3 -mcpu=i686 -march=i686 -mtune=i686" ./configure >> --enable-pthread >> >> Ruby 1.9.0 on i686-linux >> It took 2.507824 seconds to run. 398752 iterations per >> second. > > 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".