Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!samsung!uakari.primate.wisc.edu!caen!hellgate.utah.edu!dog.ee.lbl.gov!ucbvax!agate!usenet.ins.cwru.edu!abvax!iccgcc!herrickd From: herrickd@iccgcc.decnet.ab.com Newsgroups: comp.binaries.ibm.pc.d Subject: Re: djgcc question Message-ID: <4644.28391317@iccgcc.decnet.ab.com> Date: 21 May 91 17:31:19 GMT References: <1991May13.204104.6769@aero.org> Lines: 34 In article <1991May13.204104.6769@aero.org>, goldstein@arecibo.aero.org (Fogbound Child) writes: > -Message-Text-Follows- > > > Hi. I've been having problems getting the MSDOS gcc compiler to work > correctly. I think that I followed the instructions completely; could > someone please point out my mistake? > > When I attempt to compile, I get the message "xxxxx.h file not found." where > xxxxx.h is any include file. > One way to take care of this problem is to include the switch -I/gcc/inc on the command line to tell it to look for .h files in directory \gcc\inc I currently have three -I switches on the gcc command in my dmake file. The I has to be upper case. Continuing the theme of trying to learn to use gcc on DOS: Where can I find the documents for the gnu c and c++ compilers. If someone who knows and knows how to use FTP would tell me system name and directory and filename, I should be able to persuade BITFTP to send me a copy. It is a little frustrating to have the installation instructions and none of the use instructions. dan herrick herrickd@iccgcc.decnet.ab.com PS. I am profoundly grateful to dj for doing the port and sharing it with us.