If installation instructions are similar for all *BSD platforms, you need to
install gmake and substitute gmake for all make instances.
I use FreeBSD and also couldn't get it to work no matter what I did. I
installed gmake (Gnu make) - which was available for me in the BSD ports
collection - and had no problems after that.
For example, "make" and "make install" worked fine. When I ran "make
install-configure", it bombed with "Error Code 2" -- after installing gmake
and substituting "gmake" for "make" in all the instances where "make" is
used, no more problems occurred...
-----Original Message-----
From: cour...@lists.sourceforge.net
[mailto:cour...@lists.sourceforge.net]On Behalf Of Bruce A.
Burdick, Jr.
Sent: Sunday, March 04, 2001 11:34 AM
To: cour...@lists.sourceforge.net
Subject: [courier-users] make install-configure fails on OpenBSD
Here's a transcript of my shell session:
smtp# make install-configure
*** Error code 2
Stop in /home/bruceb/courier-imap-1.3.5 (line 961 of Makefile).
Here's the code snippet from the Makefile:
956 install-configure:
957 @list='$(SUBDIRS)'; for subdir in $$list; do \
958 ( case "$$subdir" in .) continue;; \
959 *) target=install-configure;; esac ; \
960 cd $$subdir ; $(MAKE) install-configure
DESTDIR=$(DESTDIR) 2>/dev/null) \
961 ; done ; exit 0
962 $(MAKE) install-configure-local DESTDIR=$(DESTDIR)
Any idea of what's going on? Any leads on where I can look next?
-B...
OpenBSD 2.7 on Mac68k