X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org From: "Bill Klein" To: References: <67CA01A3E10441A1B929921AA2EE8E33 AT WMK> <11A23EFCC31140F09CCC249D5A63569B AT WMK> <49809412 DOT 4060501 AT dazjorz DOT com> Subject: RE: New Cygwin install and "configure: command not found" installing other packages Date: Wed, 28 Jan 2009 11:32:36 -0600 Message-ID: <3EC464201E604B99938D1F6FAF4CA3AF@WMK> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <49809412.4060501@dazjorz.com> X-ELNK-Trace: 61295adfd1e435c4776432462e451d7b7f19f0d9c038d9aae88d5a3f4db9ff08211507073d8401de350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > From: cygwin-owner AT cygwin DOT com > [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Sjors Gielen > Sent: Wednesday, January 28, 2009 11:21 AM > To: cygwin AT cygwin DOT com > Subject: Re: New Cygwin install and "configure: command not > found" installing other packages > That's because when you type 'configure', it searches for a file with > that name in your $PATH, i.e. in /bin, /usr/bin, but not in the local > directory (.). `sh` is in /bin/sh, and it searches in the current > directory, so `sh configure` works. However, it's better to run: > > ./configure > > as then you explicitly say "I want to run configure in this > directory". > > > > > The file "configure" is NOT something that I created but > was supplied with > > the packages. Two packages that have had this same problem > are "from > > reliable" sites. For example: > > http://gmplib.org/ > > http://www.gnu.org/software/libtool/libtool.html > > > > We know. Configure is a standard program that prepares compilation. > > Sjors I would swear that I had used "./" and not ".\" but, apparently, I hadn't because (of course) now it works with the correct command. Thanks for the explanation (that made be retry it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/