X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 27 May 2007 15:14:45 -0400 Message-Id: <200705271914.l4RJEjNh011972@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <46597FB1.7040608@schluessler.org> (message from =?ISO-8859-1?Q?Timo_Schl=FC=DFler?= on Sun, 27 May 2007 14:55:13 +0200) Subject: Re: libxml and DJGPP References: <4658A1A4 DOT 1070405 AT schluessler DOT org> <4658DB51 DOT 44346E54 AT yahoo DOT com> <46597FB1 DOT 7040608 AT schluessler DOT org> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I installed everything (include downloading all the zips again) again > for the third time but the error is still there. Did you use the unzip32.exe that comes with djgpp? Or something else? If properly installed, you should see the following files (assuming you installed in c:\djgpp): c:\djgpp\bin\gcc.exe c:\djgpp\bin\as.exe c:\djgpp\lib\libc.a And your environment should have this in it (in addition to adding c:\djgpp\bin to your PATH): DJGPP=c:\djgpp\djgpp.env And yes, that file should exist as specified.