Please describe as succinctly as possible: - What happened. - What you thought should have happened. - Precisely what you were doing at the time. after download of xemacs 21.4.21 source, un-tarred the .gz, ran configure (it completed w/o errors), then ran make and got: --------- last of the make output ---------- ... make[1]: Leaving directory `/root/downloads/xemacs-21.4.21/lib-src' cd ./lwlib && make all make[1]: Entering directory `/root/downloads/xemacs-21.4.21/lwlib' gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow -I. -DHAVE_CONFIG_H lwlib.c gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow -I. -DHAVE_CONFIG_H lwlib-utils.c gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow -I. -DHAVE_CONFIG_H lwlib-config.c gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow -I. -DHAVE_CONFIG_H lwlib-Xaw.c gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow -I. -DHAVE_CONFIG_H xlwmenu.c xlwmenu.c:39:28: error: X11/bitmaps/gray: No such file or directory xlwmenu.c: In function 'XlwMenuInitialize': xlwmenu.c:3015: error: 'gray_bits' undeclared (first use in this function) xlwmenu.c:3015: error: (Each undeclared identifier is reported only once xlwmenu.c:3015: error: for each function it appears in.) xlwmenu.c:3016: error: 'gray_width' undeclared (first use in this function) xlwmenu.c:3016: error: 'gray_height' undeclared (first use in this function) make[1]: *** [xlwmenu.o] Error 1 make[1]: Leaving directory `/root/downloads/xemacs-21.4.21/lwlib' make: *** [lwlib] Error 2 ---------- end of make run ------------------------- obviously the issue is X11/bitmaps/gray is missing. Shouldn't configure have reported some missing dependency or something? My system is a Fedora Core release 6 (Zod). -keith