X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <4ECE3367.2010502@gmail.com> Date: Thu, 24 Nov 2011 12:07:03 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin dlls needed to run binutils References: <32874201 DOT post AT talk DOT nabble DOT com> <4ECD1C85 DOT 80505 AT cygwin DOT com> <32874287 DOT post AT talk DOT nabble DOT com> <4ECD266F DOT 5040707 AT cs DOT utoronto DOT ca> In-Reply-To: <4ECD266F.5040707@cs.utoronto.ca> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 On 23/11/2011 16:59, Ryan Johnson wrote: > On 23/11/2011 11:47 AM, Surrounder wrote: >> Larry Hall (Cygwin) wrote: >>> A cygcheck on 'ld' shows cyggcc_s-1.dll is pulled in as a result of a >>> dependency on cygintl-8.dll. I don't see a dependency on cygz.dll but >>> perhaps another tool from the package pulls that one in. >> I found out that the needed dll´s depend on the .\configure I do, is >> there a >> way to find out what options were used makeing binutils last time out >> of the >> binaries? >> I tried searching a list where I can maybe find info about what cygwin >> dll >> is used for what function in binutils. > I suspect that --disable-nls would remove the dependency on libintl, but > I don't know what would pull in libz. That'll probably be the support for zip-compressed debug info sections that was added to the mainline sources around this time last year. It can be disabled by passing "--with-zlib=no" to configure, or apparently also as a side-effect of "--disable-nls" (according to a quick reading of the configure scripts, I haven't tested.) cheers, DaveK -- 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