X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Mon, 07 Sep 2009 20:52:53 +0300 From: Eli Zaretskii Subject: Re: Building latest GDB snapshots In-reply-to: <001801ca2f96$43b892d0$cb29b870$@u-strasbg.fr> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83vdju3ami.fsf@gnu.org> References: <83hbvj80ht DOT fsf AT gnu DOT org> <93c172b50909040715n791c007ema4715db95e946e2e AT mail DOT gmail DOT com> <83y6ou4sls DOT fsf AT gnu DOT org> <83tyzi4nn6 DOT fsf AT gnu DOT org> <83fxb14c4i DOT fsf AT gnu DOT org> <001801ca2f96$43b892d0$cb29b870$@u-strasbg.fr> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Pierre Muller" > Date: Mon, 7 Sep 2009 10:36:15 +0200 > > I tried to hack your djconfig.sh > in order to be able to use it > on the CVS tree directly, but I still > get crashes in the configure stages. > This makes it impossible for me to > test DJGPP gdb. What are the problems that you need to hack the script? It works for me unaltered (assuming you are using the version from after I posted the message to which you respond). What stage(s) crash, and what are the error messages? Btw, I don't build from CVS, I download the latest snapshot from sourceware.org and build that. That's because the build procedure (described in gdb/config/djgpp/README) needs to unpack the tarball via the djunpack.bat batch file, renaming some of the files as it unpacks. It's hard to do the same automatically if you build out of CVS. However, the renamed files are those which are not normally used in compiling the DJGPP port, so I don't see how that could matter. > Could you tell me how you create the zip file? Sorry, I don't understand: what zip file? > By the way, did you have > the time to look at my dbgcom.c changes > related to multiple watchpoints? Sorry, not yet. I will try to do this soon.