X-Trace-PostClient-IP: 24.108.205.142 From: "Tim AtLee" Newsgroups: comp.os.msdos.djgpp Subject: Linking problem? Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Mon, 15 Jul 2002 07:24:16 GMT NNTP-Posting-Host: 24.70.95.207 X-Complaints-To: abuse AT shaw DOT ca X-Trace: news2.calgary.shaw.ca 1026717856 24.70.95.207 (Mon, 15 Jul 2002 01:24:16 MDT) NNTP-Posting-Date: Mon, 15 Jul 2002 01:24:16 MDT Organization: Shaw Residential Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi there... 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 .. Any thoughts? Thanks.