Hi Tom On 12/28/20 3:06 AM, Tom wrote: > Hi, > how can I build a port with a MacPorts gcc compiler? > For example gcc9. > Regards usually, the only think you need is configure.compiler=<compiler name> e.g: port install <port name> configure.compiler=macports-gcc-9 Riccardo