Date: Tue, 05 Jun 2001 20:55:36 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Hans-Bernhard Broeker Message-Id: <2950-Tue05Jun2001205536+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9fic2a$p6g$1@nets3.rz.RWTH-Aachen.DE> (message from Hans-Bernhard Broeker on 5 Jun 2001 10:25:14 GMT) Subject: Re: gdb error References: <9fic2a$p6g$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 5 Jun 2001 10:25:14 GMT > > Shankar Chakkere wrote: > > > ~/develop/cxref/cxref-1.5c > gdb cxref preproc.c > > That's not the correct way of starting a gdb session on DJGPP. It used > to be that way a *long* time ago (in DJGPP versions1.12 or earlier, if > memory serves) I don't think it ever was. The first version of GDB ported to DJGPP was not a stand-alone program, so you had to day something like go32 -d gdb cxref But there was never a need to mention any source files.