Re: GDB problem (under cygwin)

2007-03-08 Thread Raymond Miller
? 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 the make with mingw32-make). Then what's the problem?. Not with the information provided at least

Re: GDB problem (under cygwin)

2007-03-08 Thread Raymond Miller
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 think you have. You haven't even clearly identified a problem. You say

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\Desktopgcc code.c -g -o program.exe I ran the cygwin gdb C:\Documents and Settings\Rafa\Desktopgdb program.exe GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 2006

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:

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: