From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 16:29:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8880616A41C for ; Wed, 6 Jul 2005 16:29:05 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 484FF43D53 for ; Wed, 6 Jul 2005 16:29:05 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id j66GT38O021614; Wed, 6 Jul 2005 09:29:04 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j66GT1gl004745; Wed, 6 Jul 2005 09:29:03 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <33CA92F6-9955-4139-B60F-BC87D083EBF5@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 6 Jul 2005 12:28:48 -0400 To: Sunil Seth X-Mailer: Apple Mail (2.730) Cc: freebsd-questions@freebsd.org Subject: Re: reg: Gmake 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: Wed, 06 Jul 2005 16:29:05 -0000 On Jul 6, 2005, at 12:20 PM, Sunil Seth wrote: > I am trying to install Postgresql on FreeBSD and as a part of > installation I wanted to use Gmake command. When I use this command > it gives me command not found. I am new to FreeBSD and Postgresql. > Any help would be appreciated Use ports: cd /usr/ports/databases/postgresql80-server make install ...this will install gmake as a dependency, along with anything else this software requires. -- -Chuck