X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Dong Soo Kim Newsgroups: comp.os.msdos.djgpp Subject: Re: Totally lost Date: Thu, 14 Mar 2002 12:44:41 +1100 Organization: The University of New South Wales Lines: 18 Message-ID: References: <001801c1caea$f52e6120$7820e3c8 AT test> NNTP-Posting-Host: hummel.orchestra.cse.unsw.edu.au Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: tomahawk.unsw.edu.au 1016070185 17074 129.94.242.21 (14 Mar 2002 01:43:05 GMT) X-Complaints-To: abuse AT unsw DOT edu DOT au NNTP-Posting-Date: Thu, 14 Mar 2002 01:43:05 +0000 (UTC) X-X-Sender: dsk666 AT hummel DOT orchestra DOT cse DOT unsw DOT EDU DOT AU In-Reply-To: <001801c1caea$f52e6120$7820e3c8@test> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk There doesn't seem to be anything wrong with the environment .. except for that corrupt djgpp.env file. I suggest you try to re-extract it from djdev20*.zip. If that doesn't get rid of the "corrupt" message, then download the zip file again. Have you tried the "Hello World!" program from a directory other than c:\djgpp? I'm not sure what programming level you're at, so I'm assuming at least beginner and have already done the Hello world test .. let me know if I assume wrong. write the hello world program and compile it with "gcc -Wall -o test.exe test.c" (assuming that you call it test.c). If there's a file called test.exe in there afterwards, then run it .. If there are problems either compiling/running it, then post the error message. Good luck