Build error, Linux, 3.2.1

I didn't see any mention of this in the archives, so I apologize if
it's been posted already.

Building 3.2.1 on Linux results in the following error:

/bin/sh: ..//usr/src/Amaya/../libwww/configure: No such file or
directory
libwww is configured
/bin/sh: cd: libwww/modules/md5: No such file or directory
make[1]: Entering directory `/usr/src/Amaya/LINUX-ELF'
make[1]: *** No rule to make target `libmd5.la'.  Stop.
make[1]: Leaving directory `/usr/src/Amaya/LINUX-ELF'
make: *** [libwww_make_module_md5] Error 2   

The problem appears to be in the generated Makefile in the obj dir:


--- Makefile.orig	Thu Aug 31 23:02:33 2000
+++ Makefile	Thu Aug 31 23:03:16 2000
@@ -192,7 +192,7 @@
 	@(localdir=`pwd` ; libwwwdir="$(THOTDIR)/../$(LIBWWW)" ; \
 	  cd $(LIBWWW) ; unset LANG; \
 	  if [ ! -f Makefile -o ! -f wwwconf.h ] ; then \
-	  	../$$libwwwdir/configure \
+	  	$$libwwwdir/configure \
 			--disable-shared \
 			--without-expat \
 			--with-zlib="$$localdir/libz.a"; \

This patch seems to resolve the problem.

  --Brian

-- 
http://www.nerdperfect.com
Breakfast of champs.

Received on Friday, 1 September 2000 04:54:52 UTC