Just one other thing I found with a from scratch compile of blackbox on NetBSD: NetBSD, by default, does not come with the library paths entered, so when blackbox tries to use libSM.6, X11.6, Xext.6, etc, it chokes. /usr/lib is the only path for a full (or X Full) install of NetBSD. This should ring true of both 1.4.x and 1.5.x. Older versions ran a.out instead of elf.
The following additions to the end of /etc/ld.so.conf, followed by an ldconfig command, will make life easier for blackbox users on NetBSD (even though this is something more properly dealt with by a NetBSD mailing list): /usr/pkg/lib /usr/X11R6/lib David
