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 get serious
: trouble with autodoc ...
: 
: For some strange reason it didn't happen with -frtti, it happens only with
: -fno-rtti.

-frtti is required for dynamic_cast<T>(expr) to work.  so if it is
broken, then you've got big problems.

Warner
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to