Dec 28, 2010

How to install gcc on MaxOS X Snow Leopard with macport

You can find available version of gcc with macport like this:
sudo port search gcc
In my case gcc 4.5.1 was latest. So, I install it with this:
sudo port install gcc45
Now you can use gcc.

No comments:

Post a Comment