X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=E2PZkoq3QxG5GMuQw5NF77+W9kg9qE 8L9FwTLH5hUatjDzwdQxD4tbfk/zxjW5mmmCHrbYZ0GjsnFD0jLqWGtMMRZzdFZJ twlVuzIwSVXy05aKQhzdlBuGAYbP+je+EigZ5FhlHoT1kvFPQwYS3p3nmPu4oqxo VeZUHPxsVHRyo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=chb3eD0jC/ya4GgJc67yMp18OGk=; b=aBhi /UHVQnsM4b4U3CayQV2FQr/w1iIPZjY6klTiJpirpINzdi6svRy+7k48Pq30fE7U Re0in51VA3Hzgmf5H5esBHlAGKU3nP3BQcjQC8fErwKjgLF2lgzFjojXh/aizTBa 3Qw6DpwIG7dN3eTW+hxs1Y/vfsCizJhXL7se7W8= 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 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 To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: [ANNOUNCEMENT] Updated: gcc-4.7.3-1 Date: Sat, 21 Dec 2013 15:36:20 +0100 Lines: 18 Message-ID: References: <52B08403 DOT 4040909 AT gmail DOT 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 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