Date: Sun, 29 Dec 1996 09:35:55 +0200 (IST) From: Eli Zaretskii To: RonD cc: djgpp AT delorie DOT com Subject: Re: STL In-Reply-To: <5a4f1u$5b2@nr1.vancouver.istar.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 29 Dec 1996, RonD wrote: > Does anyone no if an STL implementation for DJGPP exists and where ? It's part of the DJGPP C++ library distribution (v2gnu/lgp271b.zip). The STL classes are in libstdcx.a in the above zip file. Append -lstdcx to the link command line to use it.