How do I compile Argo/UML using GNU make on windows?
• You will need a make utility that is compatable with GNU make, and the bash shell. You can these for Windows at Cygnus Solutions. • Unzip argosrc.zip to get the argo source code files. • Edit the file Makefile.config to set the path to your working directory, several libraries, java compiler, and make utility. When specifying path names use the bash conventions (e.g., //c/jdk-1.1.7b/lib/classes.zip).