]> git.saurik.com Git - wxWidgets.git/blame - docs/motif/aix.txt
document wxFORCE_LINK_THIS_MODULE, wxFORCE_LINK_MODULE, wxIMPLEMENT_APP macros
[wxWidgets.git] / docs / motif / aix.txt
CommitLineData
fc2171bd 1Notes for wxWidgets compilation on AIX
4417b343
VZ
2--------------------------------------
3
fc2171bd 4wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1.
4417b343
VZ
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
b55a176b
JS
11 CC=xlc ; export CC
12 CXX=xlC ; export CXX
4417b343
VZ
13
14For C shell (csh, tcsh) users:
15
16 setenv CC xlc
17 setenv CXX xlC