The PS/2 C compiler has been upgraded to match the 370 C compiler. "cc" will now invoke the Metaware High C compiler on either platform. The old PS/2 C compiler may be invoked by using the "vs" command instead of "cc". If you have some older C programs that no longer work, even though there have been no changes to the source, you may want to try the following before you re-compile and load: Bourne Shell C or T Shells ------------------ -------------------------- CCSTANZA=v1.2libs setenv CCSTANZA v1.2libs export CCSTANZA Please note that this will stay in effect for the entire session and must be cleared to use the newer libraries. To clear the settings use: Bourne Shell C or T Shells ------------------ -------------------------- unset CCSTANZA unsetenv CCSTANZA If you encounter problems with either the vs or lint commands and are using tcsh, please open a C or Bourne Shell to utilize these commands. A header line specifying that the Bourne Shell be used to execute these scripts is being added and should fix the problem.