Loïc Grenié on Sun, 22 Jan 2017 17:44:57 +0100


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

Re: a kit for cross-compiling pari for mingw on linux


     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.

      Thanks!

         Loïc