From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19114 invoked by alias); 18 Jun 2009 16:19:26 -0000 Received: (qmail 19103 invoked by uid 22791); 18 Jun 2009 16:19:25 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 16:19:19 +0000 Received: (qmail 14935 invoked from network); 18 Jun 2009 16:19:17 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Jun 2009 16:19:17 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFC] Improve testsuite for poor expect behavior Date: Thu, 18 Jun 2009 16:19:00 -0000 User-Agent: KMail/1.9.10 Cc: "Pierre Muller" , "'Eli Zaretskii'" , drow@false.org, brobecker@adacore.com References: <001201c9ebb1$96414b10$c2c3e130$@u-strasbg.fr> <001201c9f02d$3ab7d310$b0277930$@u-strasbg.fr> In-Reply-To: <001201c9f02d$3ab7d310$b0277930$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200906181720.01014.pedro@codesourcery.com> 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/msg00484.txt.bz2 On Thursday 18 June 2009 16:55:40, Pierre Muller wrote: > =A0 The objdir is there to avoid translation from relative to absolute > pathes, which leads to conflits both for mingw32 and djgpp > as cygwin uses its own root dir and the /cygdrive/X for windows X:\ drive. The usual recomended way to get around such cygwin x mingw path issues is to do an "identity" mount (google: cygwin mingw identity mount). http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00962.html so that e.g., /mingw on the cygwin side, and /mingw on the mingw side point at the same thing. --=20 Pedro Alves