Bill Allombert on Mon, 13 Jun 2016 13:39:59 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: libpari.dll for nightly build windows exe |
On Mon, Jun 13, 2016 at 04:57:54PM +0530, chandra sekaran wrote: > I think you will need other files too ? > > Exactly. Thank you for uploading the same. I have downloaded. I have > replaced the old libpari.dll (32bit) > > new Pari32-2-8-0-a9aecb3. If i try to compile i am getting following error. > > :(.text+0x48): undefined reference to `bot' collect2.exe: error: ld > returned 1 exit status The constant bot does not exist anymore in PARI 2.8.0, it is called pari_mainstack->bot. I do not know what you are compiling, but make sure you use the new headers file. If this is a problem I can provide a build of PARI 2.7.x with the fix for the digits bug. Cheers, Bill.