This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: [ANN] GCC-2.95.2 binaries for Cygwin b20.1


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@cape.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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]