#70: facupov : a 64-bit working maxima under windows in 2 cases
Hello,
Allow us, please, to inform you that after hard days-and-nights
of many-many trials-and-errors, including tedious searching for
the lemmas below (e.g. in [1]-[3]), we just succeeded to install
in two 64-bit Windows systems in our PC of an AMD CPU, a Working
64-bit Maxima, but with the cost of disabling the whole DEP
(Data Execution Prevention) Protection in these Windows systems
-
* That * Is * You * Have * Been * Warned *
-
as follows:
- - - - - - (c) gin&pez@arg (cc-by-4.0) 2019 : start - - - - - -
I/II : w7p64
(1) Run as Administrator:
| wmic OS Get DataExecutionPrevention_Available
the right reply is:
| DataExecutionPrevention_Available
| TRUE
if not, then STOP trying - FAILURE.
(2) Run as Administrator:
| BCDEDIT /SET {CURRENT} NX ALWAYSOFF
(3) Restart
(4) Run as Administrator:
| wmic OS Get DataExecutionPrevention_SupportPolicy
the Right Reply is:
| DataExecutionPrevention_SupportPolicy
| 0
if not, then STOP trying - FAILURE.
(5) Run:
| E:\maxima-5.43.0\bin\lispselector.bat
Select : CLISP
(6) Run Xmaxima
the Right Response is:
| Lisp CLISP 2.49 (2010-07-07)
if it is, then : SUCCESS
if not, then:
(7) Run:
E:\maxima-5.43.0\bin\lispselector.bat
Select : SBCL
(8) Run Xmaxima
the Right Response is:
| Lisp SBCL 1.4.14
if not, then stop trying : FAILURE
if it is, then : SUCCESS.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
II/II : wxpp64&sp2
(1) Create a desktop shortcut icon for cmd.exe
Mouse Right Click on cmd.exe icon
Select: Run as...
(o) Current user (...)
[v] Run this program with restricted access
and uncheck it to:
[ ] Run this program with restricted access
(2) In this Command Window run:
| wmic OS Get DataExecutionPrevention_Available
the Right Reply is:
| DataExecutionPrevention_Available
| TRUE
if not, then stop trying - FAILURE
(3) Select:
|Start|Settings|Control Panel|System|Advanced|
|Startup and Recovery|Settings|Edit|
go to the line of this wxpp64&sp2 system in boot.ini
and add the switch:
| /NOEXECUTE=ALWAYSOFF
(4) Restart
(5) Mouse Right Click on cmd.exe icon
Select: Run as...
(o) Current user (...)
[v] Run this program with restricted access
uncheck it to:
[ ] Run this program with restricted access
(6) In this Command Window run:
| wmic OS Get DataExecutionPrevention_SupportPolicy
the Right Reply is:
| DataExecutionPrevention_SupportPolicy
| 0
if not, then stop trying - FAILURE
(7) Download and install gnuplot 5.0.7 64-bit [1]
on your system disk "X" at:
| X:\Program Files\gnuplot
(8) Download and install 64-bit maxima-5.43.0 [2]
on your system disk "X" at:
| X:\maxima-5.43.0
but take into account, please, that * t h i s * Maxima also
installs the 64-bit gnuplot 5.2.7 at your system disk "X" at:
| X:\maxima-5.43.0\bin\gnuplot
(9) Copy the whole:
| X:\Program Files\gnuplot
over:
| X:\maxima-5.43.0\bin\gnuplot
(10) Run:
| E:\maxima-5.43.0\bin\lispselector.bat
Select : SBCL
(11) Run Xmaxima
the Right Response is:
| Lisp SBCL 1.4.14
if it is, then: SUCCESS
if not then:
(12) Run:
| E:\maxima-5.43.0\bin\lispselector.bat
Select : CLISP
(13) Run Xmaxima:
the Right Response is:
| Lisp CLISP 2.49 (2010-07-07)
if not, then stop trying - FAILURE
if it is, then : SUCCESS.
- - - end : (c) gin&pez@arg (cc-by-4.0) 2019 - - - - - - - - - -
References:
[1] -, "Installation of Maxima in Windows":
[2] MS Support, "How to determine that hardware DEP is available
and configured on your computer":
Last Updated: Apr 17, 2018
[3] Rajesh Babu Ramachandran, "How To Enable or Disable DEP In
Windows XP, Vista or windows 7?":
[4] maxima-clisp-sbcl-5.43.0-win64.exe:
[5] gp507-win64-mingw.exe:
Sincerely,
gin&pez@arg
:70#