Brian Lee <deltasparrow@xxxxxxxxx> writes: > Hello, I was wondering if it is possible to replace GCC 4.2.1 with GCC 4.4.5 on Mac OS X Version 10.6.6. I believe that I installed GCC 4.4.5 in /usr/local/bin, and GCC 4.2.1 is still in /usr/bin. When I entered the command 'gcc --version' in Terminal, I received the response that shows the version as 4.2.1. I had followed the GCC "Installation" instructions on the website as closely as I could. I had checked out the GCC source via Apache Subversion. Please help me on making my computer use GCC 4.4.5 instead of GCC 4.2.1. Thanks. Usually the environment variable PATH sets which directory is searched first when type a command like "gcc". Ian