Search code examples
gdbinstallationmacports

Specify which version to install with macports


I would like to install a specific version of gdb and gcc with macports on mac os x leopard, not the last one, but the 6.8 for gdb. Is it possible?


Solution

  • This post is old.. but specifying a version is possible. For example I want to install ZeroMQ version 3.2.2 so I use:

    sudo port install zmq @3.2.2
    

    And it always helps to goto the MacPorts website and search to see if they have what you are looking for.