Date: Fri, 5 Apr 1996 11:19:39 +0200 (IST) From: Eli Zaretskii To: Peter Berdeklis Cc: djgpp AT delorie DOT com Subject: Re: C++ std In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 4 Apr 1996, Peter Berdeklis wrote: > I was going to try playing around with the new C++ std numeric array, > valarray, but it turns out that DJGPP doesn't have it. In fact, neither > does the gcc 2.7.2 on our SGI, so I assume that it's not part of gcc yet. Be sure that your lgp271b.zip is dated 21 February or later, then look inside it. The library libstdcx.a should include all the standard C++ classes. (The SGI might not have it because libg++ is a separate distribution, gcc doesn't come with it automatically.) If your lgp271b.zip is earlier, get the newer one.