Ian Abbott wrote:
> 
> On 19 Dec 2001 at 17:40, Alexey Aphanasyev wrote:
> 
> > Hrvoje Niksic wrote:
> > > The `gnu-md5.o' object is missing.  Can you show us the output from
> > > `configure'?
> 
> > Yes, sure. Please find it attached bellow.
> 
> Have you tried running "make distclean" before "./configure"? It is
> possible that some of your cached configuration results have become
> stale.

It ends up with:

<log>
gateway:~/work/wget$>make distclean
for subdir in src doc po util windows; do  target=`echo
distclean-recursive | sed s/-recursive//`;  (cd $subdir && make CC='gcc'
CPPFLAGS='' DEFS='-DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\"
-DLOCALEDIR=\"/usr/home/alexis/share/locale\"'  CFLAGS='-O2 -Wall
-Wno-implicit' LDFLAGS='' LIBS='-lssl -lcrypto' 
prefix='/usr/home/alexis' exec_prefix='/usr/home/alexis'
bindir='/usr/home/alexis/bin'  infodir='/usr/home/alexis/info'
mandir='/usr/home/alexis/man' manext='1' $target) || exit 1;  done
rm -f *.o wget *~ *.bak core  *._o *._c
rm: ~: is a directory
*** Error code 1

Stop in /usr/home/alexis/work/wget/src.
*** Error code 1

Stop in /usr/home/alexis/work/wget.
</log>

BTW, after 'cvs update' I do like that:

make -f Makefile.cvs
configure ...
make install

Is that correct?

Reply via email to