From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 04:33:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5214237B404 for ; Wed, 26 Mar 2003 04:33:50 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C64B43FA3 for ; Wed, 26 Mar 2003 04:33:49 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.8/8.12.8) with ESMTP id h2QCXZSZ054121; Wed, 26 Mar 2003 13:33:35 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.8/8.12.8/Submit) id h2QCXY2K054080; Wed, 26 Mar 2003 13:33:34 +0100 (CET) Date: Wed, 26 Mar 2003 13:33:34 +0100 From: Stijn Hoop To: Adam Carmichael Message-ID: <20030326123334.GE80189@pcwin002.win.tue.nl> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8P1HSweYDcXXzwPJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! X-Spam-Status: No, hits=-35.6 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-questions@freebsd.org Subject: Re: Attempting to 'make buildworld' (Makefile problem) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 12:33:51 -0000 --8P1HSweYDcXXzwPJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Mar 26, 2003 at 11:24:30PM +1100, Adam Carmichael wrote: > Now when I run make buildworld I get the following: >=20 > make buildworld > Makefile:137: *** missing separator. Stop. > *** Error code 2 >=20 > Stop in /usr/src. You are running GNU make instead of BSD make. GNU make is installed as 'gma= ke' on BSD systems because there are fundamental differences in the syntax betw= een the two. Try running '/usr/bin/make buildworld'. If that still fails your installati= on of BSD make is broken. Do the following to repair your make: # cd /usr/src/usr.bin/make # cc -o make -I . *.c lst.lib/*.c # install -m 755 make /usr/bin/make If /usr/bin/make works on the other hand, see if there are aliases setup th= at alias 'gmake' as 'make', and remove those. HTH, --Stijn --=20 "Diane, 2:15 in the afternoon, November 14. Entering town of Twin Peaks. Five miles south of the Canadian border, twelve miles west of the state line. Never seen so many trees in my life. As W.C. Fields would say, I'd rather be here than Philadelphia." -- Special Agent Dale Cooper, "Twin Peaks" --8P1HSweYDcXXzwPJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gZ4eY3r/tLQmfWcRAuPOAJ90TaBF6LBzDIGtR/B44dM3OnRrJwCfTwoJ fYiotcBOTf1icW/ZTSOPCSc= =L0iw -----END PGP SIGNATURE----- --8P1HSweYDcXXzwPJ--