X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 15 Jan 2002 15:26:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: FOrtega cc: "'djgpp AT delorie DOT com'" Subject: Re: Compilation problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 15 Jan 2002, FOrtega wrote: > Program, but when I tried to compile it, the error: gcc.exe Conversion.cpp > No such file or directory (ENOENT) > Shows up. According to the book this is because gcc doesn't know that I'm > using long file names; and instructs > Me to go to c:\djgpp\djgpp.env and change the setting for the LFN = y. Well > the setting is already = y and, there are > No spaces in the file name. > Can anybody please tell me what else can it be ? If you used Notepad to create the file Conversion.cpp, then you should know that Notepad is likely to create the file under the name Conversion.cpp.txt instead. Use the DIR command from the DOS box to see whether this is indeed you problem.