From: istvan AT outer-net DOT com (Steve Marton) Newsgroups: comp.os.msdos.djgpp Subject: Problems with RTTI Date: Thu, 06 Nov 1997 18:44:58 GMT Organization: Shaw FiberLink Limited Lines: 15 Message-ID: <63t2sq$gf2@news.fiberlink.net> NNTP-Posting-Host: ts72.outer-net.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk This rtti's been pissing me off for a while now, but I think I finally found where things are going wrong. First of all, when I turn -frtti, i get an error from streambu.h: failed to build type descriptor for 'ios', maybe typeinfo.h not included. When I do include it, I get lots of previous declaration conflicts between stdexcep.h and math.h. Because of this I can't compile my programs. So what's wrong with typeinfo.h and why hasn't it been fixed? If it has, then where can i find the fix? Thanks Steve Marton http://www.geocities.com/SiliconValley/Park/9784