Gaussx

Frequently Asked Questions

FAQ501


Gaussx installation fails with message "Cannot save with global" references

This information applies to GaussX, Vsn  5.0.1 and prior under GAUSS 5.0.10 or later.

Symptoms

On running the Gaussx setup, the installation quits with the message "c:\Gauss\gsx\gaussx\mcmcx.src(332) : error G0162 : Can't save with global references"

Cause

The treatment of the Clearg  command has changed under GAUSS 5.0.10.  Programs containing this command can no longer be saved. 

Resolution

Edit the file c:\Gauss\gsx\gaussx\mcmcx.src and on line 313 replace:

	clearg _zmat;

with

	call varput(0,"_zmat");

Save the file.

Now, from the GAUSS prompt:

        >> run gsx\gaussx.cpl;

 

Gaussx FAQ