X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4D046BC5.3080703@bopp.net> Date: Sun, 12 Dec 2010 00:29:25 -0600 From: Jeremy Bopp User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem installing packages References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 12/11/2010 10:26 PM, Jeffrey Walton wrote: > Hi All, > > According to http://www.cygwin.com/, "Run setup.exe any time you want > to update or install a Cygwin package. ": > > jeffrey AT descartes ~ > $ setup.exe > > Result is a message box that states "Please go to the Control Panel to > install and configure system components." > > Navigate to Control Panel -> Add/Remove Programs. Cygwin is *not* listed. > > I'm obviously doing something wrong. Any ideas where my ability (or > lack of) to follow instructions failed? It sounds like something other than Cygwin's setup.exe is being run. You seem to be attempting to run setup.exe from within bash, and if so, the current working directory (where you likely have Cygwin's setup.exe) is not a part of your PATH. That means that you need to invoke setup.exe as ./setup.exe. Keep in mind that you should usually avoid running setup.exe while Cygwin processes (such as bash) are running. If setup updates a package whose files are in use, you'll be forced to reboot in order to complete the setup process, and it's possible that you'll have a rather broken Cygwin installation until you do so. -Jeremy -- 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