On Mon, 4 Dec 2000, Andre Juffer wrote:

> /usr/include/g++-3/sstream:102: taking dynamic typeid of object with
> -fno-rtti

Well... as a first step you could remove "-fno-rtti", which at least
shouldn't make more problems. LyX developers would know good way to do
that, my quick and dirty hack would be
        mv configure configure.bak
        sed 's,-fno-rtti,,g' <configure.bak >configure
and then running configure again (i don't know if this actually works).

This hardly fixes it completely, but at least it should give less
errors. :(

Reply via email to