Mail Archives: djgpp/1994/03/15/15:07:06
> I tried the -S option along with the -v option. I didn't get a .s file and
> I still got the Abort! message. I guess this means that cc1plus is the
> one issuing the abort command.
> Any more ideas? :)
Only two possibilities left that I can think of.
1. Try the same code in a Unix version of gpp.
2. Hack away pieces of the code and see if you can find out what construct
triggers the abort. (How big is this program?)
It may be that the compiler has gotten itself into an "impossible" state and
forgot to issue an error message. If that's the case, you will not reach
people who can help you on this list.
- Raw text -