Date: 28 Jul 2003 07:55:46 +0200 Message-Id: From: Eli Zaretskii To: Jaiphen Hsiung CC: djgpp AT delorie DOT com In-reply-to: <20030728012733.31630.qmail@web10007.mail.yahoo.com> (message from Jaiphen Hsiung on Sun, 27 Jul 2003 18:27:33 -0700 (PDT)) Subject: Re: GDB for DOS References: <20030728012733 DOT 31630 DOT qmail AT web10007 DOT mail DOT yahoo DOT com> 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 > Date: Sun, 27 Jul 2003 18:27:33 -0700 (PDT) > From: Jaiphen Hsiung > > I have download the source code and tried to recompile it on my machine. However with the makefile in the package I got the following error: > > make.exe[1]: *** No rule to make target 'dev/env/DJDIR/gnu/gdb-5.3/readline/config.h', needed by 'readline.o'. Stop. > make.exe: *** [all-readline] Error 2 > > Is there somehting I am missing to use the makefile? Not in the makefile itself, but probably in the way you tried to build GDB. Please read the file gdb/config/djgpp/README, and build the package as it describes. (I suspect that the file Make complains about should have been included as part of the source distribution, but was omitted. The build procedure described by README, the one that starts by running djconfig.sh, will rebuild that file, and also any other files that might be missing.) > (also I would like to use the gdbserver on the DOS environment too, > is there anyone has the makefile for gdbserver gdbserver is not supported by the official DJGPP port of GDB, but I think someone reported here that they were working on that, or had some solution for it. Please search the archives of this forum for the exact information.