]>
Commit | Line | Data |
---|---|---|
4417b343 VZ |
1 | Notes for wxWindows compilation on AIX |
2 | -------------------------------------- | |
3 | ||
4 | wxWindows 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 | ||
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 |