From: "Jeffrey P. Trueblood" Newsgroups: comp.os.msdos.djgpp Subject: Novice problems Date: Thu, 03 Jun 1999 13:30:42 -0400 Organization: BBK Communications Lines: 12 Message-ID: <3756BBC1.6EC97E63@bbk2310.com> NNTP-Posting-Host: 209.61.122.138 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 Any help would be greatly appreciated.