Date: Sun, 12 Mar 2000 15:50:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jason Young cc: djgpp AT delorie DOT com Subject: Re: Newbie question regarding header files and environment for gcc In-Reply-To: <38cb8491.2826624@typhoon.aracnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 12 Mar 2000, Jason Young wrote: > I'm having some trouble getting my djgpp environment set up properly. > I'm on a Windows '95 machine running gcc in a DOS window. I had a > number of problems related to gcc locating header files, so I deleted > everything and took the actions that follow. My djgpp folder is > d:\dev\djgpp. ^^^^^ This is your problem, right there: DJGPP cannot be installed in a X:\DEV directory for any drive X:. This is explained in both README.1ST and the FAQ (the FAQ mentions it twice: in section 1 and in section 22.21). To solve the problem, simply rename d:\dev to something else, like d:\develop. Since you have already moved files from their original places, I suggest to remove the DJGPP installation and install everything from the beginning.