Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <028c01c229d9$4c3578d0$6132bc3e@BABEL> From: "Conrad Scott" To: References: <20020711044304 DOT GA3292 AT redhat DOT com> <021001c229d2$e8f55b60$6132bc3e AT BABEL> <20020712191337 DOT GE9109 AT redhat DOT com> Subject: Re: Available for test: gcc-3.1.1-2 gcc2-2.95.3-8 Date: Fri, 12 Jul 2002 20:21:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 "Christopher Faylor" wrote: > Adding an included path should not be necessary. g++ -v should > tell you why it can't find new. I forgot to say so in the original email, but I assume the problem is due to the -nostdinc++ that the cygwin DLL build uses, which is why I thought it the include path should be added in the makefile. But this is all from the easy position of little understanding :-) The output from g++ -v is: GNU CPP version 3.1.1 20020706 (prerelease) (cpplib) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: . /pack/src/cygwin/cygwin_daemon/winsup/cygwin/include /pack/src/cygwin/cygwin_daemon/winsup/cygwin /pack/src/cygwin/cygwin_daemon/newlib/libc/sys/cygwin /pack/src/cygwin/cygwin_daemon/newlib/libc/include /pack/src/cygwin/cygwin_daemon/newlib/libc/sys/cygwin/include /pack/src/cygwin/cygwin_daemon/winsup/w32api/include ../../../../cygwin_daemon/winsup/cygwin/config/i386 /usr/lib/gcc-lib/i686-pc-cygwin/3.1.1/include End of search list. In file included from ../../../../cygwin_daemon/winsup/cygwin/cygserver_transport.cc:22: ../../../../cygwin_daemon/winsup/cygwin/safe_memory.h:25:15: warning: new: No such file or directory // Conrad