From: DJ Delorie Subject: Re: Time problems with B20.1 31 Dec 1998 14:17:34 -0500 Message-ID: <368BCDCE.C161BF48@delorie.com> References: <1 DOT 5 DOT 4 DOT 32 DOT 19981231124317 DOT 0067e984 DOT cygnus DOT gnu-win32 AT lola DOT univ-lemans DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.1.126 i586) X-Accept-Language: en 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.