#Run this script from the directory where you extracted X 4.1 #For me, Xaw3d-1.5.tar.gz is in /usr/local/src, and that is where #I run the script from. Thanks to Craig M.Reece. See: #http://archive.linuxfromscratch.org/mail-archives/lfsapps/2001/09/0667.html tar -xzf Xaw3d-1.5.tar.gz mkdir /usr/X11R6/include/X11/Xaw3d cd xc/lib/Xaw3d/ cp *.h /usr/X11R6/include/X11/Xaw3d perl -pi -e "s/#include //" XawI18n.h xmkmf perl -pi -e "s/-DHAS_WCTYPE_H//" Makefile make make install make install.man