From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27312 invoked by alias); 18 Jun 2009 23:18:48 -0000 Received: (qmail 27302 invoked by uid 22791); 18 Jun 2009 23:18:47 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 23:18:38 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MHQsM-0002ql-On; Thu, 18 Jun 2009 19:18:34 -0400 From: Eli Zaretskii To: Pedro Alves CC: gdb-patches@sourceware.org, muller@ics.u-strasbg.fr, drow@false.org, brobecker@adacore.com In-reply-to: <200906181709.16239.pedro@codesourcery.com> (message from Pedro Alves on Thu, 18 Jun 2009 17:09:15 +0100) Subject: Re: [RFC] Improve testsuite for poor expect behavior Reply-to: Eli Zaretskii References: <001201c9ebb1$96414b10$c2c3e130$@u-strasbg.fr> <001201c9f02d$3ab7d310$b0277930$@u-strasbg.fr> <200906181709.16239.pedro@codesourcery.com> Message-Id: Date: Thu, 18 Jun 2009 23:18:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00492.txt.bz2 > IIUC, Eli has already fixed the issues I pointed out at: > > http://sourceware.org/gdb/wiki/BuildingOnDJGPP > > You could start there: might be worth cleaning up that page (maybe > even including instructions on how to build GDB on DOS < 7.0, not > under Windows, if people care about that) Unfortunately, GDB will not currently build on plain DOS, due to file-name collisions in libdecnumber and in gdb/gnulib. It is on my todo to fix that, but doing so will require a non-trivial amount of jumping through the hoops, and I have more important todo items before that, like adding support for libexpat, syscalls (what's with that patch, btw?), record and replay target, and Python. > and extending it with testsuite-running-HOWTO instructions. Yes, adding that would be a good idea.