Re: Inexplicable compilation errors

On Thu, 27 Dec 2001 11:48:03 +0530 (IST), Mahesh Soundalgekar wrote:

>On Wed, 26 Dec 2001, Mark Healey wrote:
>
>> When trying to compile the first example I get the long list of
>> compilation errors at the end of this message.
>>
>> I checked the files mentioned and the lines look OK.
>>
>> I'm using Redhat 6.2
>>
>> What am I doing wrong?  Please keep explanations simple.  My knowledge
>> is limited to the Herb Shildt book.
>>
>>
>>
>>
>> gcc wwww test.c -o wwwtest
>
>compile it as
>
>gcc `libwww-config --cflags` test.c -o wwwtest `libwww-config --libs`
>
>for help visit http://www.w3.org/Library/libwww-config.html

Thanks, Did that and got no compilation errors but when I try to run
the program I get:

./test: error in loading shared libraries: /usr/lib/libwwwapp.so.0:
undefined symbol: HTZLib_inflate

What is that?

Received on Thursday, 27 December 2001 22:38:06 UTC