Date: Sun, 6 Jun 1999 11:14:46 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Jeffrey P. Trueblood" cc: djgpp AT delorie DOT com Subject: Re: Novice problems In-Reply-To: <3756BBC1.6EC97E63@bbk2310.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 3 Jun 1999, Jeffrey P. Trueblood wrote: > When I execute the command: > gcc test.c -o test.exe > > I get the following error: > gcc.exe: test.c: No such file or directory (ENOENT) Type "dir test.*" in that directory and make sure you indeed have test.c there. Some Windows editors create test.c.txt or some such because they think they know better. Don't use those editors if you care about your sanity.