On 15 Jul 2008, at 21:09, Glenn Morris wrote: > David Reitter wrote: > >> I'm not sure where is error comes from. cc'ing emacs-devel. > > I think easymenu, easy-mmode, ns-win need to be added to > SOME_MACHINE_LISP in src/Makefile.in. well, that fixed it. thanks! Checking the change below in (soon, since it's based on your advice). - David *** Makefile.in 15 Jul 2008 14:35:28 -0400 1.410 --- Makefile.in 16 Jul 2008 01:17:08 -0400 *************** *** 897,903 **** ../lisp/international/codepage.elc \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ ! ../lisp/term/x-win.elc /* Construct full set of libraries to be linked. Note that SunOS needs -lm to come before -lc; otherwise, you get --- 897,907 ---- ../lisp/international/codepage.elc \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ ! ../lisp/term/x-win.elc \ ! ../lisp/term/ns-win.elc \ ! ../lisp/emacs-lisp/easy-mmode.elc \ ! ../lisp/ns-carbon-compat.elc \ ! ../lisp/emacs-lisp/easy-menu.elc /* Construct full set of libraries to be linked. Note that SunOS needs -lm to come before -lc; otherwise, you get