2004-05-04 08:27:20 +00:00
|
|
|
Notes for wxWidgets compilation on AIX
|
1999-03-30 09:47:59 +00:00
|
|
|
--------------------------------------
|
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1.
|
1999-03-30 09:47:59 +00:00
|
|
|
|
|
|
|
The environment variables CC and CXX should be set accordingly before running
|
|
|
|
configure for the first time:
|
|
|
|
|
|
|
|
For Bourne shell (sh, ksh, zsh, bash) users:
|
|
|
|
|
2002-09-14 08:31:23 +00:00
|
|
|
CC=xlc ; export CC
|
|
|
|
CXX=xlC ; export CXX
|
1999-03-30 09:47:59 +00:00
|
|
|
|
|
|
|
For C shell (csh, tcsh) users:
|
|
|
|
|
|
|
|
setenv CC xlc
|
|
|
|
setenv CXX xlC
|