From owner-freebsd-questions@FreeBSD.ORG Mon Feb 18 15:06:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B56D516A418 for ; Mon, 18 Feb 2008 15:06:54 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7D10E13C468 for ; Mon, 18 Feb 2008 15:06:53 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2857199waf.3 for ; Mon, 18 Feb 2008 07:06:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zhCF5qQ7+0CxX1G7nDbN/HQUp2U1jpYCSRW9xkXlpGQ=; b=MwL5fdQr0UZpcTN+IbYhj9SD0cOYL1jfqnRXkrN2IzE/p7hBi31jkU2A9zg603PnZnCBu8C1HpRRtWCr1QcIYQmbhif1JkwM3LR7k4kwy4MERB0lwIeaPp+G3NJeLO2bzbkzTzD5U7gvRjltdnaqKEspwTT+AQF8dOq+HUrYzT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jPrmV5qAgiUcmF/i9CObm4R72Fbxk4LwFezgQZ/OMJL2KnmYqRai4RtOnAs430LuJMjaHC+iaXFjKfb808UOSRWRS24XpYrwdZKJ7V1oa/VXJ/VpAAvRqtmjKPz4rzxTh/jqB9DOHyl2HKJPUzZ2N+hk9HEqRWgPFZ4YpyK1QR8= Received: by 10.114.200.2 with SMTP id x2mr242764waf.19.1203347209028; Mon, 18 Feb 2008 07:06:49 -0800 (PST) Received: by 10.114.13.16 with HTTP; Mon, 18 Feb 2008 07:06:48 -0800 (PST) Message-ID: <8d23ec860802180706j5ec2d338jebba78e7ce6191aa@mail.gmail.com> Date: Mon, 18 Feb 2008 10:06:48 -0500 From: Schiz0 To: "navneet Upadhyay" In-Reply-To: <1563a4fd0802180702y439a9fb1k6eaa059051f667d1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1563a4fd0802180702y439a9fb1k6eaa059051f667d1@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: make not working gmake works X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 15:06:54 -0000 On Feb 18, 2008 10:02 AM, navneet Upadhyay wrote: > Hi, > I have a Makefile . It works well with Linux versions when i use make > command.The make command fails on FreeBSD but gmake works fine. > > Any clues on this behavior? > > Thanks, > Navneet The FreeBSD "make" is different than linux's "make." Linux uses GNU's make. BSD has it's own version. "gmake" is the command of GNU make for bsd.