X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <465C4B9F.4010206@schluessler.org> Date: Tue, 29 May 2007 17:49:51 +0200 From: =?ISO-8859-1?Q?Timo_Schl=FC=DFler?= User-Agent: Thunderbird 1.5.0.7 (X11/20061202) MIME-Version: 1.0 To: djgpp AT delorie DOT com 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> <200705271914 DOT l4RJEjNh011972 AT envy DOT delorie DOT com> In-Reply-To: <200705271914.l4RJEjNh011972@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RZG-AUTH: lrVxSROSz8bd/08MH76VyqIxu4p9LgPLNDGEyLDcC+eGuhga3Dy2UTeqREeGyjldQSOBPdM= X-RZG-CLASS-ID: mo07 Reply-To: djgpp AT delorie DOT com DJ Delorie wrote: > > 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. > > Off course these files exits. The thing is this: I can compile "normal" programs but only the program with libxml doesn't work. I didn't use unzip32.exe but the unzip from my linux machine, so i uninstalled all the zip files and then moved the unzipped files to the virtual windows machine. DJGPP and PATH is also set correctly.