Yes, sure. Please find it attached bellow.

Hrvoje Niksic wrote:
> 
> Alexey Aphanasyev <[EMAIL PROTECTED]> writes:
> 
> > I got an error (see attachment) during latest CVS Wget
> > 1.8.1-pre2+cvs compilation.
> [...]
> > gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o cookies.o fnmatch.o ftp.o 
>ftp-basic.o ftp-ls.o ftp-opie.o getopt.o hash.o headers.o host.o html-parse.o 
>html-url.o http.o init.o log.o main.o gen-md5.o netrc.o progress.o rbuf.o recur.o 
>res.o retr.o safe-ctype.o snprintf.o gen_sslfunc.o url.o utils.o version.o  -lssl 
>-lcrypto
> 
> The `gnu-md5.o' object is missing.  Can you show us the output from
> `configure'?
gateway:~/work/wget$>./configure --prefix=`echo ~`     
loading cache ./config.cache
configuring for GNU Wget 1.8.1-pre2+cvs
checking host system type... i386-unknown-freebsd4.4
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking build system type... i386-unknown-freebsd4.4
checking for ld used by GCC... (cached) /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... (cached) yes
checking for /usr/libexec/elf/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)                 -fPIC
checking if gcc PIC flag                 -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/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... freebsd4.4 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... (cached) yes
creating libtool
checking for gcc option to accept ANSI C... (cached) 
checking for function prototypes... yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking for string.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for utime.h... (cached) yes
checking for sys/utime.h... (cached) no
checking for pwd.h... (cached) yes
checking for termios.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for signal.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking return type of signal handlers... (cached) void
checking for struct utimbuf... yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for strpbrk... (cached) yes
checking for memmove... (cached) yes
checking for gettimeofday... (cached) yes
checking for mktime... (cached) yes
checking for strptime... (cached) yes
checking for strerror... (cached) yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for select... (cached) yes
checking for signal... (cached) yes
checking for symlink... (cached) yes
checking for access... (cached) yes
checking for isatty... (cached) yes
checking for uname... (cached) yes
checking for gethostname... (cached) yes
checking for usleep... (cached) yes
checking for getopt_long... (cached) no
checking for gethostbyname... (cached) yes
checking for inet_ntoa... (cached) yes
checking for socket in -lsocket... (cached) no
checking for dlopen in -ldl... (cached) no
checking for shl_load in -ldl... (cached) no
Looking for SSL libraries in system-default
checking for includes... found
checking for RSA_new in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking whether SSL libs are resolved at runtime... yes
Compiling in support for SSL in system-default
checking for md5_calc in -lmd5... (cached) no
checking whether NLS is requested... yes
language catalogs: cs da de el es et fr gl he hr hu it ja nl no pl pt_BR ru sk sl sv 
tr uk zh_TW
checking for msgfmt... (cached) /usr/local/bin/msgfmt
checking for xgettext... (cached) /usr/local/bin/xgettext
checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
checking for locale.h... (cached) yes
checking for libintl.h... (cached) no
checking for gettext... (cached) no
checking for gettext in -lintl... (cached) no
gettext not found; disabling NLS
checking for makeinfo... (cached) makeinfo
checking for perl5... (cached) /usr/bin/perl5
checking for pod2man... (cached) /usr/bin/pod2man
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating doc/Makefile
creating util/Makefile
creating po/Makefile.in
creating windows/Makefile
creating src/config.h
src/config.h is unchanged
generating po/POTFILES from ./po/POTFILES.in
creating po/Makefile

Reply via email to