Igor Schein on Fri, 25 Dec 1998 14:04:30 -0500


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: pari under CygWin


On Wed, Dec 23, 1998 at 12:06:14AM -0500, Igor Schein wrote:
> 
> 2) timing doesn't work, the time is always shown to be 0 ms.

Actually, strftime() does work.  So in order to get the timing under
CygWin-20, you need to change has_getrusage to 'no' in dft.Config.in
file and run Configure -load dft.Config.in.  

For the future, it seems reasonable to test for working getrusage() in
Configure in addition to just testing for its avalability.

Igor