This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: RTTI headers
- To: "Puneet Singhal" <puneet at opussoft dot com>
- Subject: Re: RTTI headers
- From: Nix <nix at esperi dot demon dot co dot uk>
- Date: 07 May 2001 14:39:03 +0100
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- References: <NEBBJEIPELDNPPCBOLOPGEBOCEAA.puneet@opussoft.com>
On 7 May 2001, Puneet Singhal said:
> Can anyone tell me where the RTTI headers are lying?
With what version of GCC? (I'll assume gcc-2.95.x.)
The RTTI headers, like other headers provided (or modified) by the
compiler rather than the C library, are in the include/ subdirectory of
the directory given as the `install' directory when doing a `gcc
-print-search-dirs'.
> I am using RTTI and I need typeinfo.h for that. I cannot find this file
> anywhere.
That's probably because it's called <typeinfo>, not <typeinfo.h>.
--
`I like to think the situation could be likened to doing heart surgery
in a hurry with a plastic spoon after having a couple of pints.'
--- James Reeves