Just because I encountered some problems compiling the awesome dgen on a 64-bit GNU/Linux box:
- download 1.23
- untar
- "rm ./config.sub ./config.guess" then "automake -a"
- gcc complains "/usr/include/sys/types.h:153: error: two or more data types in declaration specifiers" so edit "musa/m68kops.c" and insert a new line 7 "#undef uint"
- ./configure && make && make install # 8-)