Re: GDB problem (under cygwin)

2007-03-08 Thread Raymond Miller
omg, I would never have imagined that that were the problem. I thanks you very much, I was crazy already. Not it works. Thanks! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

Re: GDB problem (under cygwin)

2007-03-08 Thread Raymond Miller
int main () { printf("hello"); return 0; } Ok, I compiled the code.c with the cygwin gcc C:\Documents and Settings\Rafa\Desktop>gcc code.c -g -o program.exe I ran the cygwin gdb C:\Documents and Settings\Rafa\Desktop>gdb program.exe GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 200

Re: GDB problem (under cygwin)

2007-03-08 Thread Raymond Miller
cannot do more) If not, then tell me what I must explain more. "Dave Korn" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > On 08 March 2007 14:43, Raymond Miller wrote: > >> Finally I found what is the problem. > > No, I don't thin

Re: GDB problem (under cygwin)

2007-03-08 Thread Raymond Miller
sion 3.4.5 (mingw special) Is it a bug in that version? "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Raymond Miller wrote: >> Can someone say me what am I doing wrong? >> With mingw I can debug without problem (doing

Re: GDB problem (under cygwin)

2007-03-07 Thread Raymond Miller
Can someone say me what am I doing wrong? With mingw I can debug without problem (doing the make with mingw32-make). Then what's the problem?. Cya -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: