Tony Mechelynck wrote: > Trying to build "tiny" Vim after updating source with 7.3.786 to 7.3.789 > > Configuration is as follows: > > export CONF_OPT_X='--without-x' > export CONF_OPT_GUI='--disable-gui' > export CONF_OPT_LUA='--disable-luainterp' > export CONF_OPT_FEAT='--with-features=tiny' > export CONF_OPT_PERL='--disable-perlinterp' > export CONF_OPT_PYTHON='--disable-pythoninterp' > export CONF_OPT_TCL='--disable-tclinterp' > export CONF_OPT_RUBY='--disable-rubyinterp' > export CONF_OPT_MZSCHEME='--disable-mzschemeinterp' > export CONF_OPT_CSCOPE='--disable-cscope' > export CONF_OPT_MULTIBYTE='--disable-multibyte' > export CONF_OPT_COMPBY='"[email protected]"' > export CONF_OPT_NETBEANS='--disable-netbeans' > export CONF_OPT_NLS='--disable-nls' > export CONF_OPT_ACL='--disable-acl' > export CONF_OPT_GPM='--disable-gpm' > export CONF_OPT_SYSMOUSE='--disable-sysmouse' > export CONF_ARGS='--with-vim-name=vi' > > In addition (and also for Huge build, which works) feature.h is modified > to set -tag_old_static +xterm_save > > Messages from "make": > > [...] > link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. > gcc -L/usr/local/lib -Wl,--as-needed -o vi objects/buffer.o > objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o > objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o > objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o > objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o > objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o > objects/memline.o objects/menu.o objects/message.o objects/misc1.o > objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o > objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o > objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o > objects/search.o objects/sha256.o objects/spell.o objects/syntax.o > objects/tag.o objects/term.o objects/ui.o objects/undo.o > objects/version.o objects/window.o objects/main.o > objects/memfile.o -lm -lncurses -ldl > objects/regexp.o: In function `regrepeat': > regexp.c:(.text+0x13b4): undefined reference to `vim_iswordp_buf' > objects/regexp.o: In function `regmatch': > regexp.c:(.text+0x28f1): undefined reference to `vim_iswordp_buf' > regexp.c:(.text+0x33df): undefined reference to `vim_iswordp_buf' > collect2: ld returned 1 exit status > link.sh: Linking failed > make: *** [vi] Error 1 > exit status 2
Thanks for reporting, I'll make a fix. -- Advice to worms: Sleep late. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
