X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Totally lost Date: Wed, 13 Mar 2002 18:40:43 CST Organization: Rice University, Houston TX Lines: 19 Message-ID: <3c8ff18b.sandmann@clio.rice.edu> References: <001801c1caea$f52e6120$7820e3c8 AT test> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1016066607 27400 128.42.105.3 (14 Mar 2002 00:43:27 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 14 Mar 2002 00:43:27 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > "gcc.exe:Environment variable DJGPP points to corrupt file > 'C:\DJGPP\DJGPP.ENV;'" Note the trailing ; ^ You need to remove this. > gcc.exe from dos > -------------------- > "gcc.exe: No input files" You need to compile something. 1) Edit your source, say test.c 2) Compile the source: gcc -s -O2 -Wall test.c -o test.exe > autoexec.bat > ------------------------ > set DJGPP=C:\DJGPP\DJGPP.ENV; Remove trailing ; on this line ^