I have two questions regarding gcc on my Mac Pro 10.5.5-I was able to build gcc-4.3.2 without any errors. This build shows up as i386-apple-darwin9.5.0 however I noticed the builds that come with xcode are i686. How can I get gcc 4.3.2 to build to i686-apple- darwin9.5.0?
Since xcode by default used gcc 4 (i believe) how can i force xcode to use gcc 4.3.2 instead?
thanks -B