From: Brian Beuning , com AT cygnus DOT com Subject: RE: Bash bug? 30 Apr 1997 11:13:21 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC554B.0FEBC8B0.cygnus.gnu-win32@BRIANB> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Original-To: "gnu-win32 AT cygnus DOT com" , "'Steve Shepard'" Original-Sender: owner-gnu-win32 AT cygnus DOT com I had some problems building on my d: drive for a while. It seems by default the d: drive is not transparently accessible. I think you can access it with something like //d/src or you can use mount(1) to put it anywhere you want. I did this c: md dos cd dos md d mount d: /dos/d Then you can access d:\src as /dos/d/src. Brian Beuning ---------- From: Steve Shepard Sent: Tuesday, April 29, 1997 7:07 PM To: gnu-win32 AT cygnus DOT com Cc: sjs AT navio DOT com Subject: Bash bug? Earlier, I sent mail to this list regarding a "cat" problem. In digging into the problem further, I've found that it instead appears to be a problem with bash redirection. When redirecting input like in the following fragment from gdb/configure) echo $ac_n "checking for AIX""... $ac_c" 1>&6 cat > conftest.$ac_ext <