From owner-freebsd-questions@FreeBSD.ORG Sat Apr 2 08:03:06 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 C3C0116A4CE for ; Sat, 2 Apr 2005 08:03:06 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D2243D4C for ; Sat, 2 Apr 2005 08:03:04 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a236.otenet.gr [212.205.215.236]) j3282FmK004265; Sat, 2 Apr 2005 11:02:16 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j3282wXs001337; Sat, 2 Apr 2005 11:02:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j3282woW001336; Sat, 2 Apr 2005 11:02:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 2 Apr 2005 11:02:58 +0300 From: Giorgos Keramidas To: "RUmiancev A.V" Message-ID: <20050402080258.GB840@gothmog.gr> References: <372581386.20050401152534@psu.karelia.ru> <20050401114352.GA28347@orion.daedalusnetworks.priv> <002901c536f1$27bb6d20$adfee8c1@VIDEOPC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002901c536f1$27bb6d20$adfee8c1@VIDEOPC> 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: Sat, 02 Apr 2005 08:03:06 -0000 On 2005-04-01 23:29, "RUmiancev A.V" wrote: > 1) Which make ? > /usr/bin/make > > ns# make -v > GNU Make 3.80 That's wrong. Your /usr/bin/make executable should be BSD make, not GNU make. Have you installed GNU make with --prefix=/usr/bin lately? The correct /usr/bin/make binary is the BSD make, which should print some $FreeBSD: lines when you run the following command: % $ ident /usr/bin/make | head % /usr/bin/make: % $FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.6 2002/05/15 04:19:49 obrien Exp $ % $FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.5 2002/05/15 04:19:49 obrien Exp $ % $FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 peter Exp $ % $FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.13 2004/08/15 16:18:51 dfr Exp $ % $FreeBSD: src/usr.bin/make/arch.c,v 1.60 2005/03/23 12:56:15 harti Exp $ % $FreeBSD: src/usr.bin/make/buf.c,v 1.34 2005/03/22 07:42:51 harti Exp $ % $FreeBSD: src/usr.bin/make/compat.c,v 1.56 2005/03/16 16:02:09 harti Exp $ % $FreeBSD: src/usr.bin/make/cond.c,v 1.43 2005/03/23 12:56:15 harti Exp $ % $FreeBSD: src/usr.bin/make/dir.c,v 1.52 2005/03/23 12:56:15 harti Exp $ > Why this line ? > .if !defined(S) Because this is valid in BSD make, but not in GNU make. > 2) Have you changed your PATH recently or sym-linked GNU make to > 'make'? > > No! But onces, when I am working in the system at root, couse some > rebooting. Just it! I can't understand what you're trying to say :-/