Mail Archives: djgpp/1999/03/01/03:30:31
X-Authentication-Warning: | ieva01.lanet.lv: pavenis owned process doing -bs
|
Date: | Mon, 1 Mar 1999 10:04:42 +0200 (WET)
|
From: | Andris Pavenis <pavenis AT lanet DOT lv>
|
To: | Jorge Ivan Meza Martinez <jimeza AT usa DOT net>
|
cc: | djgpp AT delorie DOT com
|
Subject: | Re: help with TVision
|
In-Reply-To: | <001e01be6298$badab900$a02c1ec8@enterprise-z>
|
Message-ID: | <Pine.A41.4.05.9903011002310.33522-100000@ieva01.lanet.lv>
|
MIME-Version: | 1.0
|
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
- Raw text -