From: "Tom St Denis" Newsgroups: comp.os.msdos.djgpp References: <8 DOT 12167f11 DOT 27ee5930 AT aol DOT com> Subject: Re: I NEED HELP! Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <6Kbv6.124111$p66.35275347@news3.rdc1.on.home.com> Date: Sun, 25 Mar 2001 01:21:06 GMT NNTP-Posting-Host: 24.112.8.23 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 985483266 24.112.8.23 (Sat, 24 Mar 2001 17:21:06 PST) NNTP-Posting-Date: Sat, 24 Mar 2001 17:21:06 PST Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is "samp.c" in the directory where you type gcc? wrote in message news:8 DOT 12167f11 DOT 27ee5930 AT aol DOT com... When i want to compile a sample this is what i do: I enter dos prompt then at the prompt i enter gcc samp.c -o samp.exe After that I hit return and it tells me gcc.exe:samp.c:no such file or directory(enoent) gcc.exe:no input files I have stored the sample files in the C drive. What is going wrong?