Date: Thu, 27 Jun 1996 08:48:34 +0200 (IST) From: Eli Zaretskii To: Sxren Merser Cc: djgpp AT delorie DOT com Subject: Re: Standatd template library In-Reply-To: <31D16786.3B09@image.dk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Jun 1996, Sxren Merser wrote: > Does anyone know how to make DJGPP compile the header files of > the STL? It is not clear from your message what are you trying to achieve and what exactly is your problem doing that with DJGPP. AFAIK, large parts of the STL support is built into DJGPP, so I don't understand why are you trying to ``compile the header files of the STL''. If the problem is that you don't see STL support and are therefore trying to compile STL from another system, then it might be that you have old libg++ distribution. Be sure to download the latest lgp271b.zip (it should be dated 22-Feb-96 or later) and use libstdcx.a library (append -lstdcxx to your compilation/link command lines) to get STL support.