From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20590 invoked by alias); 23 Nov 2001 21:51:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20565 invoked from network); 23 Nov 2001 21:51:28 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (207.175.42.154) by sourceware.cygnus.com with SMTP; 23 Nov 2001 21:51:28 -0000 Received: from trixie.bosbc.com (cgf.cipe.redhat.com [10.0.1.172]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id fANLpQq24364; Fri, 23 Nov 2001 16:51:26 -0500 Received: (from cgf@localhost) by trixie.bosbc.com (8.11.6/8.8.7) id fANLpi316130; Fri, 23 Nov 2001 16:51:44 -0500 Date: Sat, 10 Nov 2001 11:55:00 -0000 From: Christopher Faylor To: Tom Tromey Cc: Pierre Muller , Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: PATCH: --args => build failure Message-ID: <20011123215144.GA16114@redhat.com> Mail-Followup-To: Tom Tromey , Pierre Muller , Elena Zannoni , gdb-patches@sources.redhat.com References: <873d3mcpcu.fsf@creche.redhat.com> <3BED93E7.9000104@cygnus.com> <87snbmb9nm.fsf@creche.redhat.com> <15356.10158.489653.156184@krustylu.cygnus.com> <4.2.0.58.20011122121440.01d54488@ics.u-strasbg.fr> <87n11eec69.fsf@creche.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87n11eec69.fsf@creche.redhat.com> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2001-11/txt/msg00199.txt.bz2 On Thu, Nov 22, 2001 at 02:19:26PM -0700, Tom Tromey wrote: >>>>>> "Pierre" == Pierre Muller writes: > >Pierre> Your patch does create a build failure for cygwin target. > >Sorry about that. I'll try to fix it this weekend. >One fix would be to write the correct quoting function for Windows. >Would you be able to test such a function if I wrote it? Cygwin doesn't need any special quoting handling. There is a patch pending which will cause cygwin to use /bin/sh to invoke a subprocess. We're just waiting for an assignment. cgf