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
gmake[3]: *** [install-permissions] Error 1
gmake[3]: Leaving directory
'/home/bullock/download/courier-0.22/courier'
gmake[2]: *** [install-data-local] Error 2
gmake[2]: Leaving directory '/home/bullock/download/courier-0.22'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory '/home/bullock/download/courier-0.22'
gmake: *** [install-recursive] Error 1
The "don't know how to make w." error is something I've never seen
before. Could someone please give me some advice on how I might
resolve this problem.
Thanks very much.