Date: Sun, 21 Apr 1996 10:34:01 +0200 (IST) From: Eli Zaretskii To: "Richard S. James Jr." Cc: djgpp AT delorie DOT com Subject: Re: STL problems In-Reply-To: <4l6lmr$rn6@feenix.metronet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 19 Apr 1996, Richard S. James Jr. wrote: > RTFM may be fine, but I don't see how section 8.7 of the FAQ (or any > of the other sections) help with the original poster's problem. I'm > having that same problem, and I'm linking in -lgpp but it doesn't fix > the problem. Some of the problems are because you must compile with optimizations switches to get some functions that are only available as inline ones. The FAQ describes this in 8.7. > I guess I must have missed it, but I didn't see a reference to STL or > to gxx in the FAQ. Section 8.7 mentions `gxx'. If your version of the FAQ doesn't, then please get the latest FAQ (v2/faq200b.zip from the same place you get DJGPP). > I looked in my ..\bin directory and I got gcc.exe, but no gxx.*. In > fact, no gxx.* anywhere on my system! Am I supposed to copy gcc.exe > to gxx.exe? `gxx' comes with the latest version of gcc272b.zip, dated 22 February or later. If you don't have it, get the latest archive from your favorite SimTel mirror. You should also get the latest lgp271b.zip which includes libstdcx.a library--this is the STL.