Statistical anlysis of cygwin1.dll

View: New views
5 Messages — Rating Filter:   Alert me  

Statistical anlysis of cygwin1.dll

by Thomas Werner-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi,

i need to analyse the cygwin1.dlls assembler code for statistical
purpose. but therefor i need to know which compiler is used and its
version. every pe tool i used said "compiler unknown", so can anyone
help me?

if it's important. the file version i'm talking about is 1005.25.0.0.

please excuse my englisch and everything i did wrong (this is my first
time in a mailing list).

thank you,

thomas


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


Re: Statistical anlysis of cygwin1.dll

by Tim Prince-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thomas Werner wrote:

> i need to analyse the cygwin1.dlls assembler code for statistical
> purpose. but therefor i need to know which compiler is used and its
> version. every pe tool i used said "compiler unknown", so can anyone
> help me?
>

If a guess that it may have been done with a gcc cross compiler of
similar version to one of those included in your version of cygwin isn't
good enough, you could rebuild it yourself.

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


Re: Statistical anlysis of cygwin1.dll

by Dave Korn-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thomas Werner wrote:
> hi,
>
> i need to analyse the cygwin1.dlls assembler code for statistical
> purpose. but therefor i need to know which compiler is used and its
> version. every pe tool i used said "compiler unknown", so can anyone
> help me?

  It is compiled by the version of gcc-4.3.4 currently shipping with the
cygwin distro.  (Usually cross-compiled from linux rather than natively, but
the same compiler version is used.)

    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


Re: Statistical anlysis of cygwin1.dll

by Christopher Faylor-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 04, 2009 at 03:27:10PM +0000, Dave Korn wrote:

>Thomas Werner wrote:
>>i need to analyse the cygwin1.dlls assembler code for statistical
>>purpose.  but therefor i need to know which compiler is used and its
>>version.  every pe tool i used said "compiler unknown", so can anyone
>>help me?
>>
>>if it's important.  the file version i'm talking about is 1005.25.0.0.
>
>It is compiled by the version of gcc-4.3.4 currently shipping with the
>cygwin distro.  (Usually cross-compiled from linux rather than
>natively, but the same compiler version is used.)

Actually, I think it's likely that 1.5.25 was compiled with a gcc 3.4.4
cross-compiler.  4.3.4 wasn't even available when it was released.

cgf

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


Re: Statistical anlysis of cygwin1.dll

by Dave Korn-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christopher Faylor wrote:

> On Wed, Nov 04, 2009 at 03:27:10PM +0000, Dave Korn wrote:
>> Thomas Werner wrote:
>>> i need to analyse the cygwin1.dlls assembler code for statistical
>>> purpose.  but therefor i need to know which compiler is used and its
>>> version.  every pe tool i used said "compiler unknown", so can anyone
>>> help me?
>>>
>>> if it's important.  the file version i'm talking about is 1005.25.0.0.
>> It is compiled by the version of gcc-4.3.4 currently shipping with the
>> cygwin distro.  (Usually cross-compiled from linux rather than
>> natively, but the same compiler version is used.)
>
> Actually, I think it's likely that 1.5.25 was compiled with a gcc 3.4.4
> cross-compiler.  4.3.4 wasn't even available when it was released.

  Oh, I missed that!  "Cygwin" has come to mean "cygwin 1.7" for me; these
days I find it increasingly hard to even remember that such a thing as 1.5
ever existed...

  Thomas, yes: CGF is undoubtedly right about the 1.5 DLL.

    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