Date: Wed, 5 Nov 1997 12:30:59 +0200 (IST) From: Eli Zaretskii To: DABerlin AT aol DOT com cc: dj AT delorie DOT com, djgpp AT delorie DOT com Subject: Re: Problems with path-settings for djgpp under WINDOWS 95 In-Reply-To: <971105024348_901073628@mrin42.mail.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 5 Nov 1997 DABerlin AT aol DOT com wrote: > The compiler is on drive d: in a directory "CCompiler". > > The line path=d:\ccompiler\bin in the autoexec.bat is OK, the compiler > gcc.exe is found from everywhere. But the compiler doesn't find all the other > necessary files (include-files, go32.exe and so on). This is explained in the DJGPP FAQ list, section 8.1. You can't set DJGPP enviroenment variable to a path name whose parts don't fit into DOS 8+3 file name limits ("CCompiler" is 9 characters). You need to set it to the 8+3 alias, like this: set DJGPP=D:\CCOMPI~1\DJGPP.ENV (use DIR to see the short alias of `CCompiler'). The latest release of the FAQ is available as v2/faq210b.zip from the same place you get DJGPP. Please read it before posting questions in the future.