From: elric AT wheel DOT dcn DOT davis DOT ca DOT us (Jeffrey Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: STL for djgpp? Date: 7 Oct 1996 15:16:44 GMT Organization: Davis Community Network - Davis, California, USA Lines: 16 Message-ID: <53b6ss$kqo@mark.ucdavis.edu> References: NNTP-Posting-Host: wheel.dcn.davis.ca.us To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: : : 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). If you have a very early version, not all the pieces of the STL were present. The key date is 22 Feb or 25 Feb (I think the former is when it happened and the latter when I got it). In either case the header files were present in the /djgpp/lang/cxx directory.