From: Martin Str|mberg Subject: Re: Linking problem? Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1026732896.487185@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 15 Jul 2002 11:34:56 GMT Lines: 20 NNTP-Posting-Date: 15 Jul 2002 11:34:56 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1026732896 news.luth.se 466 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tim AtLee wrote: : I've been trying to get PDCurses to work with C++ for a little while now, : with little success... When it gets around to linking, I get: : Error: cpptest.o(.eh_frame+0x11):cpptest.cpp: undefined reference to : '___gxx_personality_v0' : Seems to work allright if I use straight C code .. 1. Did you perhaps install a newer gcc over an older one without removing the older one first? or 2. Are you sure you're linking with C++ library? Right, MartinS