X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 10 Nov 2003 21:53:08 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2427-Mon10Nov2003215308+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Tim Boston on Mon, 10 Nov 2003 12:36:14 -0500) Subject: Re: LFN support for XP? References: <3FACD610 DOT 834713DD AT phekda DOT freeserve DOT co DOT uk> 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 > From: Tim Boston > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 10 Nov 2003 12:36:14 -0500 > > If I create a file called test.c like so: > int main() { return 0; } > > ...this compiles fine. > > If I rename the file to testtesttest.c and compile it, I get this: > > cc1.exe: testtesttest.c: No such file or directory (ENOENT) Please add -v to the compilation command line and post here everything that the compiler prints. Also, please type "dir /x test*" from the command-line prompt in the directory where the file testtesttest.c lives, and post the result here.