From: AndrewJ Newsgroups: comp.os.msdos.djgpp Subject: Re: V2 update installation problem Message-ID: References: <39C20302 DOT 5679E3AB AT bayou DOT uh DOT edu> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 33 Date: Fri, 15 Sep 2000 17:40:51 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 969039651 24.42.120.18 (Fri, 15 Sep 2000 10:40:51 PDT) NNTP-Posting-Date: Fri, 15 Sep 2000 10:40:51 PDT Organization: Excite AT Home - The Leader in Broadband To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 15 Sep 2000 06:07:46 -0500, "!?" wrote: >I have had version 2 since it came out, and a few months ago, I >decided to download the whole package again and update. [snip] >C:\DJGPP\tests>makeall >Bad command or file name >make.exe: Nothing to be done for `all'. >gcc -o check.exe check.o slist.o objs.o >check.o: In function `main': >check.cc:291: undefined reference to `__throw' >check.cc:313: undefined reference to `__throw' >check.cc:355: undefined reference to `__throw' >check.cc(.text+0x1461): undefined reference to `__throw' >check.cc(.text+0x1466): undefined reference to `__throw' >check.cc(.text+0x1516): undefined reference to `terminate(void)' >objs.o: In function `Object::Object(char *)': >objs.cc:15: undefined reference to `__throw' >objs.cc(.text+0xc6): undefined reference to `__throw' >objs.cc(.text+0xd1): undefined reference to `__throw' >objs.cc(.text+0x117): undefined reference to `terminate(void)' >collect2: ld returned 1 exit status >make.exe: *** [check.exe] Error 1 >C:\DJGPP\tests> I'm not exactly sure why, but GCC can no longer be used to compile C++ (???). Edit the makefile or whatever, and replace every occurrence of GCC with GPP and it should work. -- AndrewJ