I'm trying to install the moxfm file manager on Debian Linux 1.2
with XFree86 3.2. The documentation says to run xmkmf to create
the makefiles for installation, but I get an error:
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
Imakefile.c:3: Imake.tmpl: No such file or directory
imake: Exit code 33. Stop.
I see by browsing that the directory reference in -I does not
exist, and there is no Imake.tmpl on my system.
I read the man page for imake and it sounds like I need this
Imake.tmpl file. Any suggestions where it can be obtained?
-raf