gdb not working with $?=123

Brian Dessent brian@dessent.net
Wed Apr 11 01:34:00 GMT 2007


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 overtly wrong
with your setup, but you do have some other toolchains in your PATH
which still might have some overlap.  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.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list