At 4:11 PM +0200 9/14/99, J. op den Brouw wrote:
>And a lot more __rtti_si reference problems.
>Any help?

I'm not sure why you're seeing this (maybe because the libstc++ is 
slightly out of date?), but the solution is easy--you're using a 
newer version of gcc that wants to use exception handling.

Compile with -fno-rtti -fno-exceptions

For example try something like this:

make CFLAGS="-O2 -fno-rtti -fno-exceptions" CXXFLAGS="-O2 -fno-rtti 
-fno-exceptions"

-Geoff


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to