- From: (unknown charset) Karim Hamed <Karim.Hamed@WiredMinds.de>
- Date: Mon, 28 May 2001 08:07:09 +0200
- To: (unknown charset) www-lib@w3.org
Hi, I'm trying to compile the examples on the packages from libwww but the compiler write every time thís message: /usr/local/lib/libwwwapp.a(HTInit.o): In function `HTConverterInit': /home/karimh/libwww/w3c-libwww-5.3.2/Library/src/HTInit.c:87: undefined reference to `HTXML_new' /home/karimh/libwww/w3c-libwww-5.3.2/Library/src/HTInit.c:88: undefined reference to `HTXML_new' /usr/local/lib/libwwwapp.a(HTInit.o): In function `HTTransferEncoderInit': /home/karimh/libwww/w3c-libwww-5.3.2/Library/src/HTInit.c:171: undefined reference to `HTZLib_inflate' /usr/local/lib/libwwwapp.a(HTInit.o): In function `HTContentEncoderInit': /home/karimh/libwww/w3c-libwww-5.3.2/Library/src/HTInit.c:183: undefined reference to `HTZLib_inflate' collect2: ld returned 1 exit status This message comes up when I use the functions beginning with: HTProfile_...("Test", "1.0"); not with : HTLibInit("Test", "1.0"); OS: LINUX options for the installation of libwww were: --with-gnu-ld And used packages are: --with-expat --with-md5 --with-regex --with-ssl --with-zlib Is something wrong in my settings? regards. Karim
Received on Monday, 28 May 2001 03:07:47 UTC