X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4C963E47.20205@iki.fi> Date: Sun, 19 Sep 2010 19:45:59 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: djgpp AT delorie DOT com CC: Eli Zaretskii Subject: Re: libxml2 port References: <83mxrg1p6m DOT fsf AT gnu DOT org> <87hbho333t DOT fsf AT turtle DOT gmx DOT de> <837hijyxhr DOT fsf AT gnu DOT org> <4C961C3E DOT 8020206 AT iki DOT fi> In-Reply-To: <4C961C3E.8020206@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 19.09.2010 17:20, Andris Pavenis kirjoitti: > 18.09.2010 16:47, Eli Zaretskii kirjoitti: >>> From: Sven Joachim >>> Date: Fri, 17 Sep 2010 15:35:02 +0200 >>> >>> On 2010-09-17 15:21 +0200, Eli Zaretskii wrote: >>> >>>> Does anyone know if a precompiled DJGPP port of libxml2 is available >>>> somewhere? Or maybe someone has it built and could upload to the >>>> DJGPP FTP sites? >>> >>> I found a port on Andris Pavenis' site: >>> >>> http://ap1.pp.fi/djgpp/other/libxml2/ >> >> Thanks. >> >> However, looks like it was compiled with v2.04 library, or maybe with >> a patched libc.a, because with v2.03 I get unresolved externals >> (snprintf, vsnprintf, and __fpclassify). I see nothing about this in >> that directory. >> >> Andris, am I right, or did I do something wrong? >> > > It is likely. I do not remember exactly as it was rather long time ago. > > You could try to build from source archive. > My build script seem to work OK for 2.6.23 for both v2.03 and v2.04. It does not for 2.6.30 (only v204 tried), but I do not have much time to investigate how to fix the build failure. One only need to throw the build script and source archive (I used .tar.bz2) into a directory and run the script. If all required packages are present build should succeed if LFN is supported (I used today Windows Vista Business SP2). Andris