From owner-freebsd-questions Sun Nov 14 14: 0:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 04E6815165 for ; Sun, 14 Nov 1999 14:00:41 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id OAA23965; Sun, 14 Nov 1999 14:26:15 -0800 (PST) Date: Sun, 14 Nov 1999 14:26:15 -0800 (PST) From: Alfred Perlstein To: youlgok@attglobal.net Cc: FreeBSD-Questions Subject: Re: Please Help! In-Reply-To: <382F25E8.43C12532@attglobal.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 14 Nov 1999 youlgok@attglobal.net wrote: > While I was trying to compile gnupg-1.0.0 on FreeBSD-3.3, I got > following > error message and it is stopped. What should I do? > > # make install > "/usr/share/mk/bsd.port.mk", line 2: Could not find > /usr/ports/Mk/bsd.port.mk > "Makefile", line 25: Malformed conditional (${OSVERSION} < 300000) > "Makefile", line 25: Need an operator > "Makefile", line 27: if-less endif > "Makefile", line 27: Need an operator > "/usr/share/mk/bsd.port.mk", line 2: Could not find > /usr/ports/Mk/bsd.port.mk > make: fatal errors encountered -- cannot continue you installed GNU make either over or earlier in your search path than BSD make, either fix your path making sure /usr/bin/ is earlier than /usr/local/bin or reinstall make by recompiling it from the source tree. my question to you: why didn't you use the convient port of GNU make instead of rolling your own? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message