Date: Tue, 05 Jun 2001 06:29:58 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: shankara AT erols DOT com (Shankar Chakkere) Message-Id: <1438-Tue05Jun2001062958+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: Subject: Re: gdb error References: 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: shankara AT erols DOT com (Shankar Chakkere) > Newsgroups: comp.os.msdos.djgpp > Date: 4 Jun 2001 19:41:19 GMT > > I get the following error when I start the gdb, > I never used to get this before upgrading my bash > to 2.03 This has nothing to with the Bash version: you will get this message with any shell. > ~/develop/cxref/cxref-1.5c > gdb cxref preproc.c > > GDB can't read core files on this machine. > (gdb) See the GDB manual: the second command-line argument is taken by GDB as the core file. DJGPP doesn't support core files yet, so you get the error message. Why did you need that extra argument? What did you think preproc.c should mean to GDB?