X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <464BE1EA.9070301@iki.fi> Date: Thu, 17 May 2007 08:02:34 +0300 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Using libxml2 with DJGPP References: <46476A40 DOT 2040707 AT schluessler DOT org> <464879E4 DOT 3030300 AT schluessler DOT org> <464b00a6$0$4613$61c65585 AT un-2park-reader-01 DOT sydney DOT pipenetworks DOT com DOT au> <464B278D DOT 7090803 AT schluessler DOT org> <464B5C92 DOT 6010404 AT iki DOT fi> <464B6EFF DOT 4040504 AT schluessler DOT org> In-Reply-To: <464B6EFF.4040504@schluessler.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l4H52k3V005432 Reply-To: djgpp AT delorie DOT com Timo Schlüßler kirjoitti: > Here is the output from gcc -W1,--verbose: http://rafb.net/p/UMzsPC70.html It is reading libxml2.a as You can see. So verify whether the library contains needed procedures (using command nm: 'nm --extern-only library_location'). I verified also that library from my binary archive contains all these entries. > The complete thing is very confusing to me: when I tried running gcc > today again, the cannot find -lgcc error isn't there anymore (no > suggestion why) and the old libxml referencing error is there again :'( > > I already thought about a broken djgpp installation, but I reinstalled > everything with new downloaded binaries from cybermirror before yesterday. > Andris