Gaussx

Frequently Asked Questions

FAQ505


Gaussx installation fails with message "Operand missing G0064"

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

Symptoms

On running the Gaussx setup, the installation quits with the message:

Compiling ARCHX

Line 25 in c:\gauss60\gsx\gaussx\archx.src  Operand missing G0064

Cause

GAUSS 6.0 made selif and delif intrinsic commands, rather than the name of procedures.  When these names are used for procedures, the above error occurs.  

Resolution

Edit every file in the  gsx\gaussx folder, and change each occurrence of selif and delif to sselif and ddelif respectively.  Also do the same for the files c:\gauss60\src\gaussx.prc and c:\gauss60\gsx\gaussx1.prg. Then  from the GAUSS prompt, type:

      >> run gsx\gaussx.cpl;

This has been corrected in GaussX, Vsn  5.0.2 

Gaussx FAQ