From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 06:04:55 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 C627316A41C for ; Fri, 17 Jun 2005 06:04:55 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7452043D49 for ; Fri, 17 Jun 2005 06:04:55 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id CBA0B5641F; Fri, 17 Jun 2005 18:04:53 +1200 (NZST) Date: Fri, 17 Jun 2005 18:04:53 +1200 From: Jonathan Chen To: Denny White Message-ID: <20050617060453.GD97181@osiris.chen.org.nz> References: <20050616152957.B72699@dualman.cableone.net> <42B1E91B.5040001@mac.com> <20050616163726.M63362@dualman.cableone.net> <42B1F6D1.8070201@mac.com> <20050616172513.V63362@dualman.cableone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050616172513.V63362@dualman.cableone.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: ./configure question 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: Fri, 17 Jun 2005 06:04:55 -0000 On Thu, Jun 16, 2005 at 05:33:37PM -0500, Denny White wrote: [...] > Okay, I see I'm in such a confused state that I appear > to be confusing others. I had read somewhere that you > can go into a port dir you want to install, and do > make extract & then cd into the work dir just created, > you could do a ./configure with some option afterward > that would show you all the available arguments/options > you can include when you configure it before making it, > instead of reading the makefile. Then, in that dir, you > do ./configure --arguments --options to get it ready > to build it the way you want. And, instead of that, you > can also do ./configure \ which puts you in a shell on > the next line where you enter all the arguments and then > exit on an empty line when you're done. Which, btw, works > for me. I hope this time I've made it more clear. And > no, I'm not trying to build binutils. This doesn't work all the time, as the port *may* do some additonal magic just to get port to build. YMMV. Some ports don't even have a `configure' script. The best place to look for supported options is in the Makefile. The porter has already done the hard work. If you want to know more about the port, you should ask the maintainer of the port or the list. As it is, we have no context as to what you're looking at. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing