X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <464B03C4.4020009@schluessler.org> Date: Wed, 16 May 2007 15:14:44 +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: Using libxml2 with DJGPP References: <46476A40 DOT 2040707 AT schluessler DOT org> <46487E3A DOT 9070400 AT iki DOT fi> <46488203 DOT 9080203 AT schluessler DOT org> <46488CD1 DOT 3020208 AT schluessler DOT org> <4648B4EB DOT 8020607 AT iki DOT fi> In-Reply-To: <4648B4EB.8020607@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-RZG-AUTH: lrVxSROSz8bd/08MH76VyqIxu4p9LgPLNDGEyLDcC+eGuhga3Dy2UTeqREeGyj/OHx9+sjU= X-RZG-CLASS-ID: mo07 Reply-To: djgpp AT delorie DOT com Andris Pavenis wrote: > Timo Schlüßler kirjoitti: >> Timo Schlüßler wrote: >>> Okay. So everything worked for you with the build script? > > Last time I tried. > >>> >>> >>> Andris Pavenis wrote: >>>> Cesar Rabak kirjoitti: >>>>> Timo Schlüßler escreveu: >>>>>> I compiled the libxml2 now from source (is it right that i have >>>>>> to do this via linux???), but now i need the iconv.h . Do i have >>>>>> to install the complete iconv lib or what should i do now? >>>>>> >>>>> >>>>> Just to be sure: did you *cross* compile in a Linux machine? >>>>> >>>> At least I did not. >>>> >>>> >>>> >>> >> Is there a special place where i have to set the environment size for >> the windows bash? I did it already in config.sys and system.ini. >> > > What means windows bash? If that is WIn32 executable, then I don't > know whether > it will work (rather likely that not). You need DJGPP port of bash. > That's exactly what I meant. All the things from v2gnu ... But the DJGPP port of bash is very strange, it always gives me something about my environment size is not big enough (when I want to compile the libiconv and libxml2 from sources). I googled out, that I have to modify system.ini and config.sys, but this doesn't help. What do I have to do? The error is because of I can't add more environment variables .... When I use the binaries from http://ap1.pp.fi/djgpp/other/djbuild.html and licv17b.zip from a DJGPP mirror, gcc gives the same errors as it does before my first mail. To become more concrete, here are the errors: bash-2.04$ gcc -Lxml2 win_dirparselog.c -o parser.exe c:\programme\djgpp\tmp/ccANk2mO.o(.text+0x4ad):win_dirparselog.c: undefined refe rence to `_xmlCheckVersion' c:\programme\djgpp\tmp/ccANk2mO.o(.text+0x639):win_dirparselog.c: undefined refe rence to `_xmlReadFile' c:\programme\djgpp\tmp/ccANk2mO.o(.text+0x671):win_dirparselog.c: undefined refe rence to `_xmlDocGetRootElement' c:\programme\djgpp\tmp/ccANk2mO.o(.text+0x6c9):win_dirparselog.c: undefined refe rence to `_xmlFreeDoc' c:\programme\djgpp\tmp/ccANk2mO.o(.text+0x6f8):win_dirparselog.c: undefined refe rence to `_xmlCleanupParser' collect2: ld returned 1 exit status My very simple program for getting ICQ logs for statistics you can find here: *http://rafb.net/p/Xenb0018.html. *(it will expire after 24 hours ...) Thx again very much for your help, and sorry for my bad/incomprehensible english. (Is the mail server sometimes down so that he looses mails? I've written this mail on monday, but it wasn't in the mailing list ... so I write it now again)