public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin dlls needed to run binutils
@ 2011-11-23 16:17 Surrounder
  2011-11-23 16:48 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 7+ messages in thread
From: Surrounder @ 2011-11-23 16:17 UTC (permalink / raw)
  To: cygwin


I compiled binutils within cygwin 1.7.9-1 and was wondering why I not only
need the cygwin1.dll to run them under windows, I also need the cygz.dll and
the cyggcc_s-1.dll

Last time I compiled only cagwin1.dll was necessary. Anybody knows if I do
sth. wrong or did I miss sth.?

Thanks for any response.

Surrounder
-- 
View this message in context: http://old.nabble.com/cygwin-dlls-needed-to-run-binutils-tp32874201p32874201.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cygwin dlls needed to run binutils
  2011-11-23 16:17 cygwin dlls needed to run binutils Surrounder
@ 2011-11-23 16:48 ` Larry Hall (Cygwin)
  2011-11-23 16:59   ` Surrounder
  0 siblings, 1 reply; 7+ messages in thread
From: Larry Hall (Cygwin) @ 2011-11-23 16:48 UTC (permalink / raw)
  To: cygwin

On 11/23/2011 10:37 AM, Surrounder wrote:
>
> I compiled binutils within cygwin 1.7.9-1 and was wondering why I not only
> need the cygwin1.dll to run them under windows, I also need the cygz.dll and
> the cyggcc_s-1.dll
>
> Last time I compiled only cagwin1.dll was necessary. Anybody knows if I do
> sth. wrong or did I miss sth.?
>
> Thanks for any response.

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.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cygwin dlls needed to run binutils
  2011-11-23 16:48 ` Larry Hall (Cygwin)
@ 2011-11-23 16:59   ` Surrounder
  2011-11-23 20:21     ` Ryan Johnson
  0 siblings, 1 reply; 7+ messages in thread
From: Surrounder @ 2011-11-23 16:59 UTC (permalink / raw)
  To: cygwin


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. 


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.
> 
> -- 
> Larry
> 
> _____________________________________________________________________
> 
> A: Yes.
>  > Q: Are you sure?
>  >> A: Because it reverses the logical flow of conversation.
>  >>> Q: Why is top posting annoying in email?
> 
> --
> 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
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/cygwin-dlls-needed-to-run-binutils-tp32874201p32874287.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cygwin dlls needed to run binutils
  2011-11-23 16:59   ` Surrounder
@ 2011-11-23 20:21     ` Ryan Johnson
  2011-11-24 15:04       ` Dave Korn
  0 siblings, 1 reply; 7+ messages in thread
From: Ryan Johnson @ 2011-11-23 20:21 UTC (permalink / raw)
  To: cygwin

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.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cygwin dlls needed to run binutils
  2011-11-23 20:21     ` Ryan Johnson
@ 2011-11-24 15:04       ` Dave Korn
  2011-11-24 16:26         ` Ryan Johnson
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Korn @ 2011-11-24 15:04 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cygwin dlls needed to run binutils
  2011-11-24 15:04       ` Dave Korn
@ 2011-11-24 16:26         ` Ryan Johnson
  0 siblings, 0 replies; 7+ messages in thread
From: Ryan Johnson @ 2011-11-24 16:26 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* cygwin dlls needed to run binutils
@ 2011-11-23 15:38 Surrounder
  0 siblings, 0 replies; 7+ messages in thread
From: Surrounder @ 2011-11-23 15:38 UTC (permalink / raw)
  To: cygwin


I compiled binutils within cygwin 1.7.9-1 and was wondering why I not only
need the cygwin1.dll to run them under windows, I also need the cygz.dll and
the cyggcc_s-1.dll

Last time I compiled only cagwin1.dll was necessary. Anybody knows if I do
sth. wrong or did I miss sth.?

Thanks for any response.

Surrounder
-- 
View this message in context: http://old.nabble.com/cygwin-dlls-needed-to-run-binutils-tp32874200p32874200.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-24 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-23 16:17 cygwin dlls needed to run binutils Surrounder
2011-11-23 16:48 ` Larry Hall (Cygwin)
2011-11-23 16:59   ` Surrounder
2011-11-23 20:21     ` Ryan Johnson
2011-11-24 15:04       ` Dave Korn
2011-11-24 16:26         ` Ryan Johnson
  -- strict thread matches above, loose matches on Subject: below --
2011-11-23 15:38 Surrounder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).