Jason on Wed, 21 Jul 2010 13:55:51 +0200


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

Re: bison?


On Wednesday 21 July 2010 12:17:11 John Cremona wrote:
> When did bison become a prerequisite for building pari?  I see that it
> now is (in the svn development version).  It's not a problem for me
> personally since I only use Linux and bison is standard, but it has an
> effect on Sage (which does not have bison as a prerequisite).   Are
> there alternatives?
> 
> John

I had the same problem with the MSVC build , I got around it by pre-building a 
release. 
ie 
get your svn version 
on linux/cygwin do a configure , make release

now you can use that "release" which does not require bison

Jason