Jason Moxham on Sat, 27 Jun 2009 02:39:53 +0200


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

Re: Pari svn on MSVC


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.

Jason