Very Frustrated

Hi there,

I am trying to configure libwww on RedHat Linux 6.1. I have read the FAQ, looked in various threads and followed everything I can find and still no luck. Here are the various versions of software that I have

perl - 5.005_03
aclocal - 1.4
automake - 1.4
autoheader - 2.13
autoconf - 2.13
libtool - 1.3.3

Thanks for anyhelp you might have

----------------------------- Below is the output --------------------------------------

[nshanny@shanny libwww]$ perl config/winConfigure.pl 
assuming global: PUBLIC FILE *WWWTrace = NULL;
assuming global: PUBLIC unsigned int WWW_TraceFlag = 0;         /* Global trace flag for ALL W3 code */
assuming global: PUBLIC int ParseDebug = 0;     /* For use with LablPars and RatPars */
[nshanny@shanny libwww]$ aclocal; autoheader; automake; autoconf\
> 
aclocal: configure.in: 38: macro `AM_PROG_LIBTOOL' not found in library
configure.in:44: AC_TRY_COMPILE was called before AC_ISC_POSIX
configure.in:192: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:193: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:194: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:894: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in: 30: required file `./wwwconf.h.in' not found
configure.in:44: AC_TRY_COMPILE was called before AC_ISC_POSIX
configure.in:184: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:185: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:186: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:187: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:192: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:193: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:194: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:894: warning: AC_TRY_RUN called without default to allow cross compiling
autoconf: Undefined macros:
configure.in:188:AC_CHECK_SIZEOF_TIME_T
configure.in:189:AC_CHECK_SIZEOF_SIZE_T
configure.in:197:AC_STRUCT_GMTOFF
configure.in:199:AC_STRUCT_WINSIZE
configure.in:268:      AC_ADDLIB($withval)
configure.in:305:      AC_ADDLIB($withval)
configure.in:353:             AC_ADDLIB($withval)
configure.in:380:             AC_ADDLIB($withval)
configure.in:419:         AC_ADDLIB("/usr/local/lib/mysql/libmysqlclient.a")
configure.in:421:         AC_ADDLIB("/usr/lib/mysql/libmysqlclient.a")
configure.in:426:      AC_ADDLIB($withval)
[nshanny@shanny libwww]$ ./configure
loading cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,'
./configure: ./configure: line 710: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION) '
[nshanny@shanny libwww]$ 

Received on Thursday, 10 February 2000 00:44:08 UTC