From owner-freebsd-questions@FreeBSD.ORG Thu Apr 19 11:28:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4ACD816A403 for ; Thu, 19 Apr 2007 11:28:17 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1731113C457 for ; Thu, 19 Apr 2007 11:28:17 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id F12381CC45; Thu, 19 Apr 2007 04:39:52 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Disposition: inline Date: Thu, 19 Apr 2007 04:39:52 -0700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200704190439.52800.david@vizion2000.net> Subject: Make Options -- just checking 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: Thu, 19 Apr 2007 11:28:17 -0000 Just checking because I have become totally confused so please bear with me. I have been getting apparently inconsistent problems with a build. In my current state of confusion I need to double check the way in which options are given for make before delving deeper into the problem. if there is an option define as: '--with-abc=def' what is the correct command line? #[correct command-line] for #make & for #make configure david