]>
Commit | Line | Data |
---|---|---|
fc2171bd | 1 | Notes for wxWidgets compilation on AIX |
4417b343 VZ |
2 | -------------------------------------- |
3 | ||
fc2171bd | 4 | wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1. |
4417b343 VZ |
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 | ||
b55a176b JS |
11 | CC=xlc ; export CC |
12 | CXX=xlC ; export CXX | |
4417b343 VZ |
13 | |
14 | For C shell (csh, tcsh) users: | |
15 | ||
16 | setenv CC xlc | |
17 | setenv CXX xlC |