X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <4ECE5CDF.909@cs.utoronto.ca> Date: Thu, 24 Nov 2011 10:03:59 -0500 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 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> <4ECE3367 DOT 2010502 AT gmail DOT com> In-Reply-To: <4ECE3367.2010502@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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 24/11/2011 7:07 AM, Dave Korn wrote: > 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.) That's weird... why does NLS have anything to do with zip-compressed debug info? Or do they both use zlib and somebody just forgot to update the configure script? Ryan -- 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