From xemacs-m  Wed Jan 22 07:22:47 1997
Received: from red.parallax.co.uk (red.parallax.co.uk [194.159.4.1])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id HAA04634 for <xemacs-beta@xemacs.org>; Wed, 22 Jan 1997 07:22:41 -0600 (CST)
Received: (from uucp@localhost)
          by red.parallax.co.uk (8.8.4/8.8.4)
	  id NAA06636 for <xemacs-beta@xemacs.org>; Wed, 22 Jan 1997 13:22:38 GMT
Received: from dumbo.parallax.co.uk(172.16.1.12) by red.parallax.co.uk via smap (V2.0beta)
	id xma006631; Wed, 22 Jan 97 13:22:15 GMT
Received: from wrath.parallax.co.uk (wrath.parallax.co.uk [192.168.1.2]) by dumbo.parallax.co.uk (8.7.1/8.7.1) with SMTP id NAA14108 for <xemacs-beta@xemacs.org>; Wed, 22 Jan 1997 13:24:58 GMT
Received: by wrath.parallax.co.uk (SMI-8.6/SMI-SVR4)
	id NAA22152; Wed, 22 Jan 1997 13:30:57 GMT
Date: Wed, 22 Jan 1997 13:30:57 GMT
From: andyp@parallax.co.uk (Andy Piper)
Message-Id: <199701221330.NAA22152@wrath.parallax.co.uk>
To: xemacs-beta@xemacs.org
Subject: completely off-topic re C++
X-Sun-Charset: US-ASCII

Nothing to do with xemacs, but since you've all been talking about the
new sun developer products can anyone tell be if they've got rtti
to work *at all* with the new c++ compiler. I just get the rather
annoying error message:

wrath andyp> /packages/workshop-3.0/SUNWspro/bin/CC -features=rtti -features=castop ~/tmp/t.cc
"/home/andyp/tmp/t.cc", line 11: Warning: "typeid" or "dynamic_cast" ignored when compiling with -nortti.
"/home/andyp/tmp/t.cc", line 11: Warning: "typeid" or "dynamic_cast" ignored when compiling with -nortti.
 >> Assertion:   (../../front/src/prepexpression.cc, line 40)
    while processing /home/andyp/tmp/t.cc at line 11.

when trying to compile one of the examples.

andy

