This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb not working with $?=123


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]