Configuring Xcode for gcc 3.3.2?

So, when I compile, Xcode is still using the old gcc 3.3.1 and I'm getting the same errors. I've tried changing the quick open paths, which referred to the old gcc 3.3.1 package but that hasn't helped. Are there some internal preferences that I need to change?


Authored by:
Admin on Friday, June 11 2004 @ 09:31 AM BST
In Terminal.app:
gcc_select --help
will give you (part of) the answer. Try first
gcc_select --list to check that your new installation is correctly recognized. But I am not sure gcc_select is able to handle subminor revision (3.3.1 -> 3.3.2). If this is the case, rename your 3.3.2 version to 3.4...