Bill Allombert on Sat, 27 Jun 2009 16:49:58 +0200


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

Re: Pari svn on MSVC


On Sat, Jun 27, 2009 at 01:37:55AM +0100, Jason Moxham wrote:
> By the way , pari svn works under MSVC now with and without MPIR/GMP
> I'm just going thru the hacks I did.
>
> In the file
> src/gp/gp.c
>
> there is use of the function
> alarm(int)
>
> This function does not exist for MSVC or MinGW , for the moment I have 
> just commented it out to get it to compile and run. I imagine there is a 
> suitible substitute for it under windows.

At worse, we can disable alamr in Configure, bug I used alarm instead of
setitimer/getitimer because alarm is available in UNIX v7...

Cheers,
Bill.