X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4417b34387654f66df1d6d9fd7d77e9893cb1c8a..62b50655600d64ed3f9d26abe3c05f3e125e671c:/docs/motif/aix.txt diff --git a/docs/motif/aix.txt b/docs/motif/aix.txt index b4bf78d231..33ee280caa 100644 --- a/docs/motif/aix.txt +++ b/docs/motif/aix.txt @@ -1,15 +1,15 @@ -Notes for wxWindows compilation on AIX +Notes for wxWidgets compilation on AIX -------------------------------------- -wxWindows 2.0 has been compiled under AIX with the C set ++ 3.1. +wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1. The environment variables CC and CXX should be set accordingly before running configure for the first time: For Bourne shell (sh, ksh, zsh, bash) users: - export CC=xlc - export CXX=xlC + CC=xlc ; export CC + CXX=xlC ; export CXX For C shell (csh, tcsh) users: