Date: Mon, 28 Sep 1998 12:58:36 +0300 (IDT) From: Eli Zaretskii To: Goh Yong Kwang cc: djgpp AT delorie DOT com Subject: Re: Using STL with DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 28 Sep 1998, Goh Yong Kwang wrote: > I'm thinking of using the Standard Template Library (STL) with DJGPP but > I couldn't find it. So where (which directory is it in?) is the STL > located if it has been installed and where can I download and install it? The STL is part of the gpp281b.zip archive. The file is called libstdcxx.a and is installed into your lib subdirectory. None of this is important to be able to compile and link programs that STL classes, btw. Just use gxx to link your programs, as README.1ST tells you.