From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29281 invoked by alias); 10 Dec 2012 18:36:32 -0000 Received: (qmail 29210 invoked by uid 22791); 10 Dec 2012 18:36:30 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Dec 2012 18:36:24 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 32C95CB3D14; Mon, 10 Dec 2012 19:36:29 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ojrzOtwyAaaf; Mon, 10 Dec 2012 19:36:29 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by mel.act-europe.fr (Postfix) with ESMTP id 221A4CB3D0F; Mon, 10 Dec 2012 19:36:29 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 21E841EA005A; Mon, 10 Dec 2012 19:36:29 +0100 (CET) Date: Mon, 10 Dec 2012 18:36:00 -0000 From: 'Jerome Guitton' To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA/mingw32] environment variables are case-insensitive on win32 Message-ID: <20121210183629.GM15147@adacore.com> References: <20121210105115.GB15147@adacore.com> <20121210110128.GA12570@calimero.vinschen.de> <20121210134935.GL31477@adacore.com> <20121210153510.GB17188@adacore.com> <002401cdd6f0$c0b317b0$42194710$@muller@ics-cnrs.unistra.fr> <20121210161831.GH15147@adacore.com> <000001cdd6f3$2d12b490$87381db0$@muller@ics-cnrs.unistra.fr> <20121210165344.GC16027@calimero.vinschen.de> <20121210182156.GF17188@adacore.com> <002101cdd705$0cde8390$269b8ab0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002101cdd705$0cde8390$269b8ab0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-12/txt/msg00267.txt.bz2 Pierre Muller (pierre.muller@ics-cnrs.unistra.fr): > That is strange because when I start a mingw32 compiled GDB executable > from a console > "show env" command does indeed display > Path variable, > but nonetheless GDB is perfectly able to use Path variable... Right, but try (gdb) path C:\ ...and you'll see what I mean.