Sam Varshavchik wrote:
Ben Bullock writes:
Sam Varshavchik wrote:
On Mon, 12 Jun 2000, Ben Bullock wrote:
I just successfully configured ('./configure
--enable-mimetypes=/var/www/conf/mime.types --without-ipv6') and
compiled courier-0.22 on an OpenBSD 2.6 system, but ran into a problem
during the installation. I tried to install with this command:
'gmake install DESTDIR=/var/tmp/courier-inst'
The install stopped with this output:
cd courier && gmake -w -- DESTDIR=/var/tmp/courier-inst
DESTDIR=/var/tmp/courier-inst install-permissions
gmake[3]: Entering directory
'/home/bullock/download/courier-0.22/courier'
make: don't know how to make w. Stop
Something's wrong with gmake. If you have an old gmake, see if you can
install a more recent version.
I just installed OpenBSD-2.7 with gmake-3.78.1, the latest version
available in the ports collection, and get the same error
(courier-0.23a this time around). Are there any other possible
reasons why "gmake install" is failing?
Just for the hell of it, go into the courier subdirectory, and run 'gmake
-w'
I did this:
'gmake clean'
cd courier
'gmake -w'
This cruised along for awhile but eventually died with this error:
gmake[2]: *** No rule to make target '../../md5/libmd5.a', needed by
'dupfilter'. Stop.
Does this shed any light on what's happening?