Re: "tee" is coredumping

2003-02-20 Thread Shing-Fat Fred Ma
Igor Pechtchanski wrote: > On Thu, 20 Feb 2003, Fred Ma wrote: > > > Hello, > > > > I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. > > The "tee" command is core dumping on me, but > > only with a particular set of circumstances. I use > > it as follows: > > > > make -f client.mak 2>&

Re: "tee" is coredumping

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Fred Ma wrote: > Hello, > > I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. > The "tee" command is core dumping on me, but > only with a particular set of circumstances. I use > it as follows: > > make -f client.mak 2>&1 | tee client.out > > I realize this is not t

"tee" is coredumping

2003-02-20 Thread Fred Ma
Hello, I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. The "tee" command is core dumping on me, but only with a particular set of circumstances. I use it as follows: make -f client.mak 2>&1 | tee client.out I realize this is not telling you a whole lot because it depends on what all