From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 11:43:57 2005 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 151B016A4CE for ; Fri, 1 Apr 2005 11:43:57 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF8643D46 for ; Fri, 1 Apr 2005 11:43:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j31Bh5VU020123; Fri, 1 Apr 2005 14:43:05 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j31BhqQx028373; Fri, 1 Apr 2005 14:43:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j31Bhqx0028372; Fri, 1 Apr 2005 14:43:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 1 Apr 2005 14:43:52 +0300 From: Giorgos Keramidas To: rumiancev-psu Message-ID: <20050401114352.GA28347@orion.daedalusnetworks.priv> References: <372581386.20050401152534@psu.karelia.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <372581386.20050401152534@psu.karelia.ru> cc: freebsd-questions@freebsd.org Subject: Re: From Rumiancev Alexander 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: Fri, 01 Apr 2005 11:43:57 -0000 On 2005-04-01 15:25, rumiancev-psu wrote: > Hello! I have a problem! > I have the FreeBSD 5.3. And some day ago, when I wrote > command "make" the output was: > Makefile:24: *** missing separator. Stop. > 24 - this is .if !defined(S) This is usually caused by running the wrong version of make. Have you changed your PATH recently or sym-linked GNU make to 'make'? What do you see when you type the following in your shell? % which make > When I doing this procedure one week ago, that was okey!!! Obviously, something changed since then :-)