]> git.saurik.com Git - wxWidgets.git/blob - docs/motif/aix.txt
More German translations updates from Sebastian Walderich.
[wxWidgets.git] / docs / motif / aix.txt
1 Notes for wxWidgets compilation on AIX
2 --------------------------------------
3
4 wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1.
5
6 The environment variables CC and CXX should be set accordingly before running
7 configure for the first time:
8
9 For Bourne shell (sh, ksh, zsh, bash) users:
10
11 CC=xlc ; export CC
12 CXX=xlC ; export CXX
13
14 For C shell (csh, tcsh) users:
15
16 setenv CC xlc
17 setenv CXX xlC