Date: Tue, 1 Oct 1996 09:31:52 +0200 (IST) From: Eli Zaretskii To: Ian Chapman Cc: djgpp AT delorie DOT com Subject: Re: extern headers not found In-Reply-To: <324FE4C8.67E8@nortel.ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 30 Sep 1996, Ian Chapman wrote: > I've move up into what I really got djgpp for which is to > learn c++. My instruction book is based on Borland or that other > outfit. It has the following includes that the compiler is not > able to find. > #ifndef _MSC_VER > extern "c" > { > #include "c:\c2cplus\tegobl\sp1.h" > #include "C:\C2CPLUS\TEGOBL\SP2.H" > #include "C:\C2CPLUS\TEGOBL\SP3.H" > } > #endif > Using that great rhide IDE I was able to compile and > successfully run all the previous examples but not this one. I've > tried upper case lower case and even unix type slashes to no avail. These headers aren't in the standard distribution. You should get them from whatever package that brings them (maybe that book has them on an accompaining disk?) and install them in the above directory.