From: jlrubin AT bway DOT net (Josh Rubin) Newsgroups: comp.os.msdos.djgpp Subject: Re: gdb can't find stl include files Date: Sun, 07 Jun 1998 23:46:08 GMT Organization: ISPNews http://ispnews.com Lines: 17 Message-ID: <357b2572.62889@news1.bway.net> References: <357a95fd DOT 269791 AT news1 DOT bway DOT net> <357AE7C9 DOT D455D8E1 AT STOP DOT SPAMMERS DOT nwu DOT edu> NNTP-Posting-Host: dial-iris-4.bway.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 7 Jun 1998 23:46:13 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 07 Jun 1998 14:19:37 -0500, Sean Melody wrote: >Josh, >Try #include instead of stl.h. >Also, use 'using namespace std;' >as the first line under your defines and includes. I tried #include but the same thing happens. gcc v 2.81 does not support namespaces so that isn't the problem. ( It accepts the syntax, but ignores it). Josh Rubin jlrubin AT bway DOT net