Mail Archives: djgpp/1998/03/13/16:27:01
telford AT xenon DOT triode DOT net DOT au wrote :
>
>
> Well anyone know how to clobber this compiler feature?
If you want to mix object files which where produced with
gcc 2.8.x and gcc 2.7.x then you should know, that in gcc 2.8.x
exception handling and runtime type identification are enabled
by default (the typinfo nodes are used by rtti). To use the
gcc 2.8.x produced object files also with gcc 2.7.x you should
use _EVER_ the flags
-fno-exceptions -fno-rtti
when compiling with gcc 2.8.x.
Robert
--
******************************************************
* email: Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -