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 :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=s0zW2TS1+kQhmtesynTmt+8rWzCAYYAeCv2e9CEd+n9 TPVmAr5oV7VdEvBcUGmnFHvWua01VMij+Yw+iwS/g7IdMvHWZWgGZ9e3GpckZ59P b2LBItQL+iOIjIpq5lU0/icmyTJ4bOC4elzQ9/jVvenngv2pj6nWo7+uge+cWO6s = 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 :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=XRl2kXkMfiODgS6YRZNvNvIdfG4=; b=R24VBlyj458/tkEG1 KjEQUa7Om3s+ibVmP/a7ccTm47lqUWZklT82BtZ1y6CNNYpFcSbHORNNtFkPmU9X 13L9jXRh+dzMpVDkzONt8upUH7zvhk+akI3Lq/HnO15UZkEGdkIDSYdU+BupWIC2 TfYU/HwRxny1hPUM4w+qf77G9Y= 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=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f46.google.com X-Received: by 10.68.247.106 with SMTP id yd10mr10870965pbc.25.1383444630766; Sat, 02 Nov 2013 19:10:30 -0700 (PDT) Message-ID: <5275B096.7050507@users.sourceforge.net> Date: Sat, 02 Nov 2013 21:10:30 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gcc4-core packaging bug References: <1551998397 DOT 20131102003400 AT mtu-net DOT ru> <87d2mj97j9 DOT fsf AT Rainer DOT invalid> In-Reply-To: <87d2mj97j9.fsf@Rainer.invalid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-11-01 15:44, Achim Gratz wrote: > Andrey Repin writes: >>> The package gcc4-core provides a compatibility symlink for programs that >>> expect the old gcc naming scheme (like Perl). The link however is just >>> "gcc4", while Devel::CheckLib for instance looks for "gcc4.exe". >> >> Report that to the maintainer of Devel::CheckLib >> It SHOULD NOT check for .exe suffix under cygwin. > > Yes it should, since it does not need to know about the .exe magic > Cygwin performs. Besides, it gets that information from %Config, which > in turn comes from Cygwin's own Perl. Once the compatibility link is > named gcc-4.exe, the .exe magic ensures that both checking for an > executable named gcc-4 and gcc-4.exe will succeed, so that's the right > thing to do and not patching whatever number of Perl modules and/or > other build scripts. Actually, the RIGHT thing to do is to have Perl (updated to 5.14.4 and) built without the CC=gcc-4 hack. Yaakov -- 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