Bill Allombert on Thu, 12 Apr 2007 19:49:11 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: How to use PARI library on windows? |
On Wed, Apr 11, 2007 at 01:55:06PM +0300, mindelix@takas.lt wrote: > Hi, I want to use PARI library, writing my own programs. I'm using > Windows XP OS and I write and compile my programs with C++ Builder 6. > Is there anybody who could help me? I suggest you install cygwin and use gcc instead of C++ Builder 6. Look at the example Makefile for instruction how to compile PARI programs. Cheers, Bill.