From: deleveld AT dds DOT nl Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp, cview and allegttf Date: Wed, 18 Nov 1998 15:07:05 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 26 Message-ID: <72unq9$40k$1@nnrp1.dejanews.com> References: <8_512.1013$GK DOT 3470551 AT news20 DOT bellglobal DOT com> NNTP-Posting-Host: 192.87.23.66 X-Article-Creation-Date: Wed Nov 18 15:07:05 1998 GMT X-Http-User-Agent: Mozilla/4.0 [en] (Win95; I) X-Http-Proxy: 1.0 x11.dejanews.com:80 (Squid/1.1.22) for client 192.87.23.66 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <8_512.1013$GK DOT 3470551 AT news20 DOT bellglobal DOT com>, "Dodgy Geezer" wrote: > Has anyone tried to use cview and allegttf with Allegro and djgpp? I can > compile the cview and alegttf libraries and examples, but when I copy an > example into another directory and try to build it myself I get this: > > Error: ex1.o: In function `CEx1 type_info function': > ex1.cc(18) Error: undefined reference to `CProgram type_info function' > Error: ex1.cc(.text+0x330): undefined reference to `CProgram type_info node' > > Anyone got any ideas what it means? Thanks. This means that there is a problem with linking the RTTI stuff of the different libraries. Somebody seems to expect it and somebody else doesn't have it. Which versions CView and AlllegTTF are you using the current CView WIP (you can get it from my homepage huizen.dds.nl/~deleveld/ under the projects section. The latest version of AllegTTF (version 1.5) is there also. If you have any more problems please give me a mail. I'd like so that people can use these libraries without problems. I'll double check the makefiles now to see if -fno-rtti is used and make then consistent if they aren't. Doug Eleveld -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own