From: D DOT J DOT Eleveld AT anest DOT azg DOT nl Newsgroups: comp.os.msdos.djgpp Subject: Re: Linker Problem with C++ Date: Fri, 03 Jul 1998 14:22:46 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 21 Message-ID: <6nipfm$8h0$1@nnrp1.dejanews.com> References: NNTP-Posting-Host: 192.87.23.66 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article , Andrew Deren wrote: > I'm trying to create a new object using degui and inherit it from > dialog_object but I get the error: > agui.o(.text+0x699):agui.cpp: undefined reference to `dialog_object > type_info function' > agui.o(.text+0x6a0):agui.cpp: undefined reference to `dialog_object > type_info node' I'm pretty sure that this has to do with RTTI stuff. Try compiling everything (or nothing) including degui with a -fno-rtti. Just add the -fno-rtti flag to the degui makefile and recompile. With -fno-rtti consistency is they key. Compile everything with it, or everything without it... If that still doesn't work, email me. Doug Eleveld -----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum