Hi,
> -frtti is required for dynamic_cast(expr) to work. so if it is
> broken, then you've got big problems.
Lokks like you are definitly right:
grep dynamic `find ./ -name "*.c*"`
./source/ary/cpp/c_class.cxx:ary::cpp::Display * pD = dynamic_cast<
ary::cpp::Display* >(&o_rOut);
./source
In message: <[EMAIL PROTECTED]>
Martin Blapp <[EMAIL PROTECTED]> writes:
: I'm still working to get OpenOffice1.1Beta2 ready, but am now stuck with
: a segfault. The compile currently aborts on many places where -frtti is
: used, so everybody is using -fno-rtti these days. But here I ge