Notes for rxvt-2.7.10 on Minix 3.1.3a 02/07/2008 This is a port of the rxvt X terminal emulator to Minix3. Rxvt was originally written by Rob Nation (also the author of the FVWM window manager) as a lighter weight replacement for xterm, leaving out some of xterm's more arcane and rarely used features. This package will only build under Minix 3.1.3a or newer; and it will only build with gcc, because the ack compiler does not recognize the long long datatype. The build.minix script in the top level directory builds and installs the package. It will refuse to run on releases older than 3.1.3a, or to use the ack toolchain. build.minix installs files as follows: the binaries are installed in /usr/local/bin the man pages are installed in /usr/local/man One small patch was needed to build under Minix. 1. autoconf/Makefile.common.in had a hard-coded reference to /bin/sh which got inserted into the generated Makefiles, causing the build to fail due to lack of memory. This was changed to pick up the SHELL variable set in the build.minix script. The .in file was patched, as this was built from the standard SourceForge tarball; hence we don't have the original automake .am files.