Libwww Shared Library Problem on Solaris 2.7

Hi,

I have  problem with LIBWWW on Solaris 2.7. This is related with Shared
Object library file.
I am getting __eprintf symbol not found when I am trying to 
start my applications.Can you tell me how do I solve this problem?. 

file my.so: symbol __eprintf: referenced symbol not found

The symbol __eprintf is referenced in libwwwhtml.a (SGML.o):

# nm -A ./Library/src/.libs/* | grep eprint
./Library/src/.libs/libwwwhtml.a:SGML.o:         U __eprintf
#

Is this a linker problem?
Who knows, where __eprintf is defined, I can't found it?

Also what do I need to set up before installing LIBWWW on Solaris?Is it
necessary 
to install autoconf/aclocal/automake/autoheader/makeinfo ??

When I start with ./configure, it is generating config.log file.I have
listed portion of config.log file below.Please check it and let me know what
to do?

Regards
prasanta
650-620-5204

-----PORTION OF CONFIG.LOG FILE ----------------

checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing   

checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no 
checking for POSIXized ISC... no 


checking for wais/wais.h... (cached) no
checking for wais.h... (cached) no
checking for bsdtime.h... (cached) no
checking for bsdtypes.h... (cached) no
checking for cursesX.h... (cached) no
checking for curses.h... (cached) no
checking for dn.h... (cached) no
checking for dnetdb.h... (cached) no
checking for libc.h... (cached) no
checking for manifest.h... (cached) no
checking for rxposix.h... (cached) no
checking for stdefs.h... (cached) no
checking for unixlib.h... (cached) no
checking for opendir in -ldir... (cached) no
checking for dir.h... (cached) no
checking for direct.h... (cached) no
checking whether stat file-mode macros are broken... (cached) no
checking for BOOLEAN... (cached) no
checking for whether size_t is long... (cached) no 
checking whether char is unsigned... (cached) no 
checking for tm_gmtoff in struct tm... (cached) no
checking if timezone is backwards... (cached) no
checking for tm_zone in struct tm... (cached) no
checking for timegm... (cached) no
checking whether to support direct WAIS access.... no
checking whether to support zlib compress/decompress... no
checking whether to support POSIX regex... no
checking whether to support SOCKS... no
checking whether to support SOCKS5... no
checking whether to support SOCKS4... no
checking whether to support mysql access.... no
checking whether to use internal signal handlers... no
checking whether to accept new rule files without asking an end user.... no
checking whether to disable HTTP/1.1 pipelining... no
checking whether to use MUX as transport for HTTP.... no
checking whether to define _REENTRANT... no
checking whether to define _POSIX_SOURCE... no
------------------------------------------------------------

Received on Monday, 2 October 2000 03:02:58 UTC