X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc problem , need help with djgpp Date: Sun, 04 Nov 2007 23:19:00 -0300 Organization: Aioe.org NNTP Server Lines: 25 Message-ID: References: <779146 DOT 49496 DOT qm AT web30003 DOT mail DOT mud DOT yahoo DOT com> NNTP-Posting-Host: drs+/V1EYJj35KhLd2EVxg.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT aioe DOT org In-Reply-To: User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Daniel Oljaca escreveu: > Hi, thank you for responding. I just checked the file in my c:\programs, > the file is there and it appears to be a C file. I checked the > properties and all indications seem to say it was saved as samp.c. I > don't see an extra .txt appendage. I did create this file with notepad > but when I do a dir in ms dos it brings up samp.c. Like I said when I > try to compile it i get this message: cc1.exe: error. samp.c: No such > file or directory. I donot know what I am doing wrong. Any help would be > appreciated, thanks again, > Dan, I can "reproduce" the behaviour of yours not having a file named samp.c in the directory: E:\users\csrabak\Work>gcc samp.c -o samp.exe gcc.exe: samp.c: No such file or directory (ENOENT) gcc.exe: no input files Could you please copy and paste the _exact_ messages gcc puts out? Also, could you please post the result of a dir in c:\[c]programs directory (or the directory from where you did try to compile?