X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4DBC34EF.80706@aol.com> References: <4DBC34EF DOT 80706 AT aol DOT com> Date: Sat, 30 Apr 2011 11:37:46 -0500 Message-ID: Subject: Re: windows cmd for ./configure From: rifter rifter To: tprince AT computer DOT org, cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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 You don't do ./configure in cmd.exe. You want to start a shell, like bash. cmd doesn't understand forward slashes and does not use . as a part of commands standing for the current directory. Cygwin should put a little shortcut in your start menu for "Cygwin bash shell." There are other ways to start it, but that is probably easiest for you. Once you are there you can navigate to the directory where you unpacked the code you want to compile and you can do ./configure there, assuming the program you are compiling included a "configure" script (ls will show you this), which they generally do. On 4/30/11, Tim Prince wrote: > On 4/30/2011 7:50 AM, Sayth Renshaw wrote: >> Hi I am haaving trouble locating the answer to this question due to >> the amount of results configure brings in the archives and google. >> >> I am trying to use ./configure&& make on the command line however the >> '.' in ./configure causes an error. I know my make works as I have >> used it already. >> >> What is the cygwin version of ./configure&& make for building >> programs on windows. I am trying to build 'auctex' >> > If the application is set up to be installed via configure, it should > provide its own specific configure script, as it seems auctex has done. > Note that many applications require use of configure in the gnu > standard way (make a new clean directory and cd into it, run the > application's configure script from there). > I'm sure there is plenty of bad advice about configure for other > applications available by web search. I note that the search string > "configure auctex" shows that there apparently is a mail list devoted to > auctex, where questions (after checking the instructions) might better > be answered. Even though this list is frequented by a few people active > in the past on that list, I have probably gone well beyond the tolerance > of this list for generalities about applications not specifically > supported here. > > -- > Tim Prince > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple