Date: Sun, 31 Mar 1996 09:17:26 +0200 (IST) From: Eli Zaretskii To: Peter Berdeklis Cc: djgpp AT delorie DOT com Subject: Re: STL for DJGPP? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 30 Mar 1996, Peter Berdeklis wrote: > Is there an STL ported to DJGPP? I know that gcc 2.7.2 comes with STL > (we have it at work on our SGI), so I was wondering if DJGPP would > compile it if I downloaded it from HP, our copied the include files from > my office gcc. I'm knew to DJGPP so I don't know how well it does > templates - gcc seems pretty good. I think that it's is in the libstdcx.a library (add -lstdcxx to the end of your compilation command line). The latest version of lgp271b.zip should have it. > By the way, I downloaded djdev200.zip from ftp.coast.net looking for g++ > (someone mentioned that coast had it in the dist.), but couldn't find > it. I hate typing any more -l's than I have to. Could someone tell me > where it is, or is it in another file (I already had the others from > oakland). It's called gxx (DOS won't permit a filename with a `+' in it), and it should be in the latest gcc272b.zip.