X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc332b broken?? Date: Sun, 02 Nov 2003 09:06:00 +1100 Organization: HOME Message-ID: References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1067724285 news.syd.swiftdsl.com.au 4325 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >hi, I am encountering a strange problem with the new gpp332b.zip > >c:/devtools/djgpp/tmp/ccmZcG4a.o(.eh_frame+0x11):hello.cpp: undefined >reference to `___gxx_personality_v0' >collect2: ld returned 1 exit status > >i get this with a simple helloworld c++ program. ..snip.. >if i rename my helloworld application to a .c filename, then it >compiles fine. it seems like some problem in the c++ compiling. > >has anyone else seen this problem? In the past I have gotten similar errors when I link C++ objects from one compiler with another. Check that you downloaded all the relevant GCC 3.3.2 compiler zip files. One way of doing this is to check the gcc3*.mft in the manifest dirrectory and remove the gcc331 (or the previous version) directories from the lib\gcc-lib\djgpp\3.31 and lang\cxx\3.32 directories. Andrew