Date: Mon, 7 Oct 1996 14:43:28 +0200 (IST) From: Eli Zaretskii To: Martin Bernreuther Cc: djgpp AT delorie DOT com Subject: Re: STL for djgpp? In-Reply-To: <3258BD6D.5AAA@po.uni-stuttgart.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 7 Oct 1996, Martin Bernreuther wrote: > Is there a implementation of the Standard Template Library for djgpp? > The STL is a part of ANSI-C++ now (I think), but I didn't find any header > files like list.h, vector.h, tree.h,.. in the 2.0 Version. Append -lstdcxx to your link command line, and you will have the STL. It's part of DJGPP C++ library distribution (v2gnu/lgp271b.zip).