Skip site navigation (1)Skip section navigation (2)
Date:      24 Nov 1999 23:43:35 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Trouble compiling: make
Message-ID:  <86hfibin08.fsf@localhost.hell.gr>
In-Reply-To: "HEITMEIER,MICHAEL's message of "Wed, 24 Nov 1999 09:28:29 %2B0100"
References:  <234F92BA3C7BD311BD31009027541A953A5509@wagner.bbn.hp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"HEITMEIER,MICHAEL (HP-Germany,ex1)" <michael_heitmeier@bbn.exch.hp.com> 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
<ftp://ftp.gnu.org/pub/gnu/make/>; or by using the /usr/ports/devel/gmake 
port of your FreeBSD.

-- 
Giorgos Keramidas, <keramida@ceid.upatras.gr>
"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86hfibin08.fsf>