4417b34387
2. setup0.h existence documented git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
Notes for wxWindows compilation on AIX
|
|
--------------------------------------
|
|
|
|
wxWindows 2.0 has been compiled under AIX with the C set ++ 3.1.
|
|
|
|
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:
|
|
|
|
export CC=xlc
|
|
export CXX=xlC
|
|
|
|
For C shell (csh, tcsh) users:
|
|
|
|
setenv CC xlc
|
|
setenv CXX xlC
|