Date: Mon, 15 Feb 1999 10:19:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Randy Saint cc: djgpp AT delorie DOT com Subject: Re: Need Help Getting Started with STL In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 15 Feb 1999, Randy Saint wrote: > Then I guessed, and added -lstdcxx on the end of the command line. > Now the test program compiles and runs. > > I wish I could have seen that command line addition in some documentation > somewhere. I don't see any shortage of documentation on this one. For example, chapter 1 of the FAQ tells you to use `gxx' for linking C++ programs (`gxx' automatically includes -lstdcxx on the linker command line)? And section 8.9 of the FAQ explicitly says to either use `gxx' or append -lstdcxx. In fact, even README.1ST says to use `gxx'.