From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3d38af6e$0$32644$9b622d9e AT news DOT freenet DOT de> Subject: Re: Installation Problem Date: Sun, 21 Jul 2002 14:05:08 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 19 Message-ID: <3d3aa2f2$0$15186$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.6.110 X-Trace: 1027252979 news.freenet.de 15186 213.7.6.110 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Daniel Noorduin" wrote in message news:ITk_8.953349$yP6 DOT 30654750 AT Flipper... > of the zip files I downloaded (using the zip picker). As far as I can see > the djgpp.env file points to the right directory (/lib), but i'll just give But you need to set up an environment variable called 'DJGPP', preferably in your autoexec.bat file that tells GCC where that configuration is stored. Something like: SET DJGPP=c:\djgpp\djgpp.env Did you have it? Ben