delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
X-Authentication-Warning: | mx1.cape.com: Host tsc-50.cape.com [140.186.55.50] claimed to be nhv |
Reply-To: | <nhv AT cape DOT com> |
From: | "Norman Vine" <nhv AT cape DOT com> |
To: | <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | RE: [ANN] GCC-2.95.2 binaries for Cygwin b20.1 |
Date: | Mon, 8 Nov 1999 12:47:12 -0500 |
Message-ID: | <000001bf2a11$a468b780$3237ba8c@nhv> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2232.26 |
In-reply-to: | <199911080413.WAA28353@mercury.xraylith.wisc.edu> |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211 |
Anyone know why I would have to make the following change to get stuff using the STL to compile ??? c++ returns permission denied error without this change Norman Vine -- nhv AT cape DOT com file: c:\Cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\includ e\new // -*- C++ -*- forwarding header. #ifndef __NEW_H__ #define __NEW_H__ //#include <new> #include "new" // ^^^^^^^ using std::new_handler; using std::set_new_handler; #endif // __NEW_H__ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |