]> git.saurik.com Git - wxWidgets.git/blame - docs/motif/aix.txt
don't override INSTALL as install path is made absolute in configure
[wxWidgets.git] / docs / motif / aix.txt
CommitLineData
4417b343
VZ
1Notes for wxWindows compilation on AIX
2--------------------------------------
3
4wxWindows 2.0 has been compiled under AIX with the C set ++ 3.1.
5
6The environment variables CC and CXX should be set accordingly before running
7configure for the first time:
8
9For Bourne shell (sh, ksh, zsh, bash) users:
10
11 export CC=xlc
12 export CXX=xlC
13
14For C shell (csh, tcsh) users:
15
16 setenv CC xlc
17 setenv CXX xlC