porting a G++ package

Mumit Khan khan@xraylith.wisc.edu
Sun Jan 31 23:52:00 GMT 1999


On Thu, 28 Jan 1999, Paul Blattner wrote:

> 
> Most of the .cpp files compile just fine.  Three or four, though, cause
> cc1plus.exe to abort with a STATUS_ACCESS_VIOLATION exception.
> 
> My CCFLAGS are:  -c -fshort-enums -Wall -DLICENCE_H__
> 

Any abort is a bug in the compiler. Please send me one of the source files
that causes this.

  $ c++ [your CXX flags] -save-temps -c badfile.cpp

will create a badfile.ii file. That's the file I need.

Regards,
Mumit


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list