X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem after updating my version of DJGPP Date: Sat, 02 Feb 2002 13:19:51 +1100 Organization: ihug (Sydney) Lines: 24 Message-ID: <2uim5usvpjn7ikc3l4e88s86la5krp98s3@4ax.com> References: <9285851396b96165389d6c058d27cf95 DOT 62691 AT mygate DOT mailgate DOT org> NNTP-Posting-Host: bugstomper.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1012616403 28331 203.109.250.24 (2 Feb 2002 02:20:03 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sat, 2 Feb 2002 02:20:03 +0000 (UTC) X-Newsreader: Forte Agent 1.9/32.560 Cache-Post-Path: bugstomper.ihug.com.au!unknown AT p57-max13 DOT syd DOT ihug DOT com DOT au X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Except for a new version of Rhide, a couple days ago I downloaded: >v2gnu/gcc303b.zip Basic GCC compiler 2.2 mb >v2gnu/gpp303b.zip C++ compiler 2.4 mb Check to see that you have recompiled all of your C++ code with the new GCC 3.03 and check to see that there are no "old" C++ libraries floating arround. GCC 3.03 C++ libs and object files are not compatible with GCC 2.9.5.3. If you upgraded from DJGPP 2.02 or below you may want to grab the rest of the zip files. >Unzipped them into my DJGPP directory replacing the previous version of >the files that I had. But now, whenever I try to build ANY program, >they compile fine, but when it comes time to link, I allways get this >error: >undefined reference to `__gxx_personality_v0 >Note, I allways use Rhide to make my programs, if that makes any >difference. Chedk to see if a simple C hello program works and then rename the source to .cpp and try again. I would expect it to work and if it does then I would try the checks outlined above. Andrew