This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Time problems with B20.1


Serguei DACHIAN wrote:
> I have tried my program with the dll contained in cygwin1.dll.bz2, and it
> works now.

OK, then the problem was that __to_clock_t in times.cc needed to return long
long (64 bits), not clock_t (32 bits).

> (BTW, this dll is about 5000Kb, WHY !!??).

It was probably built with -g.  You can use "strip" to strip them off.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]