From: Doug Eleveld Newsgroups: comp.os.msdos.djgpp Subject: Re: Scitech MGL 4.05 working? Date: Wed, 01 Jul 1998 18:41:14 +0200 Organization: Rijksuniversiteit Groningen Lines: 15 Message-ID: <359A66A9.8AA39AEA@dds.nl> References: <356fc76d DOT 21845568 AT news DOT magna DOT com DOT au> <18487 DOT 980601 AT bspu DOT unibel DOT by> <3598cfdb DOT 4278104 AT news DOT kfunigraz DOT ac DOT at> NNTP-Posting-Host: client36-96.oprit.rug.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk mimo wrote: > ... > undefined reference to ... type_info node > ... > when trying to compile the sword examples. I'm not an expert here, but I've had similar problems when linking libs that have different states of the RTTI stuff. Try getting all the libs to compile with -fno-rtti if possible or make sure that none of the libsa have that flag. Good luck, DOug