Mail Archives: djgpp/1997/11/05/05:31:32
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.
- Raw text -