X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp in Win 2k Date: Tue, 16 Apr 2002 00:05:23 CDT Organization: Rice University, Houston TX Lines: 9 Message-ID: <3cbbb113.sandmann@clio.rice.edu> References: <000a01c1e4dc$b7a49840$f7c65141 AT austinace> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1018933581 23267 128.42.105.3 (16 Apr 2002 05:06:21 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 16 Apr 2002 05:06:21 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 > After following the instructions and setting the system variables in > windows 2000, I cannot get a simple program to compile using gcc. > Windows at the DOS prompt does not recognize the comand, gcc. Go to the command prompt. enter the command "set path" Do you see the DJGPP directory in that path? Have you tried to CD to that directory? Does gcc.exe exist there? Does gcc work from that directory?