Hello,

I got a problem when I was trying to make wget-1.7.

I used cvs version which I checked out with the following command:

cvs -d :pserver:[EMAIL PROTECTED]:/pack/anoncvs checkout -r WGET_1_7 wget

Then I did the steps described in
http://wget.sunsite.dk/wgetdev.html#development:

make -f Makefile.cvs
./configure [some_parameters]
make

The process stopped here:

cd doc && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"~/etc/wgetrc\" -DLOCALEDIR=\"~/share/locale\"' 
CFLAGS='-g -O2' LDFLAGS='' LIBS=''  prefix='~' exec_prefix='~'
bindir='~/bin'  infodir='~/info' mandir='~/man' manext='1'
sed s/@/@@/g  > sample.wgetrc.munged_for_texi_inclusion

The full log file is attached bellow.

I just wonder if someone could give me a clue what I was doing wrong.

Thanks in advance,

Regards,
Alexis
gateway:~/work/wget$>cd windows/Makefile.
gateway:~/work/wget$>make -f Makefile.cvs 
autoconf
configure.in:147: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:150: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:151: warning: AC_TRY_RUN called without default to allow cross compiling
gateway:~/work/wget$>./configure --prefix=~    
creating cache ./config.cache
configuring for GNU Wget 1.7
checking host system type... i386-unknown-freebsd4.3
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking build system type... i386-unknown-freebsd4.3
checking for ranlib... ranlib
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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 if gcc static flag -static works... -static
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsd4.3 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) 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... gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... 
checking for function prototypes... yes
checking for working const... yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking whether byte ordering is bigendian... no
checking size of long... 4
checking size of long long... 8
checking for string.h... yes
checking for stdarg.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/select.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for signal.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking return type of signal handlers... void
checking for struct utimbuf... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for strdup... yes
checking for strstr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for strptime... yes
checking for strerror... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for select... yes
checking for signal... yes
checking for symlink... yes
checking for access... yes
checking for isatty... yes
checking for uname... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for socket in -lsocket... no
checking for runtime libraries flag... "-R"
checking whether NLS is requested... yes
language catalogs: cs da de el es et fr gl hr it ja nl no pl pt_BR ru sk sl sv tr zh_TW
checking for msgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for locale.h... yes
checking for libintl.h... no
checking for gettext... no
checking for gettext in -lintl... no
gettext not found; disabling NLS
checking for makeinfo... makeinfo
checking for perl5... /usr/bin/perl5
checking for pod2man... /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
generating po/POTFILES from ./po/POTFILES.in
creating po/Makefile
gateway:~/work/wget$>make
cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H 
-DSYSTEM_WGETRC=\"~/etc/wgetrc\" -DLOCALEDIR=\"~/share/locale\"'  CFLAGS='-g -O2' 
LDFLAGS='' LIBS=''  prefix='~' exec_prefix='~' bindir='~/bin'  infodir='~/info' 
mandir='~/man' manext='1'
/bin/sh ../libtool gcc -g -O2  -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 md5.o netrc.o rbuf.o recur.o 
retr.o        snprintf.o  url.o utils.o version.o safe-ctype.o 
gcc -g -O2 -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 md5.o netrc.o rbuf.o recur.o retr.o snprintf.o url.o utils.o version.o 
safe-ctype.o
cd doc && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H 
-DSYSTEM_WGETRC=\"~/etc/wgetrc\" -DLOCALEDIR=\"~/share/locale\"'  CFLAGS='-g -O2' 
LDFLAGS='' LIBS=''  prefix='~' exec_prefix='~' bindir='~/bin'  infodir='~/info' 
mandir='~/man' manext='1'
sed s/@/@@/g  > sample.wgetrc.munged_for_texi_inclusion

Reply via email to