From owner-freebsd-questions Wed Nov 24 15: 0:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1B54D1551F for ; Wed, 24 Nov 1999 15:00:43 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (patr530-a035.otenet.gr [195.167.115.35]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id BAA11856 for ; Thu, 25 Nov 1999 01:00:20 +0200 (EET) Received: (qmail 1300 invoked by uid 1001); 24 Nov 1999 21:43:35 -0000 To: freebsd-questions@freebsd.org Subject: Re: Trouble compiling: make References: <234F92BA3C7BD311BD31009027541A953A5509@wagner.bbn.hp.com> From: Giorgos Keramidas Date: 24 Nov 1999 23:43:35 +0200 In-Reply-To: "HEITMEIER,MICHAEL's message of "Wed, 24 Nov 1999 09:28:29 +0100" Message-ID: <86hfibin08.fsf@localhost.hell.gr> Lines: 19 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "HEITMEIER,MICHAEL (HP-Germany,ex1)" writes: > Trying to compile lame3.5 is bringing up some interesting twists. The > Makefile seems to be in a format that is not recognised by FreeBSD. > Examples: > ifeq ($(UNAME), XX) does not work, FreeBSD wants > .if $(UNAME) == XX' > > -include $(DEP), FreeBSD wants > .include <$(DEP)> Your Makefile has been written for the GNU version of make. You can install it either manually by fetching the source from or by using the /usr/ports/devel/gmake port of your FreeBSD. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message