Script started on Mon 17 Mar 2003 02:24:42 PM EST ]0;root@s1:~/build/curl[root@s1 curl]# ./buildconf buildconf: autoconf version 2.57 (ok) buildconf: autoheader version 2.57 (ok) buildconf: automake version 1.6.3 (ok) buildconf: libtool version 1.4.3 (ok) buildconf: running aclocal buildconf: running autoheader buildconf: running autoconf buildconf: running automake lib/Makefile.am: installing `./depcomp' ]0;root@s1:~/build/curl[root@s1 curl]# CFLAGS./configure checking whether to enable maintainer-specific portions of Makefiles... no checking for sed... /bin/sed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking curl version... 7.10.4-pre2 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for AIX... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking whether make sets $(MAKE)... (cached) yes checking whether to support http... yes checking whether to support ftp... yes checking whether to support gopher... yes checking whether to support file... yes checking whether to support ldap... yes checking whether to support dict... yes checking whether to support telnet... yes checking whether to enable ipv6... no checking for gethostbyname... yes checking for strcasecmp... yes checking for connect... yes checking for dlclose... no checking for dlopen in -ldl... yes checking whether to use libgcc... no checking non-blocking sockets style... O_NONBLOCK checking for "/dev/urandom"... yes checking if argv can be written to... yes checking if Kerberos4 support is requested... no checking for CRYPTO_lock in -lcrypto... yes checking for CRYPTO_add_lock in -lcrypto... yes checking for SSL_connect in -lssl... yes checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no checking for openssl/ssl.h... no checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking for ENGINE_init... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for RAND_status... yes checking for RAND_screen... no checking for RAND_egd... yes checking for inflateEnd in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes checking AIX 4.3 or later... no checking for gethostbyname_r... yes checking if gethostbyname_r takes 3 arguments... no checking if gethostbyname_r with -D_REENTRANT takes 3 arguments... no checking if gethostbyname_r takes 5 arguments... no checking if gethostbyname_r takes 6 arguments... yes checking for gethostbyaddr_r... yes checking if gethostbyaddr_r takes 5 arguments... no checking if gethostbyaddr_r with -D_REENTRANT takes 5 arguments... no checking if gethostbyaddr_r takes 7 arguments... no checking if gethostbyaddr_r takes 8 arguments... yes checking for inet_ntoa_r... no checking for localtime_r... yes checking whether localtime_r is declared... yes checking for gmtime_r... yes checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking for arpa/inet.h... yes checking for net/if.h... yes checking for netinet/in.h... yes checking for netdb.h... yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for termios.h... yes checking for termio.h... yes checking for sgtty.h... yes checking for fcntl.h... yes checking for dlfcn.h... (cached) yes checking for alloca.h... yes checking for winsock.h... no checking for time.h... yes checking for io.h... no checking for pwd.h... yes checking for utime.h... yes checking for sys/utime.h... no checking for sys/poll.h... yes checking for setjmp.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ssize_t... yes checking for socklen_t... yes checking for in_addr_t... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for socket... yes checking for select... yes checking for strdup... yes checking for strstr... yes checking for strtok_r... yes checking for strftime... yes checking for uname... yes checking for strcasecmp... (cached) yes checking for stricmp... no checking deeper for stricmp... but still no checking for strcmpi... no checking deeper for strcmpi... but still no checking for gethostbyaddr... yes checking for gettimeofday... yes checking for inet_addr... yes checking for inet_ntoa... yes checking for tcsetattr... yes checking for tcgetattr... yes checking for perror... yes checking for closesocket... no checking deeper for closesocket... but still no checking for setvbuf... yes checking for sigaction... yes checking for signal... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for strlcat... no checking deeper for strlcat... but still no checking for getpwuid... yes checking for geteuid... yes checking for dlopen... yes checking for utime... yes checking for sigsetjmp... no checking deeper for sigsetjmp... but still no checking for poll... yes checking for sigsetjmp defined as macro... yes checking for perl... /usr/bin/perl checking for gnroff... /usr/bin/gnroff checking CA cert bundle install path... /usr/local/share/curl/curl-ca-bundle.crt checking for bison... bison -y checking whether to enable debug options... no configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating tests/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating packages/Makefile config.status: creating packages/Win32/Makefile config.status: creating packages/Win32/cygwin/Makefile config.status: creating packages/Linux/Makefile config.status: creating packages/Linux/RPM/Makefile config.status: creating packages/Linux/RPM/curl.spec config.status: creating packages/Linux/RPM/curl-ssl.spec config.status: creating packages/Solaris/Makefile config.status: creating packages/EPM/curl.list config.status: creating packages/EPM/Makefile config.status: creating curl-config config.status: creating lib/config.h config.status: creating src/config.h config.status: creating tests/server/config.h config.status: creating lib/ca-bundle.h config.status: executing depfiles commands ]0;root@s1:~/build/curl[root@s1 curl]# make Making all in docs make[1]: Entering directory `/root/build/curl/docs' Making all in examples make[2]: Entering directory `/root/build/curl/docs/examples' done make[2]: Leaving directory `/root/build/curl/docs/examples' Making all in libcurl make[2]: Entering directory `/root/build/curl/docs/libcurl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/build/curl/docs/libcurl' make[2]: Entering directory `/root/build/curl/docs' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/root/build/curl/docs' make[1]: Leaving directory `/root/build/curl/docs' Making all in lib make[1]: Entering directory `/root/build/curl/lib' make all-am make[2]: Entering directory `/root/build/curl/lib' source='file.c' object='file.lo' libtool=yes \ depfile='.deps/file.Plo' tmpdepfile='.deps/file.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -c -o file.lo `test -f 'file.c' || echo './'`file.c mkdir .libs gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -c file.c -MT file.lo -MD -MP -MF .deps/file.TPlo -fPIC -DPIC -o .libs/file.lo In file included from file.c:81: urldata.h:782: parse error before "ENGINE" urldata.h:782: warning: no semicolon at end of struct or union file.c: In function `Curl_file': file.c:147: dereferencing pointer to incomplete type make[2]: *** [file.lo] Error 1 make[2]: Leaving directory `/root/build/curl/lib' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/build/curl/lib' make: *** [all-recursive] Error 1 ]0;root@s1:~/build/curl[root@s1 curl]# exit Script done on Mon 17 Mar 2003 02:25:29 PM EST