From: brianrunck AT aol DOT com (BrianRunck) Newsgroups: comp.os.msdos.djgpp Subject: RHIDE and STL Lines: 10 Message-ID: <1998080901320800.VAA26469@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 9 Aug 1998 01:32:08 GMT Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've looked far and wide for this, including the DJGPP FAQ and I still don't quite get it. What I want to do is use the STL and somehow compile the program in RHIDE. I found that you should add -lstdcxx as a parameter which is easy enough to do, but it doesn't work any better. Also when compiling or running a project, when it compiles it always calls GCC instead of GXX. I've tried different file extensions (cpp, cc) and I'm not sure what to try there to get RHIDE to use GXX instead. Of course that may not matter even if I could get it to do that...ultimately I want to use the STL in my programs. Thanks.