[ANN] GCC-2.95.2 binaries for Cygwin b20.1
Norman Vine
nhv@cape.com
Tue Nov 30 23:39:00 GMT 1999
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
More information about the Cygwin
mailing list