Date: Thu, 5 Feb 1998 12:04:32 +0200 (IST) From: Eli Zaretskii To: Niftyfoot AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: my program wont compile In-Reply-To: <264330c5.34d936de@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 4 Feb 1998 Niftyfoot AT aol DOT com wrote: > gcc.exe: helloworld.cc: no such file or directory (ENOENT) > gcc.exe: No input files Set LFN=y in the environment. `helloworld.cc' exceeds DOS 8+3 name limits and is probably munged by Windows 95 into something like `hellow~1.cc', which is all gcc sees when long file names support is not enabled.