From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 01:55:42 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 7B37C16A41C for ; Fri, 17 Jun 2005 01:55:42 +0000 (GMT) (envelope-from dennyboy@cableone.net) Received: from S1.cableone.net (smtp1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4B843D1F for ; Fri, 17 Jun 2005 01:55:42 +0000 (GMT) (envelope-from dennyboy@cableone.net) Received: from dualman.cableone.net (unverified [24.119.190.179]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 23338895 for multiple; Thu, 16 Jun 2005 18:55:57 -0700 Date: Thu, 16 Jun 2005 20:55:22 -0500 (CDT) From: Denny White To: Vinicius Pavanelli Vianna In-Reply-To: <42B204EB.5000200@hacked.com.br> Message-ID: <20050616205056.B63362@dualman.cableone.net> References: <20050616152957.B72699@dualman.cableone.net> <42B1E91B.5040001@mac.com> <20050616163726.M63362@dualman.cableone.net> <42B1F6D1.8070201@mac.com> <20050616172513.V63362@dualman.cableone.net> <42B204EB.5000200@hacked.com.br> X-GPG-PUBLIC_KEY: http://wwwkeys.nl.pgp.net X-GPG-FINGERPRINT: D0A9 AD44 1F10 E09E OE67 EC25 CB44 F2E5 1644 E79A MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IP-stats: Incoming Last 3, First 42, in=46, out=0, spam=0 X-External-IP: 24.119.190.179 X-Abuse-Info: Send abuse complaints to abuse@cableone.net 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 01:55:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 16 Jun 2005, Vinicius Pavanelli Vianna wrote: > 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" > > _______________________________________________ > 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, you'll have to go back to the top of this message to follow from there to here. You top posted, is what I'm saying. Not complaining, just letting you know how to follow the message. /.configure --help works, but only with the complete path I mentioned above. It does, on the other hand, work okay in the form ./configure \ which is also explained above. I probably just don't understand enough & will keep playing with it. I was just lazy & didn't want to peruse the makefile, write down or print the arguments I wanted to use, & they type them in after make. Thanks for the reply. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCsi2Xy0Ty5RZE55oRAkF4AJ0dqTgwjHOn0vx2Xy5cg8CxQnOUEQCgiMNj HOCCU8g5YAr+DsH6OpV/B6Q= =s8Nl -----END PGP SIGNATURE-----