From: gwtmp01@... Date: 2007-02-02T05:58:18+09:00 Subject: Re: Net::HTTP Closes STDIN On Feb 1, 2007, at 3:46 PM, James Edward Gray II wrote: > On Feb 1, 2007, at 2:35 PM, gwtmp01@mac.com wrote: > >> I just built from the current 1.8.5 branch and the problem doesn't >> exist: >> >> $ ./ruby -v >> ruby 1.8.5 (2007-01-27 patchlevel 17) [powerpc-darwin8.8.0] > > I wonder if this is related to the --enable-pthread option. I used > it and wouldn't be surprised to hear that MacPorts did too. Did > you use this option when you did this test? I just typed: autoconf; ./configure; make I'll try: ./configure --enable-pthread; make and report back... Gary Wright