
      IBM AIX machines

1. Be sure FXMACH environment variable is set to this directory by the
   'fxsetenv' script.

2. Add -gnoro to default C compiler options in file /etc/xlc.cfg
  This causes the compiler to NOT put string literals into Read-only Memory

3. When running Flexmake the 'ar' program can NOT be found ??, however, 
   this progam can be found when called directly from the command line ?

   Therefore, you may need to manually run 'ar rv $FXDIR/lib/libfx.a'  and
   'ar rv $FXDIR/lib/libisam.a'  and
