mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-03-04 03:29:56 +00:00
Firmware upgrade and config save/load mostly works. Firmware isn't making use of the new configuration yet.
18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
Notes for wxWidgets compilation on AIX
|
|
--------------------------------------
|
|
|
|
wxWidgets 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:
|
|
|
|
CC=xlc ; export CC
|
|
CXX=xlC ; export CXX
|
|
|
|
For C shell (csh, tcsh) users:
|
|
|
|
setenv CC xlc
|
|
setenv CXX xlC
|