Mail Archives: djgpp/1992/06/27/09:09:44
>
>
> Using gcc -O -o work work.cc
>
> on a C++ file which contains #include "iostream.h"
> #include "complex.h"
> and #include "conio.h"
>
> the compiler chugs along for awhile, but when finished, has given
> me no "work1" file, no warnings, and no errors.
>
> What happened?
>
> Stuart Lichtenthal smlg1015 AT uxa DOT cso DOT uiuc DOT edu
>
> Broadcaster of Ignorance to the World
>
I had the same problem when i compiled fix.cc in ~gcc/libsrc/gpp (or
somewhere there) whith the switch -O2. gcc returned an error code of 1
(what made `make' stop and tell me about it), but no error msg,
nothing. It produced a temporary assembler-file, but it contained
only half of the expected code.
So: the only error msg, gcc was able to give, was the error code. You
can chack this easily by using make.
- Thomas
greve AT rs1 DOT thch DOT uni-bonn DOT de
unt145 AT dbnrhrz1
- Raw text -