Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2003 21:52:20 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        mb@imp.ch
Cc:        freebsd-current@freebsd.org
Subject:   Re: OpenOffice-devel: repeatable coredump with sun autodoc in libstd++
Message-ID:  <20030602.215220.73651879.imp@bsdimp.com>
In-Reply-To: <20030602180313.S71313@cvs.imp.ch>
References:  <20030602180313.S71313@cvs.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20030602180313.S71313@cvs.imp.ch>
            Martin Blapp <mb@imp.ch> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030602.215220.73651879.imp>