From: AndrewJ Newsgroups: comp.os.msdos.djgpp Subject: Re: V2 update installation problem Message-ID: References: <39C37E3F DOT 25034 DOT 1ABC2B AT localhost> <39C3ADC3 DOT CA53DBA9 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: 16 Date: Sun, 17 Sep 2000 06:59:10 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 969173950 24.42.120.18 (Sat, 16 Sep 2000 23:59:10 PDT) NNTP-Posting-Date: Sat, 16 Sep 2000 23:59:10 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 Sat, 16 Sep 2000 12:28:35 -0500, "!?" wrote: >> >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". Doh, my bad. I forgot about adding the -l? parameters, which would explain why when I tried gcc, it didn'a work for me. Again, my bad. :) -- AndrewJ