aix.txt 406 B

1234567891011121314151617
  1. Notes for wxWidgets compilation on AIX
  2. --------------------------------------
  3. wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1.
  4. The environment variables CC and CXX should be set accordingly before running
  5. configure for the first time:
  6. For Bourne shell (sh, ksh, zsh, bash) users:
  7. CC=xlc ; export CC
  8. CXX=xlC ; export CXX
  9. For C shell (csh, tcsh) users:
  10. setenv CC xlc
  11. setenv CXX xlC