This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs 1.1.1, AIX 4.1.5 and gdb...
- To: Chris Fury <cfury at bev dot net>
- Subject: Re: egcs 1.1.1, AIX 4.1.5 and gdb...
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Mon, 14 Dec 1998 20:15:19 -0500
- Cc: egcs at cygnus dot com
>>>>> Chris Fury writes:
Chris> I have succesfully compiled egcs 1.1.1 with the --with-stabs option, but when
Chris> I try to use gdb to debug my program, it can't find the filenames. The
Chris> debugging
Chris> information seems to be using "short" filenames vs. long filenames with the
Chris> long paths. I need this functionality because I have many directories with
Chris> several files named the same thing in those directories.
Chris> Anybody out there seen this problem and/or know how to deal with it?
EGCS probably will not work on AIX using --with-stabs. There is
no special support in either the compiler or debugger to handle that.
Most of all, that configuration is not supported.
David