Utilities

Most X11 source packages developed by other providers are built using the tools imake(1) and xmkmf(1) to process configuration files that, in turn, generate Makefiles. Both imake and xmkmf are included in the Interix Software Development Kit (SDK).

The xmkmf utility calls imake to process the Imakefile. It produces a Makefile. The configuration information used by xmkmf (and by imake) is installed in the directory /usr/X11R5/lib/X11/config.

If you have performed a nonstandard Interix installation, you might need to edit the file Interix.cf in /usr/X11R5/lib/X11/config:

#define ProjectRoot /usr/X11R5
#define BourneShell /bin/ksh
#define CppCmd /usr/lib/cpp

If you are using cc(1) or c89(1), the value of the CcCmd macro defaults to cc.