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; q=dns; s=default; b=cD7Wl7xjbYqu5wDR lgLZsnFX2DCtj7gkqrsyX7XcClMeI8nP3y64VktuxZqjL5m0TyanElvjZA/xVYfm PK/nr1i/eLf00CBLakqG4gnhEhYwulHtAo7E1MXTEBM4B/B2yTRV3BY2/Q5FvLD0 /w8hT07GMsQ6P0NmB2ZMyVaUr5w= 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; s=default; bh=DFcCe+a/ERecG6GhJgu8e/ KFfOk=; b=E3n1kmRHv/i7WzMgQr6KPT4BtkQ1tbz4VGbkp3PlLqLM8a4oRaQLWh /QiWQunIyW2Mhho70Uu1wmbp9WTVZygBZO/DRFpflms4N1S0J5TSN7g/Db0DEIRa YxG1+LUSDBUodjJbMw3dGalidMZJ8tFCC5pF8L4ueFifFMAWFKbR0= 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=0.2 required=5.0 tests=AWL,BAYES_50,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: gcc4-core packaging bug Date: Fri, 01 Nov 2013 21:44:10 +0100 Lines: 24 Message-ID: <87d2mj97j9.fsf@Rainer.invalid> References: <1551998397 DOT 20131102003400 AT mtu-net DOT ru> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-IsSubscribed: yes 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. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- 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