X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Bob W" Newsgroups: comp.os.msdos.djgpp Subject: Re: Install directory Date: 28 Mar 2006 14:57:56 -0800 Organization: http://groups.google.com Lines: 12 Message-ID: <1143586676.353625.241180@t31g2000cwb.googlegroups.com> References: NNTP-Posting-Host: 84.102.38.180 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1143586681 11808 127.0.0.1 (28 Mar 2006 22:58:01 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 28 Mar 2006 22:58:01 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: t31g2000cwb.googlegroups.com; posting-host=84.102.38.180; posting-account=CXf2IQ0AAADhHwR4LIBYSPHMQKV3cPd3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com After setting the DJGPP environment variable set DJGPP=D:\abc\djgpp.env which you have obviously done already, you need to tell your system where to find gcc by setting the path as well: set PATH=D:\abc\bin;%PATH% That should solve your problem.