Message-ID: <353A8247.6800@mjv.com> Date: Sun, 19 Apr 1998 16:01:27 -0700 From: Michael Vanecek Reply-To: webmaster AT mjv DOT com MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP Help References: <1109_892917879 AT vtech> <3538DBBB DOT 19AA AT cs DOT com> <6hdq51$dv0$1 AT nclient3-gui DOT server DOT virgin DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk David wrote: > I get the same problem but it states couldn't find: > Couldent find > -stdcxx > instead of > -stdcx > this lead me to think mayby part of the compiler is missing. Check your djgpp\lib directory for libstdcxx.a. If it isn't there, then you probably haven't gotten gpp280b.zip and lgpp280b.zip, both of which are needed to compile c++. The libstdcxx.a is in the gpp280b.zip file. Hope this helps, Mike