From: "!?" Newsgroups: comp.os.msdos.djgpp Subject: Re: V2 update installation problem Date: Sat, 16 Sep 2000 12:28:35 -0500 Organization: University of Houston Department of Computer Science Lines: 8 Message-ID: <39C3ADC3.CA53DBA9@bayou.uh.edu> References: <39C37E3F DOT 25034 DOT 1ABC2B AT localhost> NNTP-Posting-Host: 128.249.124.153 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en CC: pavenis AT lanet DOT lv To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > >As I already said, it seams You have completely messed up Your > >DJGPP installation. Try reinstalliing DJGPP in fresh directory and see > >if it's helps. > No... it was the makefile in question trying to use GCC to compile a C++ > program, instead of using GPP. Actually, both solutions worked. You can either replace "gcc" with "gpp" in the "makefile", or add "-x c++" and "-lstdcxx -lm" for "gcc".