You can easliy change between gcc 2.x and gcc 3.x compilers via the Terminal by using gcc_select:
- Make sure that '/usr/sbin' is in your path.
- Get 'root' access (sudo or su).
- To switch to gcc 2.x enter "gcc_select 2".
- To switch to gcc 3.x enter "gcc_select 3".
•
[11,302 views]

