X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Lance Newsgroups: comp.os.msdos.djgpp Subject: Re: ld.exe: cannot find -lstdcxx Date: Mon, 20 Oct 2008 14:52:08 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: References: 200810201859 DOT m9KIxe0P004870 AT envy DOT delorie DOT com NNTP-Posting-Host: 118.172.36.84 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1224539528 13563 127.0.0.1 (20 Oct 2008 21:52:08 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 20 Oct 2008 21:52:08 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: o40g2000prn.googlegroups.com; posting-host=118.172.36.84; posting-account=xbinmQoAAAA_GVkVwT_PdQfYiPAx_C4v User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m9KM09tN006816 Reply-To: djgpp AT delorie DOT com On Oct 21, 1:59 am, DJ Delorie wrote: > > I am running XP SP2 on a sony vaio. > > You should use gxx or g++ to compile and link, not gpp. I'm using a makefile (make 3.79.1) - compiling with gcc, and linking with gpp. Just changed that to gxx - actually already tried that - same results.