Sender: nate AT cartsys DOT com Message-ID: <3756EF95.4F603A0A@cartsys.com> Date: Thu, 03 Jun 1999 14:11:49 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Novice problems References: <3756BBC1 DOT 6EC97E63 AT bbk2310 DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Jeffrey P. Trueblood wrote: > > I am working on a Windows 95 workstation. > I am using gcc version 2.8.1 > > 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) > gcc.exe: No input files Did you actually create the source file test.c? Is it in the current directory? If not, do so. (You can write the source with Notepad if nothing else.) -- Nate Eldredge nate AT cartsys DOT com