From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 10:42:14 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 3FCD037B407 for ; Mon, 18 Aug 2003 10:42:13 -0700 (PDT) Received: from mail11.atl.registeredsite.com (mail11.atl.registeredsite.com [64.224.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3AD644101 for ; Mon, 18 Aug 2003 10:29:41 -0700 (PDT) (envelope-from joe@poconogis.com) Received: from poconogis.com ([66.223.106.242])h7IHTe65012035 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Mon, 18 Aug 2003 13:29:41 -0400 Received: from poconogis1 ([204.186.26.9]) by poconogis.com (8.11.6/8.11.0) with SMTP id h7IHTVU96290 for ; Mon, 18 Aug 2003 13:29:41 -0400 (EDT) (envelope-from joe@poconogis.com) From: "Joe Smith" To: Date: Mon, 18 Aug 2003 13:30:15 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: compiling on 4.4 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: Mon, 18 Aug 2003 17:42:17 -0000 I'm trying to compile gdal 1.1.9 (www.remotesensing.org/gdal/) on FreeBSD 4.4. I get this: make: no target to make. There is no "Makefile" file, but there is a "GNUmakefile". It's just not sensing it I guess. I don't think the GNU compiler was installed on the system from the start, so I installed GNU Make 3.80 and it still won't compile with a simple "make" command. Anyone know what I can do to get GDAL compiled? Joe