Bill Allombert on Sun, 22 Jan 2017 20:19:43 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: a kit for cross-compiling pari for mingw on linux |
On Sun, Jan 22, 2017 at 05:44:48PM +0100, Loïc Grenié wrote: > Dear Bill, > > I've used your cross-compiling kit. It's wonderful! > > A couple of observations: > > - you may want to change "setup" in > > export PARIKIT="$(cd "$(dirname "$0")"; pwd)" > PATH="$PARIKIT/scripts:$PATH" > export PERL_USE_UNSAFE_INC=1 > > (add quotes + dirname $0 so that setup can be source from > outside the directory) > > - in mkwinebin{32,64} it is "gp-sta.exe" and no "gp-sta" > that should be copied. This one is due to a recent change in PARI. I have updated paricrossmingwkit.tgz <http://pari.math.u-bordeaux.fr/pub/pari/windows/paricrossmingwkit.tgz> Thanks! Bill.