Set the default compiler on Mac OS X Tiger
To use gcc 3.3 :
sudo gcc_select 3.3
To revert to gcc 4.0 :
sudo gcc_select 4.0
(found on the forum, thanks Damelon!)
TextSnippets > arnaud > osx
1160 users tagging and storing useful source code snippets
Arnaud
sudo gcc_select 3.3
sudo gcc_select 4.0