delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Thu, 24 May 2001 14:41:42 -0400 |
From: | Christopher Faylor <cgf AT redhat DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Bug for GCC of Cygwin distribution |
Message-ID: | <20010524144142.D9059@redhat.com> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <006301c0e360$0eec32e0$603d5c8c AT angelo> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.3.11i |
In-Reply-To: | <006301c0e360$0eec32e0$603d5c8c@angelo>; from angelo@netrd.iii.org.tw on Wed, May 23, 2001 at 04:12:05PM +0800 |
On Wed, May 23, 2001 at 04:12:05PM +0800, angelo wrote: > >I found a bug for GCC's (both 2.95.3-3 and 2.95.3-4) handling of the >enviroment variable CPLUS_INCLUDE_PATH in Cygwin (both version 1.3.1 and >version 1.3.2). Here's a simple test script which shows the bug. > >#! /bin/sh >cat > vector << EOF >yes_yes >EOF > >cat > test.cpp << EOF >#include <vector> >EOF > >export CPLUS_INCLUDE_PATH=. >if (gcc -E test.cpp | grep yes_yes); then > echo CPLUS_INCLUDE_PATH works correctly >else > echo CPLUS_INCLUDE_PATH does not work correctly >fi >#end of shell script > >There's no such bug when I use Cygwin DLL 1.4.1 along with GCC 2.95.2.2. If you can figure out what's causing this in gcc, I'll add your patch to the next release. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |