Mail Archives: djgpp/1998/04/15/23:35:58
elizabeth anne dominy writes:
> It compiles absolutely perfectly when I have no optimizations on,
> but as soon as I compile with -O at any level it produces errors
> of the form,
Probably, `-save-temps' option of gcc is supported under DJGPP, so
you can compile your file.c as usually adding only this option to
command-line and when it says that there are problems with assembler,
you can look at file.s and see what's wrong there.
info.exe gcc invoking debug
- Raw text -