gdb not working with $?=123

2007-04-10 Thread Luca Masini
Hi, gdb does not works. When I run it nothing happens and $? is 123 I just tried to re-install it and googled but with no luck until now. Regards. Luca. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: gdb not working with $?=123

2007-04-10 Thread Brian Dessent
Luca Masini wrote: gdb does not works. When I run it nothing happens and $? is 123 I just tried to re-install it and googled but with no luck until now. Please read the problem reporting guidelines at http://cygwin.com/problems.html, specifically the part about cygcheck output. You haven't

Re: gdb not working with $?=123

2007-04-10 Thread Brian Dessent
Luca Masini wrote: Brian Dessent wrote: Please read the problem reporting guidelines at http://cygwin.com/problems.html, specifically the part about cygcheck output. attached the output of cygcheck -s -v -r cygcheck.out Thanks for the extra info. I can't find anything that is

Re: gdb not working with $?=123

2007-04-10 Thread Luca Masini
Brian Dessent wrote: Try this: PATH=/usr/bin:$(cygpath -S) gdb --help If gdb works with this minimal PATH then try selectively adding the other components back in and see when it fails. If the above still doesn't work then you may have to resort to strace to see why gdb can't initialize.