Just because I encountered some problems compiling the awesome dgen (originally hosted at pknet.com/~joe/dgen-sdl.html, no longer available) on a 64-bit GNU/Linux box:
- download 1.23 (was at pknet.com/~joe/dgen-sdl-1.23.tar.gz)
- 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-)