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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=AmZ H8619iHZqSyC3zg5UAbRhMgdRUndiTO3aGxFd3JNLdAQMuOQhGER5XDq6PGOc9gb MJmGv2j/8re7oqMvgJX514cxYXVUtLhOu4YXykeH2Nj+BQHqrGbi+CSkmaeakQYx I5pKqSd3F3nBbAgmIKtyYS4hTnLMK5c7cWlzx3Og= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=hwVyA3l06 v1xDYr3lQAAO3sRPmg=; b=Y0GGdaMO7kFoQ8bOGKUjjrJeI7NC+2cu2L/xl/byQ NzyudDAt/eRc5fzG/YOU1m9deav4tGYbAKHunnREoSmG33/a4I+H73WPIjPLTzGp dQwqUG8G8mU4OJZylm4+eN66pQ/clu5tr4bKPh9J50apnAkO87XdPT72N6Ukwca2 fc= 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=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Message-ID: <5369399F.1000705@etr-usa.com> Date: Tue, 06 May 2014 13:35:59 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Cygwin-L Subject: perl -V:cc still says "gcc-4" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Many moons ago Cygwin "gcc" became GCC 4. Later, Cygwin dropped the "gcc-4" wrapper package. Unfortunately, this means Perl modules that only come in native (XS) form don't compile because perl -V:cc says "gcc-4". I tried creating a symlink from gcc-4 -> gcc in /bin, but it didn't help. STC: cpanm Text::Xslate -- 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