Hi! Thanks for the help so far with my xemacs+gpm problem. It still won't compile, though! I got rid of the ncurses error, and a couple of other things that I solved in similar manners, but now I get this:
-------8<------------------------------------------------------------------ In file included from nas.c:65: config.h:37: warning: `alloca' redefined /usr/include/alloca.h:39: warning: this is the location of the previous definition nas.c:68: audio/audiolib.h: No such file or directory nas.c:69: audio/soundlib.h: No such file or directory nas.c:70: audio/snd.h: No such file or directory nas.c:71: audio/fileutil.h: No such file or directory nas.c:112: audio/Xtutil.h: No such file or directory make[2]: *** [nas.o] Error 1 make[2]: Leaving directory `/home/daniel/xemacs/xemacs20-20.4/src' make[1]: *** [dump-elcs] Error 2 make[1]: Leaving directory `/home/daniel/xemacs/xemacs20-20.4' make: *** [nomule-build] Error 2 -------8<------------------------------------------------------------------ Oh, and you mentioned compiling with egcc and -O3. Is the easiest way of doing that to set the env. variables CC to 'egcc' and CFLAGS to '-O3'? /daniel elenius