~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to interfaces/xmaxima/win32/readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-13 18:39:14 UTC
  • mto: (2.1.2 hoary) (3.2.1 sid) (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041113183914-ttig0evwuatnqosl
Tags: upstream-5.9.1
ImportĀ upstreamĀ versionĀ 5.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the windows README file.
 
2
 
 
3
Binary files included with this distribution
 
4
--------------------------------------------
 
5
 
 
6
The windows version package of maxima includes binary files 
 
7
from other Open Source projects also hosted on Sourceforge.
 
8
 
 
9
gcc: 
 
10
 
 
11
gcc.exe, cc1.exe and the files in lib/gcc-lib and include/ 
 
12
subdirectories are from the mingw version of gcc.  This is
 
13
available from http://prdownloads.sf.net/mingw/
 
14
     
 
15
 
 
16
binutils:
 
17
 
 
18
as.exe is from the mingw (http://www.mingw.org/) port of binutils
 
19
available from http://prdownloads.sf.net/mingw/
 
20
 
 
21
 
 
22
gnuplot:
 
23
 
 
24
The files wgnuplot.exe, wgnuplot.hlp and wgnuplot.mnu are from the
 
25
Windows distribution of gnuplot from http://gnuplot.sourceforge.net
 
26
 
 
27
 
 
28
Out of Environment Space
 
29
------------------------
 
30
 
 
31
When you attempt to run maxima on a Windows 9x machine
 
32
you may get the error 
 
33
 
 
34
    Out of environment space
 
35
 
 
36
The following advice from Microsoft Knowledge Base Article 230205
 
37
(http://support.microsoft.com/support/kb/articles/Q230/2/05.ASP)
 
38
may be of assistance.
 
39
 
 
40
CAUSE
 
41
 
 
42
This issue can occur if you do not have enough memory in the MS-DOS 
 
43
environment to set an environment variable. 
 
44
 
 
45
RESOLUTION
 
46
 
 
47
To resolve this issue, increase the default environment space available 
 
48
for MS-DOS programs. To do this, use one of the following methods. 
 
49
 
 
50
Modify the Environment for All MS-DOS Programs
 
51
 
 
52
To increase the default environment space for all MS-DOS programs 
 
53
running in Windows, edit the Shell command in the Config.sys file. 
 
54
To do this, follow these steps: 
 
55
 
 
56
1.  Click Start, and then click Run. 
 
57
 
 
58
2.  In the Open box, type sysedit, and then click OK. 
 
59
 
 
60
3.  Click the Config.sys window. 
 
61
 
 
62
4.  At the beginning of the Shell= line, type REM, and then press 
 
63
    the SPACEBAR. 
 
64
 
 
65
    If the Shell= line does not exist, proceed to the next step. 
 
66
 
 
67
5.  Press the HOME key. 
 
68
 
 
69
6.  Type the following line to create a new Shell= line, and then 
 
70
    press ENTER: 
 
71
 
 
72
      SHELL=C:\COMMAND.COM /E:4096 /P 
 
73
 
 
74
7.  On the File menu, click Save. 
 
75
 
 
76
8.  On the File menu, click Exit. 
 
77
 
 
78
9.  Restart the computer. 
 
79
 
 
80
 
 
81
Modify the Environment for a Specific MS-DOS Program
 
82
 
 
83
To increase the default environment space just for maxima.bat, follow 
 
84
these steps: 
 
85
 
 
86
1.  Right-click the maxima.bat program icon, and then click Properties. 
 
87
 
 
88
2.  Click the Memory tab. 
 
89
 
 
90
3.  In the Initial Environment box, type the number of kilobytes (KB) 
 
91
    that the program requires, and then click OK. 
 
92
 
 
93
NOTE: The maximum amount of memory that you can allocate is 4096 KB.