From: Panagiotis Piperopoulos Newsgroups: comp.os.msdos.djgpp Subject: Re: Darn -lstdcx problem won't go away! Date: Mon, 29 Jun 1998 15:39:50 +0300 Organization: Central Computing Facility, Aristotle University of Thessaloniki Lines: 9 Message-ID: <35978B16.3649@med.auth.gr> References: <01bda0be$6e6e6180$b73402c4 AT falcon DOT cis DOT co DOT za> NNTP-Posting-Host: artery-ppp6.med.auth.gr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk There is a file called libstdcxx.a, this is the required library. Choose one the solutions below: 1. Rename this file to libstdcx.a ( not very good solution ). 2. Add the line below to the end of your djgpp.env file ( better solution ) without renaming the file. [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx