After doing a fresh extraction of the source for 2.6.0, I execute ./configure and it enters a loop with no output before or during. I let run 20 minutes just to see if it would ever do anything and it did nothing else. Host system has: Linux: 2.4.23 Slakcware: 9.0 bash: 2.05b.0 gcc: 3.2.2 glibc: 2.3.1 I have a big (huge) strace of it here: http://phil.ipal.org/rsync-configure-loop.strace.bz2 http://phil.ipal.org/rsync-configure-loop-1000.strace.bz2 The one with 1000 is just the first 1000 lines of the strace. Ideas? -- ----------------------------------------------------------------------------- | Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | -----------------------------------------------------------------------------
On Sat, Jan 03, 2004 at 02:11:04AM -0600, Phil Howard wrote:> After doing a fresh extraction of the source for 2.6.0, I execute > ./configure and it enters a loop with no output before or during.What shell are you using? I'd suggest trying to run it as "bash configure" and see if that helps. ..wayne..