Geoff Hutchison (ghutchis@wso.williams.edu)
Tue, 14 Sep 1999 10:03:15 -0500
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
htdig3-dev@htdig.org containing the single word "unsubscribe" in
the SUBJECT of the message.
This archive was generated by hypermail 2.0b3 on Tue Sep 14 1999 - 08:07:18 PDT