Hello all, I'm in the middle of installing mondo but it refuses to compile and doesn't say why. Here's the error message: ~/Backup/mondo-1.66> ./install.sh make clean make[1]: Entering directory `/home/adriel/Backup/mondo-1.66' rm -f *.o "#"*"#" rm -f mondo/common/*.o rm -f mondo/mondoarchive/*.o rm -f mondo/mondorestore/*.o rm -f *~ rm -f mondoarchive mondorestore make[1]: Leaving directory `/home/adriel/Backup/mondo-1.66' make mondoarchive make[1]: Entering directory `/home/adriel/Backup/mondo-1.66' gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DVERSION=\"\" -Wall -g -c mondo/mondoarchive/main.c In file included from mondo/mondoarchive/main.c:75: mondo/common/my-stuff.h:88:18: newt.h: No such file or directory mondo/mondoarchive/main.c: In function `main': mondo/mondoarchive/main.c:259: warning: implicit declaration of function `newtFinished' make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/adriel/Backup/mondo-1.66' make: *** [all] Error 2 Unable to compile Mondo It looks like a file or directory is missing and a function declaration is not to the install script's liking. Anyone know how to solve this problem? Thanks, Jerome