Rigel, > "configure: error: XPM library not found - you may need to use --with-xpm-lib=dir". > Do you know what this xpm library is called and where it may be found? Let's see - On RedHat 6.0 it should be: /usr/X11R6/lib/libXpm.a So your configure script should look something like: ./configure --width-xpm-lib=/usr/X11R6/lib If you can't find files on a linux system try the command: locate [Filename] Johnc & Co.