Message-Id: <199703052244.HAA21400@mail.st.rim.or.jp> From: "Daisuke Aoyama" To: Cc: "DJGPP ML" Subject: =?ISO-2022-JP?B?UkU6IGJhc2gtaW5nIHBpcGVzIDop?= Date: Thu, 6 Mar 1997 07:42:18 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit >Now I'm having problems with pipes (I beleive the text below tells it >all). > >bash$ cat o|sed -e "s/.*_\(.*\)/TView_virtual_functions(\1)/" >bash: pipe error: No such file or directory (ENOENT) >bash$ > >Is there something I have to set up, or are pipes not yet supported> This error appears when bash cannot create a temporary file. Please check: have enough FILES in config.sys? (my setting is 30) set TMPDIR environment variable? exist $TMPDIR and avail space? Daisuke Aoyama jack AT st DOT rim DOT or DOT jp