Date: Tue, 23 Sep 1997 13:21:20 +0300 (IDT) From: Eli Zaretskii To: Craig Berry cc: djgpp AT delorie DOT com Subject: Re: STL for DJGPP C++? In-Reply-To: <606n1k$3em$1@marina.cinenet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 22 Sep 1997, Craig Berry wrote: > Perhaps I'm just being dain-bramaged, and if so I apologize in advance, > but... Just try looking in the DJGPP FAQ list next time ;-) The latest version of the DJGPP FAQ list is available as v2/faq210b.zip from the same place you get DJGPP. > Is the C++ Standard Template Library (STL) available in DJGPP C++? STL is in libstcx.a, as the FAQ explains in section 8.7. If you use `gxx' to link your C++ programs, libstdcx.a is automatically linked into your program.