X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: "Akakima" Subject: side effects after installing gcc-3.4.4.999 Date: Mon, 2 Mar 2009 00:34:02 -0500 Lines: 22 Message-ID: Reply-To: "Akakima" Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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 After updating gcc in my cygwin installation, i discovered that i cannot run gcc.exe from the native winxp console (cmd.exe). gcc.exe has been replaced by gcc-3.exe. Of course, this works fine under bash and ash, but it does not work anymore under cmd.exe. since i prefer to work under cmd.exe. i tried to fix this problem by: adding .LNK to PATHEXT and adding /usr/bin/alternatives to the PATH and now if i type "gcc", cmd finds gcc-3.exe and launch it. But, this is not perfect. gcc (or someone else) wait until i press enter to continue. Anybody knows a better solution ? I would prefer not to be forced to use bash. -- 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/