Gaussx
Frequently Asked Questions
FAQ502
Gaussx installation fails with message "Insufficient memory"
This information applies to GaussX, Vsn 5.0.1 and prior under GAUSSLight 5.0.27 or later.
Symptoms
On running the Gaussx setup, the installation quits with the message:
Compiling SYSX
c:\gausslt50\gsx\gaussx4.set(79) : error G0030 : Insufficient memory
Cause
Program storage quotas for GAUSSLight changed as of 5.0.27.
Resolution
From the GAUSS prompt, type:
>> run gsx\gaussx\sysx.src;
>> run gsx\gaussx\sys2.src;
>> run gsx\gaussx\tabulatx.src;
>> run gsx\gaussx\testx.src;
>> run gsx\gaussx\test2.src;
>> run gsx\gaussx\util.src;Then, from the GAUSS prompt:
>> run gsx\compile.prg;