From: DJ Delorie <dj@delorie.com>
Subject: Re: Time problems with B20.1
31 Dec 1998 14:17:34 -0500
Message-ID: <368BCDCE.C161BF48@delorie.com>
References: <1.5.4.32.19981231124317.0067e984.cygnus.gnu-win32@lola.univ-lemans.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.
