From: ts Date: 2003-12-09T19:42:40+09:00 Subject: Re: Ruby not exiting when developing extension >>>>> "D" == Derek Lewis writes: D> Can I tell from something in rbconfig.rb wether or not ruby was compiled D> with --enable-pthread? well, you have svg% grep pthread rbconfig.rb CONFIG["LIBS"] = "-lpthread -ldl -lcrypt -lm " CONFIG["configure_args"] = "'--enable-pthread' '--prefix=/home/ts/local/rp'" svg% Guy Decoux