From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 23:04:03 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 1CBD816A41C for ; Thu, 16 Jun 2005 23:04:03 +0000 (GMT) (envelope-from ds@hacked.com.br) Received: from web04.poli.usp.br (web04.poli.usp.br [143.107.106.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C7643D53 for ; Thu, 16 Jun 2005 23:04:01 +0000 (GMT) (envelope-from ds@hacked.com.br) Received: from [172.20.0.3] ([201.1.181.109]) by web04.poli.usp.br over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 20:03:52 -0300 Message-ID: <42B204EB.5000200@hacked.com.br> Date: Thu, 16 Jun 2005 20:02:03 -0300 From: Vinicius Pavanelli Vianna User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20050616152957.B72699@dualman.cableone.net> <42B1E91B.5040001@mac.com> <20050616163726.M63362@dualman.cableone.net> <42B1F6D1.8070201@mac.com> <20050616172513.V63362@dualman.cableone.net> In-Reply-To: <20050616172513.V63362@dualman.cableone.net> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Jun 2005 23:03:57.0310 (UTC) FILETIME=[ACCCF9E0:01C572C7] 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: Thu, 16 Jun 2005 23:04:03 -0000 Would it be "./configure --help" ? You can run it to see what configuration is possible with the src you are building, but that's what port does, it's a frontend to it (correct me with wrong). If you want to build manually the src you need to run "./configure --args" like "./configure --with-mysql --with-zlib" for php in example, and after the configure script run OK you do "make install" to make and install the program. HTH, Vinicius Denny White wrote: > > > On Thu, 16 Jun 2005, Chuck Swiger wrote: > > >> Denny White wrote: > >> [ ... ] > >> > >>> Okay, I messed up again. I described it wrong > >>> before. I should've said, if I do > >>> > >>> /usr/src/contrib/binutils/./configure -args > >>> > >>> It works okay. I found that with locate. > >> > >> > >> Are you trying to build src/contrib/binutils? What for? > >> > >>> Could I have messed up scripts in /usr/ports > >>> or somewhere else when I rebuilt everything? > >> > >> > >> Dunno. What is the problem you have with ports? > >> > >>> I never had to add any path to ./configure > >>> before. After I wrote this message, I thought > >>> about paths & did some looking with locate. > >>> That's what seems to be my problem. Wrong > >>> path in env, something missing, etc. > >> > >> > >> Run the script command. Do something which shows what you think is > a problem. Exit from the shell, and paste the contents of the > "typescript" file created into email so you can show exactly what the > error message is. > >> > >> -- > >> -Chuck > >> > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >> > > > 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. > > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"