From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] Problems with Djgpp not finding the include files Date: Tue, 12 Aug 1997 20:25:08 +0000 Organization: Two pounds of chaos and a pinch of salt Message-ID: <33F0C6A4.2E04@cs.com> References: <01bca5ff$fbfaea60$4c316020 AT default> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp105.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Tim Collins wrote: > > Installed Dgjpp but whenever I try to compile a program it says the > includes cannot be found. Djgpp is my root directory with my includes in > the include directory. Thanks Apparently, you have not set the DJGPP environment variable as required. Read the file 'readme.1st', included with the DJGPP distribution, to see how. If you are compiling a C++ program, make sure you are giving it a proper name. gcc accepts '.C', '.cpp', and 'cc' as extensions for C++ files, and the case does matter. -- --------------------------------------------------------------------- | John M. Aldrich | "Sin lies only in hurting other | | aka Fighteer I | people unnecessarily. All other | | mailto:fighteer AT cs DOT com | 'sins' are invented nonsense." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------