From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20271 invoked by alias); 21 Dec 2013 14:36:41 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 20262 invoked by uid 89); 21 Dec 2013 14:36:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 21 Dec 2013 14:36:40 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VuNfQ-00071a-33 for cygwin@cygwin.com; Sat, 21 Dec 2013 15:36:36 +0100 Received: from p578f188d.dip0.t-ipconnect.de ([87.143.24.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Dec 2013 15:36:36 +0100 Received: from Stromeko by p578f188d.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Dec 2013 15:36:36 +0100 To: cygwin@cygwin.com From: Achim Gratz Subject: Re: [ANNOUNCEMENT] Updated: gcc-4.7.3-1 Date: Sat, 21 Dec 2013 14:36:00 -0000 Message-ID: References: <52B08403.4040909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11 In-Reply-To: <52B08403.4040909@gmail.com> X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00351.txt.bz2 Am 17.12.2013 18:04, schrieb marco atzeri: > in your ~/bin or /usr/local/bin > > ln -s /usr/bin/gcc gcc4 Actually, you will need to ln -s /usr/bin/gcc gcc-4.exe ln -s /usr/bin/g++ g++-4.exe or some build system checks using EXEEXT will produce quite unexpected results. (I have personally never needed gcc4, i.e. without the hyphen). -- Achim. (on the road :-) -- 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