Message-ID: <3A538CC0.B0001337@softhome.net> Date: Wed, 03 Jan 2001 22:34:08 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: How to Install DJGPP on Win 98 References: <3A5376FA DOT 59C144D1 AT datacomm DOT ch> Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Andreas Madritsch wrote: > gcc version 2.7.2.1.f.1 > cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -D__32BIT__ > -D__EMX__ -Di > 386 -D__32BIT__ -D__EMX__ -D__i386__ -D__i386 -Asystem(unix) > -Asystem(emx) -Acpu > (i386) -Amachine(i386) test.c C:\WINDOWS\TEMP\cca00002 > GCC.EXE: installation problem, cannot exec `cpp': No such file or > directory You have another GCC port installed, don't you? And it hides your DJGPP installation. Try to move 'c:/djgpp/bin' to the very beginning of PATH in your autoexec.bat. > It's very important to me, that it understands long file names, because > I must compile a project with very many long file names. Don't worry, it does. Laurynas