Mail Archives: djgpp/1992/06/26/06: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
You haven't, by any chance, redirected stderr to stdout (set GO32 = 1m2
or whatever it is)? In that case the preprocessor will send the error
messages along with the output into some temporary file; because of the
errors that just gets deleted and compilation terminates.
Peter
--
Peter Stephenson <pws AT uk DOT ac DOT liv DOT amtp DOT s-a> or <PWS AT UKACRL> (BITNET)
DAMTP, Chadwick Tower, University of Liverpool
PO BOX 147, Liverpool, L69 3BX, UK
Tel. 051 794-3784 or 3791
- Raw text -