X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "bpascal123 AT googlemail DOT com" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compile a simple C code with getchar and i get : from (null):4294967295 Date: Tue, 25 Aug 2009 04:45:41 -0700 (PDT) Organization: http://groups.google.com Lines: 18 Message-ID: <217b191b-5218-477d-bf96-b832ae94e032@t13g2000yqt.googlegroups.com> References: <0e105b0f-b8ec-4c77-8b84-20761536eefa AT k30g2000yqf DOT googlegroups DOT com> <200908230317 DOT n7N3Hr3o022383 AT envy DOT delorie DOT com> <751eaf80-fee7-4472-b73e-d9a809160340 AT o15g2000yqm DOT googlegroups DOT com> <200908232250 DOT n7NMoFff006867 AT envy DOT delorie DOT com> <3990b3e2-98ed-41d4-a041-26de5bea1275 AT o15g2000yqm DOT googlegroups DOT com> <200908241514 DOT n7OFEmdE005060 AT envy DOT delorie DOT com> <1534d1ee-6dbc-426d-a8fc-56fff3a5df3a AT o6g2000yqj DOT googlegroups DOT com> <200908241705 DOT n7OH5mug008248 AT envy DOT delorie DOT com> <3445959e-b984-4a9e-abb7-123f845ad1e2 AT r42g2000yqj DOT googlegroups DOT com> NNTP-Posting-Host: 78.250.238.28 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1251200741 24901 127.0.0.1 (25 Aug 2009 11:45:41 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 25 Aug 2009 11:45:41 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: t13g2000yqt.googlegroups.com; posting-host=78.250.238.28; posting-account=qke9lAkAAAC0GKPOVdICgk-QxjHzvSsI User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, The problem was located in a folder where i had saved files from the day i started learning c about 3-4 months ago. And i have included simple c codes found on the web for learning purposes... sometimes copy/paste sometimes directly from a website and sometimes downloaded as linked c files from the site. For those files alike the from null 4...returned with code with getchar() in it, i am now getting : "cc1.exe: error: trg34.c: No such file or directry (ENOENT)" And it's likely i got a virus or something alike with one file located in this folder. As you said earlier, I have rewritten files again from a text editor and saved them into a new folder and compiling works fine. Thanks for everything, Pascal