gcc, mac Leopard: how to run it from any path
- by Patrick
hi,
I've installed gcc 4.0 on mac from Xtools dmg.
If I go to the directory /usr/bin and I call ./gcc-4.0 it works.
I would like to make it work from any directory by just typing "gcc".
How can I make it ?
thanks