Re: Problem on cygwin with gdb: segy input can't be tty

2004-06-05 Thread Christopher Faylor
On Sat, Jun 05, 2004 at 11:59:51AM -0500, Don McCarley wrote: >In trying to debug code with gdb, any program taking stdin on the >command line complains that tty (keyboard) is already taken by gdb, so >it can't use tty. Is there a way that you can get the input data into >the program other than

Re: Problem on Cygwin with gdb: segy input can't be tty

2004-06-05 Thread Don McCarley
Larry, Yes, I can type cat and enter text and it is returned to me. How can I try cat with suresamp? You lost me there. Thanks for looking at this. Don Larry Hall wrote: At 12:59 PM 6/5/2004, you wrote: In trying to debug code with gdb, any program taking stdin on the command line complain

Re: Problem on Cygwin with gdb: segy input can't be tty

2004-06-05 Thread Larry Hall
At 12:59 PM 6/5/2004, you wrote: >In trying to debug code with gdb, any program taking stdin on the command line >complains that tty (keyboard) is already taken by gdb, so it can't use tty. Is there >a way that you can get the input data into the program other than stdin; or force it >in with

Problem on Cygwin with gdb: segy input can't be tty

2004-06-05 Thread Don McCarley
In trying to debug code with gdb, any program taking stdin on the command line complains that tty (keyboard) is already taken by gdb, so it can't use tty. Is there a way that you can get the input data into the program other than stdin; or force it in with stdin? Example of problem: --- $ gdb