X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Totally lost Date: 14 Mar 2002 12:55:31 GMT Organization: Cornell University Lines: 26 Sender: asu1 AT cornell DOT invalid (on pool-141-149-206-253.syr.east.verizon.net) Message-ID: References: <001801c1caea$f52e6120$7820e3c8 AT test> NNTP-Posting-Host: pool-141-149-206-253.syr.east.verizon.net X-Trace: news01.cit.cornell.edu 1016110531 23916 141.149.206.253 (14 Mar 2002 12:55:31 GMT) X-Complaints-To: usenet AT news01 DOT cit DOT cornell DOT edu NNTP-Posting-Date: 14 Mar 2002 12:55:31 GMT User-Agent: Xnews/L5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Lamartin" wrote in news:001801c1caea$f52e6120$7820e3c8 AT test: > Got all the files, read and followed the faq (editing autoexec.bat and > all that stuff) and I'm still totaly clueless on what to do next. What > is the main executable file I should be looking for here, if there is > any... I've got a few friends who told me it's supposed to be > djgpp.exe, but I don't have anything like that. the compiler is gcc (or use gpp if you are writing C++ to make your life easier). these are all command line tools, so you should invoke them from the command line. double-clicking on a file is not going to work. you can also get rhide, an ide similar to Borland's Turbo C environment,but I haven't used it. > gcc.exe from windows > -------------------------- > "gcc.exe:Environment variable DJGPP points to corrupt file > 'C:\DJGPP\DJGPP.ENV;'" > set DJGPP=C:\DJGPP\DJGPP.ENV; as charles also pointed out, lose the ; at the end of that line sinan