X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4B994FEC.2000408@x-ray.at> Date: Thu, 11 Mar 2010 21:17:48 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.7 - Problem installing perl modules References: <5e9b3bd91003091112p7361f641k4907808f8c0bd270 AT mail DOT gmail DOT com> In-Reply-To: <5e9b3bd91003091112p7361f641k4907808f8c0bd270@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Robert Slater schrieb: > In the process of installing perl modules to get an IRC bot working > via cygwin, I'm encountering a > problem with make& installing ExtUtils::CBuilder and thus the modules > that depend upon it. The > make / install goes through fine, but cygwin doesn't seem to detect it > afterwards. Same problems as for most perl users here. You try to compile an extension with gcc-3, but you need gcc-4. ExtUtils::CBuilder is not really a XS extension, so you get diffeent errors as most others, but ExtUtils::CBuilder is a tool to build XS extensions so you also need the current gcc, which is gcc-4. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -- 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