From: MIKE DOT SHIMONY AT inrange DOT com Mime-Version: 1.0 Date: Wed, 4 Nov 1998 09:39:59 -0500 Message-ID: <000EEA4F.CE21202@inrange.com> Subject: Re[2]: path problems with djgpp and gcc-2.81 To: Nate Eldredge , djgpp AT delorie DOT com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Description: cc:Mail note part Reply-To: djgpp AT delorie DOT com Thanks for your help. The problem was that I installed djgpp in c:/unix, then decided I wanted to create a unix like directory structure with a /home and a /usr. So, I moved all of the directories to c:/unix/usr, but didn't move djgpp.env and reset the DJGPP enviroment variable. Moving djgpp.env to c:/unix/usr and setting DJGPP in autoexec.bat to point to it fixed everything. Thanks again.