I am trying to install DDD debugger on OS X Yosemite. There is no Hombrew package for ddd anymore and I tried with downloading the source code for DDD and then running:
./configure && make
but this didn't work. I got an error saying:
creating cache ./config.cache
checking host system type... configure: error: can not guess host type; you must specify one
Is there a solution for this?