X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 1 Mar 1999 10:04:42 +0200 (WET) From: Andris Pavenis To: Jorge Ivan Meza Martinez cc: djgpp AT delorie DOT com Subject: Re: help with TVision In-Reply-To: <001e01be6298$badab900$a02c1ec8@enterprise-z> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 27 Feb 1999, Jorge Ivan Meza Martinez wrote: > I have TVsion 1.03, the examples compile & link fine, > but when I am trying to make my programs, I always get > > "undefined reference ... type_info node" and > "undefined reference ... type_info function" > > I think that I am missing something in the project but I don't know what. > > What am I doing wrong ? > You should do one of the following: - rebuild TVision without options -fno-rtti -fno-exceptions - or build Your applications with these options (perhaps also removing -fno-rtti maybe enough) Andris