Quote |
I tried "ln -s gcc cc" which didn't work. What is the best way to do this? Thanks. |
Quote (^thehatsrule^ @ June 25 2007,22:49) |
Make sure you are in the current directory of "gcc"... such as /usr/bin You can also probably set the CC environmental variable... such as `export CC=gcc` |