| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-developers-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-developers-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
| List-Post: | <mailto:cygwin-developers AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-developers-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <Conrad DOT Scott AT dsl DOT pipex DOT com> |
| To: | <cygwin-developers AT cygwin DOT com> |
| 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 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
"Christopher Faylor" <cgf AT redhat DOT com> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |