I'm not sure that question has been asked before! At the fink project, we're creating scripts to do command line compiling, so we don't often think about IDE issues.
>From the command line, the process is usually as simple as setting the >environment variable GCC to /sw/bin/gcc-4 before invoking the "./configure; >make; make install" mantra. (Sometimes one also has to set GXX to >/sw/bin/g++-4 .) Is that enough data to give you a clue as to how to do it in >XCode? -- Dave On Aug 16, 2010, at 8:53 AM, er2020 wrote: > > This > /sw/bin/gcc-4 -o myprogram main.cpp > is working, which is promising, but how do I set up XCode to switch to this > compiler? > > -- > View this message in context: > http://old.nabble.com/GCC4.4-on-Mac-OSX-10.6-tp29441121p29449167.html > Sent from the fink-beginners mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Fink-beginners mailing list > [email protected] > http://news.gmane.org/gmane.os.apple.fink.beginners ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
