Mail Archives: djgpp/1998/10/23/13:53:10
Andris Pavenis wrote :
>
> use same options for Your sources. I think Robert turned off
> exceptions and RTTI to have smaller executables, as these features
> is not used in RHIDE.
Exact.
> Perhaps it may be sufficient to remove -fno-rtti from gcc options
> when building libtv.a
If you build the libtv.a usign RHIDE and the provided project
files, this can be done easyly, by editing the file common.mak
in the root RHIDE source directory by commenting out (or editing)
the line, where these flags are set.
If you compile libtv.a using make, create libtv.a with a command
like
make libtv.a CXXFLAGS="-frtti"
or, last alternative, compile your code also with
-fno-rtti
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 -