From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: cannot include Date: Sun, 12 Apr 1998 20:21:53 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 29 Message-ID: <35315AA1.553F@cs.com> References: <35310D39 DOT C1A073A8 AT wupperonline DOT de> NNTP-Posting-Host: ppp244.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Carsten Rohde wrote: > > Hello.. > > I am using DJGPP / GNU C++ V. 2.7.2.1. With my version of the compiler > ( or headers ) it seems to be impossible to include vector.h or > any header stored in \lang\cxx\ . The compiler reports a large number of > errors. Another guy told me that even with GNU C++ V. 2.8. including > this particular header appears to be impossible. 1) Did you download and install the C++ libraries (v2gnu/lgp271b.zip)? 2) Do your source files have a valid C++ extension (.cc, cpp, .cxx, .C)? 3) Have you configured your DJGPP installation correctly as instructed in 'readme.1st'? If these questions don't help, please post a sample program that causes the error, along with the output of gcc with the '-v' parameter added to the command line. You can use the 'redir' utility (supplied with DJGPP) for capturing gcc's output. hth! -- --------------------------------------------------------------------- | John M. Aldrich | "Always listen to experts. They'll | | aka Fighteer I | tell you what can't be done, and why.| | mailto:fighteer AT cs DOT com | Then do it." | | http://www.cs.com/fighteer/| - Lazarus Long | ---------------------------------------------------------------------