I'm building vim on Windows 7 with MinGW.
On latest pull, I'm getting a lot of undefined references. Attached is
the output.
Many thanks in advance,
--
Cesar
--
--
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/d/optout.
[...]
gobjZi686/buffer.o:buffer.c:(.text+0x2b6c): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x242): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x27f): undefined reference to `dict_add_nr_str'
gobjZi686/edit.o:edit.c:(.text+0x2ad): undefined reference to `dict_add_nr_str'
gobjZi686/edit.o:edit.c:(.text+0x2db): undefined reference to `dict_add_nr_str'
gobjZi686/edit.o:edit.c:(.text+0x309): undefined reference to `dict_add_nr_str'
gobjZi686/edit.o:edit.c:(.text+0x337): undefined reference to `dict_add_nr_str'
gobjZi686/edit.o:edit.c:(.text+0x3ec8): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x426d): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x47fe): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x486e): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x48f4): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x4cb5): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4cca): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4ce8): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4d06): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4d24): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4d42): more undefined references to
`get_dict_string' follow
gobjZi686/edit.o:edit.c:(.text+0x4d5e): undefined reference to `get_dict_number'
gobjZi686/edit.o:edit.c:(.text+0x4d7a): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4d92): undefined reference to `get_dict_number'
gobjZi686/edit.o:edit.c:(.text+0x4dae): undefined reference to `get_dict_string'
gobjZi686/edit.o:edit.c:(.text+0x4dca): undefined reference to `get_dict_number'
gobjZi686/edit.o:edit.c:(.text+0x5e56): undefined reference to `dict_unref'
gobjZi686/edit.o:edit.c:(.text+0x5e66): undefined reference to `list_unref'
gobjZi686/edit.o:edit.c:(.text+0x706c): undefined reference to `dict_find'
gobjZi686/edit.o:edit.c:(.text+0x708f): undefined reference to `dict_find'
gobjZi686/edit.o:edit.c:(.text+0x8209): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0x992b): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0xb315): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0xb74a): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text+0xd740): undefined reference to `dict_alloc'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x7cb): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x7e8): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x807): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x826): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x845): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x864): more undefined references to
`get_dict_string' follow
gobjZi686/edit.o:edit.c:(.text.unlikely+0x87b): undefined reference to
`get_dict_number'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x89a): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x8b1): undefined reference to
`get_dict_number'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x8ce): undefined reference to
`get_dict_string'
gobjZi686/edit.o:edit.c:(.text.unlikely+0x8e7): undefined reference to
`get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x123c): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1293): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x12ae): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x12cb): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x12e6): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x1303): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x131e): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x133b): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x1356): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x137f): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x1394): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x13bf): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x13da): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x13f7): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x1412): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x142f): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x144a): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x1577): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1607): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x165c): undefined reference to `dict_list'
gobjZi686/eval.o:eval.c:(.text+0x1689): undefined reference to `dict_list'
gobjZi686/eval.o:eval.c:(.text+0x16bc): undefined reference to `dict_list'
gobjZi686/eval.o:eval.c:(.text+0x175e): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x17a4): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x1a7a): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1ab0): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x1adc): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x1b01): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x1b26): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x1b47): undefined reference to
`list_append_dict'
gobjZi686/eval.o:eval.c:(.text+0x1b56): undefined reference to `dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1b8c): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1bac): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x1bc6): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x1bdc): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x1c0d): undefined reference to `dict_add_list'
gobjZi686/eval.o:eval.c:(.text+0x1c5a): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x2337): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x246c): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x24a1): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x24cb): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x24f5): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x2524): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x254e): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x2578): more undefined references to
`dict_add_nr_str' follow
gobjZi686/eval.o:eval.c:(.text+0x25f3): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x263e): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x266e): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x269b): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x26c8): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x26f5): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x271d): more undefined references to
`dict_add_nr_str' follow
gobjZi686/eval.o:eval.c:(.text+0x2722): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x2758): undefined reference to `dict_add_list'
gobjZi686/eval.o:eval.c:(.text+0x27c6): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x27e8): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x2821): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x283f): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x2861): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x28e3): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0x28f6): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x290b): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x2927): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x2944): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0x2961): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0x29b8): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x29c5): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x2a0e): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x2a28): undefined reference to `list_append_tv'
gobjZi686/eval.o:eval.c:(.text+0x2a47): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0x2a5a): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x2a6f): undefined reference to `get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x2a8d): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x2ac8): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x2b04): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0x2cbc): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x2ce9): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x2d10): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x2d37): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0x2f93): undefined reference to
`rettv_list_alloc'
objZi686/eval.o:eval.c:(.text+0x2fcd): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x2fec): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x3008): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x301c): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x3047): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x3092): more undefined references to
`list_append_number' follow
gobjZi686/eval.o:eval.c:(.text+0x3271): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x3404): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x3443): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x467f): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x4699): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x472f): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x4749): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x5887): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x58dc): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x6065): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x6257): undefined reference to `list_len'
gobjZi686/eval.o:eval.c:(.text+0x6297): undefined reference to `dict_len'
gobjZi686/eval.o:eval.c:(.text+0x66c5): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x6a53): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x702a): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x7044): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x7084): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x70ad): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x70c7): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x70f8): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x7112): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x7161): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x717b): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x839b): undefined reference to `list_append'
gobjZi686/eval.o:eval.c:(.text+0x855e): undefined reference to `list_rem_watch'
gobjZi686/eval.o:eval.c:(.text+0x8569): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x9fb7): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xa009): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0xa107): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0xa751): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xa778): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0xa89a): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0xa8ec): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0xa930): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0xab33): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xaba8): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xabc3): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xabe8): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xac00): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xadc2): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xae2f): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xba01): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xbaea): undefined reference to `list_append'
gobjZi686/eval.o:eval.c:(.text+0xbafd): undefined reference to `listitem_alloc'
gobjZi686/eval.o:eval.c:(.text+0xbbf8): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xbc24): undefined reference to `list_extend'
gobjZi686/eval.o:eval.c:(.text+0xbc92): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xbe79): undefined reference to `listitem_alloc'
gobjZi686/eval.o:eval.c:(.text+0xbeac): undefined reference to `list_append'
gobjZi686/eval.o:eval.c:(.text+0xc072): undefined reference to `list_free'
gobjZi686/eval.o:eval.c:(.text+0xc077): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xc178): undefined reference to `listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0xc33c): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xc40c): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xc644): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xc69c): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xc6b7): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xc6da): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xd070): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0xd09a): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0xd250): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0xd27a): undefined reference to `get_dict_string'
gobjZi686/eval.o:eval.c:(.text+0xd4de): undefined reference to `dict_equal'
gobjZi686/eval.o:eval.c:(.text+0xd633): undefined reference to `dict_equal'
gobjZi686/eval.o:eval.c:(.text+0xd672): undefined reference to `list_equal'
gobjZi686/eval.o:eval.c:(.text+0xd867): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0xda7f): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0xdcaa): undefined reference to `dict2string'
gobjZi686/eval.o:eval.c:(.text+0xdd1a): undefined reference to `list2string'
gobjZi686/eval.o:eval.c:(.text+0xf342): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xf428): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xf477): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0xf8fd): undefined reference to
`rettv_dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0xf961): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0xf989): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0xf9b3): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0xf9e2): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0xfa13): undefined reference to `dict_add_nr_str'
gobjZi686/eval.o:eval.c:(.text+0xfa3c): more undefined references to
`dict_add_nr_str' follow
gobjZi686/eval.o:eval.c:(.text+0xfdfa): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0xfe2c): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x10084): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x100de): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x108cf): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x10941): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x10978): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x109bb): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x10cec): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x10d43): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x10d60): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x10d7c): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x10d90): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x10dc0): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x10de2): more undefined references to
`list_append_number' follow
gobjZi686/eval.o:eval.c:(.text+0x11184): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x111bf): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x11206): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x11828): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x1184f): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x11872): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x11897): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x118b7): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x11eb3): undefined reference to `list_join'
gobjZi686/eval.o:eval.c:(.text+0x126e8): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x134df): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1357a): undefined reference to `listitem_alloc'
gobjZi686/eval.o:eval.c:(.text+0x135a1): undefined reference to `list_append'
gobjZi686/eval.o:eval.c:(.text+0x13624): undefined reference to `list_free'
gobjZi686/eval.o:eval.c:(.text+0x138cd): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x13adb): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x13aee): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x13b10): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x13e98): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x13efb): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x14db6): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x14e34): undefined reference to
`dictitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x14e73): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x14e98): undefined reference to `vimlist_remove'
gobjZi686/eval.o:eval.c:(.text+0x14f4b): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x14f91): undefined reference to `vimlist_remove'
gobjZi686/eval.o:eval.c:(.text+0x14f9d): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x15acb): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x15ae7): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x15b5a): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x15d24): undefined reference to `list_extend'
gobjZi686/eval.o:eval.c:(.text+0x16057): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x16078): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x1609e): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x160ba): undefined reference to `list_find_nr'
gobjZi686/eval.o:eval.c:(.text+0x16789): undefined reference to `dict_alloc'
gobjZi686/eval.o:eval.c:(.text+0x167e1): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x16c82): undefined reference to
`dict_free_nonref'
gobjZi686/eval.o:eval.c:(.text+0x16c8c): undefined reference to
`list_free_nonref'
gobjZi686/eval.o:eval.c:(.text+0x16cb7): undefined reference to
`dict_free_items'
gobjZi686/eval.o:eval.c:(.text+0x16cbf): undefined reference to
`list_free_items'
gobjZi686/eval.o:eval.c:(.text+0x171da): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x17380): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x173e1): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x17640): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x176a1): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1781a): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x17b94): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x17bc4): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x17e95): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x17ec5): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x186a5): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x18713): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x18945): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x189b3): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x18c34): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x18c82): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x19141): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x1917b): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1976b): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x198a6): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x198be): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x198d8): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x19a51): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x19a94): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x19b75): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x19bb8): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x19c47): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x19cda): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x19d08): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x1a214): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x1a3fe): undefined reference to
`listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x1a4e8): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1a519): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x1a53e): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x1a555): undefined reference to `list_free'
gobjZi686/eval.o:eval.c:(.text+0x1a5b8): undefined reference to
`list_append_string'
gobjZi686/eval.o:eval.c:(.text+0x1a749): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x1a772): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x1a8b7): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x1a8ce): undefined reference to `list_insert_tv'
gobjZi686/eval.o:eval.c:(.text+0x1b10d): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x1b16e): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x1b255): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1b28a): undefined reference to `list_append_tv'
gobjZi686/eval.o:eval.c:(.text+0x1b375): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x1b475): undefined reference to `dict_extend'
gobjZi686/eval.o:eval.c:(.text+0x1b49e): undefined reference to `list_extend'
gobjZi686/eval.o:eval.c:(.text+0x1b58b): undefined reference to `list_append_tv'
gobjZi686/eval.o:eval.c:(.text+0x1bb68): undefined reference to `list_append'
gobjZi686/eval.o:eval.c:(.text+0x1d7ab): undefined reference to `list_len'
gobjZi686/eval.o:eval.c:(.text+0x1d8ee): undefined reference to `list_fix_watch'
gobjZi686/eval.o:eval.c:(.text+0x1d8fa): undefined reference to `listitem_free'
gobjZi686/eval.o:eval.c:(.text+0x1d9ec): undefined reference to `list_append'
gobjZi686/eval.o:eval.c:(.text+0x1dc9e): undefined reference to `list_copy'
gobjZi686/eval.o:eval.c:(.text+0x1dcf6): undefined reference to `dict_copy'
gobjZi686/eval.o:eval.c:(.text+0x1e135): undefined reference to `list_copy'
gobjZi686/eval.o:eval.c:(.text+0x1e191): undefined reference to `dict_copy'
gobjZi686/eval.o:eval.c:(.text+0x1e31e): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1e328): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1e368): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1e6f8): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1e99e): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x1eaeb): undefined reference to `list_len'
gobjZi686/eval.o:eval.c:(.text+0x1eb99): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x1ebb8): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x1ebfa): undefined reference to `list_append_tv'
gobjZi686/eval.o:eval.c:(.text+0x1ec12): undefined reference to `list_free'
gobjZi686/eval.o:eval.c:(.text+0x1ecec): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x1edc4): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1ee4a): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1ee61): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x1eed2): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x1efbd): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x1f16f): undefined reference to `get_dict_tv'
gobjZi686/eval.o:eval.c:(.text+0x1f46d): undefined reference to `get_list_tv'
gobjZi686/eval.o:eval.c:(.text+0x2079b): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x207bb): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x209e0): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x20e28): undefined reference to `list_concat'
gobjZi686/eval.o:eval.c:(.text+0x21990): undefined reference to `list_equal'
gobjZi686/eval.o:eval.c:(.text+0x21a1c): undefined reference to `dict_equal'
gobjZi686/eval.o:eval.c:(.text+0x2274c): undefined reference to `list_join'
gobjZi686/eval.o:eval.c:(.text+0x22abd): undefined reference to `list_add_watch'
gobjZi686/eval.o:eval.c:(.text+0x23417): undefined reference to
`rettv_list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x2345e): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x23471): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x2456c): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x24588): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x2460a): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x24e00): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x24f1e): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x25089): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x254d3): undefined reference to
`list_idx_of_item'
gobjZi686/eval.o:eval.c:(.text+0x254f1): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x25509): undefined reference to
`list_idx_of_item'
gobjZi686/eval.o:eval.c:(.text+0x2647a): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x264a8): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x264b8): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x26674): undefined reference to `dictitem_alloc'
gobjZi686/eval.o:eval.c:(.text+0x26692): undefined reference to `dict_add'
gobjZi686/eval.o:eval.c:(.text+0x267c7): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x26843): undefined reference to
`list_append_number'
gobjZi686/eval.o:eval.c:(.text+0x27893): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x27b49): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x27e30): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x27e52): undefined reference to
`list_idx_of_item'
gobjZi686/eval.o:eval.c:(.text+0x27e6c): undefined reference to `list_find'
gobjZi686/eval.o:eval.c:(.text+0x27e83): undefined reference to
`list_idx_of_item'
gobjZi686/eval.o:eval.c:(.text+0x28b19): undefined reference to `list_len'
gobjZi686/eval.o:eval.c:(.text+0x28c31): undefined reference to `list_alloc'
gobjZi686/eval.o:eval.c:(.text+0x28c4b): undefined reference to `list_append_tv'
gobjZi686/eval.o:eval.c:(.text+0x29168): undefined reference to
`listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x291f5): undefined reference to
`dictitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x292a2): undefined reference to
`listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x299aa): undefined reference to
`listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x29a2a): undefined reference to
`dictitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x29a7e): undefined reference to
`listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x29e54): undefined reference to
`dictitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x2afc8): undefined reference to `dictitem_alloc'
gobjZi686/eval.o:eval.c:(.text+0x2afe0): undefined reference to `dict_add'
gobjZi686/eval.o:eval.c:(.text+0x2bd57): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x2c239): undefined reference to `dict_find'
gobjZi686/eval.o:eval.c:(.text+0x2c24e): undefined reference to
`get_dict_number'
gobjZi686/eval.o:eval.c:(.text+0x2ccbc): undefined reference to
`listitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x2cf2c): undefined reference to
`dictitem_remove'
gobjZi686/eval.o:eval.c:(.text+0x2dbca): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x2dbf8): undefined reference to `list_unref'
gobjZi686/eval.o:eval.c:(.text+0x2dc08): undefined reference to `dict_unref'
gobjZi686/eval.o:eval.c:(.text+0x2e855): undefined reference to `list_find_str'
gobjZi686/eval.o:eval.c:(.text+0x14b1c): undefined reference to `dict_unref'
gobjZi686/ex_docmd.o:ex_docmd.c:(.text+0xb29f): undefined reference to
`list_find_str'
gobjZi686/ex_getln.o:ex_getln.c:(.text+0x403b): undefined reference to
`list_unref'
gobjZi686/json.o:json.c:(.text+0x69d): undefined reference to `dict_lookup'
gobjZi686/json.o:json.c:(.text+0xe4a): undefined reference to `rettv_dict_alloc'
gobjZi686/json.o:json.c:(.text+0xf46): undefined reference to `dictitem_alloc'
gobjZi686/json.o:json.c:(.text+0xf8b): undefined reference to `dict_add'
gobjZi686/json.o:json.c:(.text+0x1151): undefined reference to
`rettv_list_alloc'
gobjZi686/json.o:json.c:(.text+0x11f8): undefined reference to `listitem_alloc'
gobjZi686/json.o:json.c:(.text+0x122d): undefined reference to `list_append'
gobjZi686/json.o:json.c:(.text+0x14ce): undefined reference to `dictitem_free'
gobjZi686/json.o:json.c:(.text+0x16d5): undefined reference to
`rettv_list_alloc'
gobjZi686/json.o:json.c:(.text+0x16f1): undefined reference to `list_append_tv'
gobjZi686/json.o:json.c:(.text+0x1709): undefined reference to `list_append_tv'
gobjZi686/json.o:json.c:(.text+0x175a): undefined reference to `list_unref'
gobjZi686/json.o:json.c:(.text+0x1778): undefined reference to `list_unref'
gobjZi686/main.o:main.c:(.text+0x5d91): undefined reference to `list_alloc'
gobjZi686/mark.o:mark.c:(.text+0x5fda): undefined reference to
`list_append_string'
gobjZi686/mark.o:mark.c:(.text+0x6481): undefined reference to `list_alloc'
gobjZi686/ops.o:ops.c:(.text+0xdb41): undefined reference to `list_alloc'
gobjZi686/ops.o:ops.c:(.text+0xdb62): undefined reference to
`list_append_string'
gobjZi686/ops.o:ops.c:(.text+0xde1e): undefined reference to `list_free'
gobjZi686/ops.o:ops.c:(.text+0xde63): undefined reference to `list_alloc'
gobjZi686/ops.o:ops.c:(.text+0xdea6): undefined reference to
`list_append_string'
gobjZi686/ops.o:ops.c:(.text+0xdec8): undefined reference to `list_free'
gobjZi686/ops.o:ops.c:(.text+0xed60): undefined reference to `dict_add_nr_str'
gobjZi686/ops.o:ops.c:(.text+0xed8e): undefined reference to `dict_add_nr_str'
gobjZi686/ops.o:ops.c:(.text+0xedb4): undefined reference to `dict_add_nr_str'
gobjZi686/ops.o:ops.c:(.text+0xedf8): undefined reference to `dict_add_nr_str'
gobjZi686/ops.o:ops.c:(.text+0xee3c): undefined reference to `dict_add_nr_str'
gobjZi686/ops.o:ops.c:(.text+0xee7f): more undefined references to
`dict_add_nr_str' follow
gobjZi686/quickfix.o:quickfix.c:(.text+0x8d8b): undefined reference to
`dict_alloc'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8da5): undefined reference to
`list_append_dict'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8ddc): undefined reference to
`dict_add_nr_str'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8e09): undefined reference to
`dict_add_nr_str'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8e36): undefined reference to
`dict_add_nr_str'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8e63): undefined reference to
`dict_add_nr_str'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8e90): undefined reference to
`dict_add_nr_str'
gobjZi686/quickfix.o:quickfix.c:(.text+0x8ec6): more undefined references to
`dict_add_nr_str' follow
gobjZi686/quickfix.o:quickfix.c:(.text+0x907d): undefined reference to
`get_dict_string'
gobjZi686/quickfix.o:quickfix.c:(.text+0x9092): undefined reference to
`get_dict_number'
gobjZi686/quickfix.o:quickfix.c:(.text+0x90a5): undefined reference to
`get_dict_number'
gobjZi686/quickfix.o:quickfix.c:(.text+0x90ba): undefined reference to
`get_dict_number'
gobjZi686/quickfix.o:quickfix.c:(.text+0x90cf): undefined reference to
`get_dict_number'
gobjZi686/quickfix.o:quickfix.c:(.text+0x90e4): undefined reference to
`get_dict_number'
gobjZi686/quickfix.o:quickfix.c:(.text+0x9102): undefined reference to
`get_dict_string'
gobjZi686/quickfix.o:quickfix.c:(.text+0x9120): undefined reference to
`get_dict_string'
gobjZi686/quickfix.o:quickfix.c:(.text+0x913e): undefined reference to
`get_dict_string'
gobjZi686/regexp.o:regexp.c:(.text+0x23020): undefined reference to `list_alloc'
gobjZi686/regexp.o:regexp.c:(.text+0x23041): undefined reference to
`list_append_string'
gobjZi686/regexp.o:regexp.c:(.text+0x23076): undefined reference to
`list_append_string'
gobjZi686/regexp.o:regexp.c:(.text+0x23084): undefined reference to `list_free'
gobjZi686/regexp.o:regexp.c:(.text+0x230c5): undefined reference to `list_alloc'
gobjZi686/regexp.o:regexp.c:(.text+0x2314a): undefined reference to
`list_append_string'
gobjZi686/regexp.o:regexp.c:(.text+0x231ef): undefined reference to
`list_append_string'
gobjZi686/regexp.o:regexp.c:(.text+0x23261): undefined reference to
`list_append_string'
gobjZi686/spell.o:spell.c:(.text+0x1453c): undefined reference to `list_unref'
gobjZi686/tag.o:tag.c:(.text+0x24a): undefined reference to `dict_find'
gobjZi686/tag.o:tag.c:(.text+0x302): undefined reference to `dict_add_nr_str'
gobjZi686/tag.o:tag.c:(.text+0x48c0): undefined reference to `list_alloc'
gobjZi686/tag.o:tag.c:(.text+0x4acd): undefined reference to `dict_alloc'
gobjZi686/tag.o:tag.c:(.text+0x4ae7): undefined reference to `list_append_dict'
gobjZi686/tag.o:tag.c:(.text+0x4b19): undefined reference to `dict_add_nr_str'
gobjZi686/tag.o:tag.c:(.text+0x4b39): undefined reference to `dict_add_nr_str'
gobjZi686/tag.o:tag.c:(.text+0x4b5d): undefined reference to `dict_add_nr_str'
gobjZi686/tag.o:tag.c:(.text+0x4b86): undefined reference to `dict_add_nr_str'
gobjZi686/tag.o:tag.c:(.text+0x4bf3): undefined reference to `list_free'
gobjZi686/tag.o:tag.c:(.text+0x540a): undefined reference to `list_free'
gobjZi686/tag.o:tag.c:(.text+0x5b72): undefined reference to `dict_alloc'
gobjZi686/tag.o:tag.c:(.text+0x5b95): undefined reference to `list_append_dict'
gobjZi686/tag.o:tag.c:(.text+0x5c31): undefined reference to `dict_find'
gobjZi686/tag.o:tag.c:(.text+0x5ede): undefined reference to `dict_add_nr_str'
gobjZi686/tag.o:tag.c:(.text+0x5f7a): undefined reference to `dict_add_nr_str'
gobjZi686/undo.o:undo.c:(.text+0x69f4): undefined reference to `dict_add_nr_str'
gobjZi686/undo.o:undo.c:(.text+0x6a00): undefined reference to `list_alloc'
gobjZi686/undo.o:undo.c:(.text+0x6a2a): undefined reference to `dict_add_list'
gobjZi686/undo.o:undo.c:(.text+0x6a36): undefined reference to
`list_append_dict'
gobjZi686/undo.o:undo.c:(.text+0x6a46): undefined reference to `dict_alloc'
gobjZi686/undo.o:undo.c:(.text+0x6a75): undefined reference to `dict_add_nr_str'
gobjZi686/undo.o:undo.c:(.text+0x6a9d): undefined reference to `dict_add_nr_str'
gobjZi686/undo.o:undo.c:(.text+0x6ad4): undefined reference to `dict_add_nr_str'
gobjZi686/undo.o:undo.c:(.text+0x6b12): undefined reference to `dict_add_nr_str'
gobjZi686/window.o:window.c:(.text+0x167): undefined reference to `dict_alloc'
gobjZi686/window.o:window.c:(.text+0x2d55): undefined reference to `dict_alloc'
gobjZi686/window.o:window.c:(.text+0x6d8a): undefined reference to `dict_alloc'
gobjZi686/window.o:window.c:(.text+0x75d0): undefined reference to `dict_alloc'
gobjZi686/window.o:window.c:(.text+0xdb05): undefined reference to
`list_append_number'
gobjZi686/window.o:window.c:(.text+0xdb17): undefined reference to
`list_append_number'
gobjZi686/window.o:window.c:(.text+0xdb34): undefined reference to
`list_append_number'
gobjZi686/window.o:window.c:(.text+0xdb44): undefined reference to
`list_append_number'
gobjZi686/window.o:window.c:(.text+0xdc10): undefined reference to
`list_append_number'
gobjZi686/if_perl.o:if_perl.c:(.text+0x32d7): undefined reference to
`dict_alloc'
gobjZi686/if_perl.o:if_perl.c:(.text+0x3350): undefined reference to
`dictitem_alloc'
gobjZi686/if_perl.o:if_perl.c:(.text+0x3382): undefined reference to `dict_add'
gobjZi686/if_perl.o:if_perl.c:(.text+0x3497): undefined reference to
`list_alloc'
gobjZi686/if_perl.o:if_perl.c:(.text+0x34f8): undefined reference to
`list_insert'
gobjZi686/if_perl.o:if_perl.c:(.text+0x3541): undefined reference to
`listitem_alloc'
gobjZi686/if_perl.o:if_perl.c:(.text+0x36dc): undefined reference to
`dictitem_free'
gobjZi686/if_lua.o:if_lua.c:(.text+0x114f): undefined reference to `dict_find'
gobjZi686/if_lua.o:if_lua.c:(.text+0x11e2): undefined reference to
`dictitem_free'
gobjZi686/if_lua.o:if_lua.c:(.text+0x122e): undefined reference to
`dictitem_alloc'
gobjZi686/if_lua.o:if_lua.c:(.text+0x1244): undefined reference to `dict_add'
gobjZi686/if_lua.o:if_lua.c:(.text+0x12c9): undefined reference to `dict_lookup'
gobjZi686/if_lua.o:if_lua.c:(.text+0x139b): undefined reference to `list_find'
gobjZi686/if_lua.o:if_lua.c:(.text+0x149d): undefined reference to `list_find'
gobjZi686/if_lua.o:if_lua.c:(.text+0x150c): undefined reference to
`vimlist_remove'
gobjZi686/if_lua.o:if_lua.c:(.text+0x1c14): undefined reference to `list_alloc'
gobjZi686/if_lua.o:if_lua.c:(.text+0x1c54): undefined reference to `dict_alloc'
gobjZi686/if_lua.o:if_lua.c:(.text+0x30b3): undefined reference to
`list_append_tv'
gobjZi686/if_lua.o:if_lua.c:(.text+0x31fd): undefined reference to
`list_insert_tv'
gobjZi686/if_lua.o:if_lua.c:(.text+0x325a): undefined reference to `list_find'
gobjZi686/if_lua.o:if_lua.c:(.text+0x3ce6): undefined reference to `dict_find'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x596): undefined reference to
`dict_lookup'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x3337): undefined reference to
`list_alloc'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x3629): undefined reference to
`dict_alloc'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x3731): undefined reference to
`dictitem_alloc'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x3767): undefined reference to
`dict_add'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x37ac): undefined reference to
`list_append_tv'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x3808): undefined reference to
`list_append_tv'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x385e): undefined reference to
`dictitem_free'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x38a3): undefined reference to
`list_append_tv'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x4937): undefined reference to
`list_alloc'
gobjZi686/if_mzsch.o:if_mzsch.c:(.text+0x4abf): undefined reference to
`list_append_tv'
gobjZi686/if_python.o:if_python.c:(.text+0xe55): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0xeb5): undefined reference to
`list_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x1418): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x1424): undefined reference to
`list_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x14fa): undefined reference to
`list_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x15da): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x161d): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x1632): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x1b8b): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x1c13): undefined reference to
`list_rem_watch'
gobjZi686/if_python.o:if_python.c:(.text+0x1c78): undefined reference to
`list_insert'
gobjZi686/if_python.o:if_python.c:(.text+0x1c88): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x1cab): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x1fc3): undefined reference to
`dict_lookup'
gobjZi686/if_python.o:if_python.c:(.text+0x20c5): undefined reference to
`dict_lookup'
gobjZi686/if_python.o:if_python.c:(.text+0x210e): undefined reference to
`dictitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x30f3): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0x32a8): undefined reference to
`dict_lookup'
gobjZi686/if_python.o:if_python.c:(.text+0x3370): undefined reference to
`dictitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x3f99): undefined reference to
`dict_extend'
gobjZi686/if_python.o:if_python.c:(.text+0x40b8): undefined reference to
`dict_add'
gobjZi686/if_python.o:if_python.c:(.text+0x412c): undefined reference to
`dictitem_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x42dc): undefined reference to
`dictitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x4457): undefined reference to
`list_add_watch'
gobjZi686/if_python.o:if_python.c:(.text+0x452c): undefined reference to
`dict_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x45d0): undefined reference to
`dict_add'
gobjZi686/if_python.o:if_python.c:(.text+0x4630): undefined reference to
`dictitem_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x4661): undefined reference to
`dict_add'
gobjZi686/if_python.o:if_python.c:(.text+0x46ae): undefined reference to
`dictitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x46b6): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x4702): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x47a2): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x4839): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x4846): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x5180): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0x51db): undefined reference to
`list_append_tv'
gobjZi686/if_python.o:if_python.c:(.text+0x522c): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0x523e): undefined reference to
`vimlist_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x5420): undefined reference to
`dict_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x5dd6): undefined reference to
`dict_find'
gobjZi686/if_python.o:if_python.c:(.text+0x5ead): undefined reference to
`dictitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x5f14): undefined reference to
`dictitem_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x5f34): undefined reference to
`dict_add'
gobjZi686/if_python.o:if_python.c:(.text+0x5f4c): undefined reference to
`dictitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x6048): undefined reference to
`list_append'
gobjZi686/if_python.o:if_python.c:(.text+0x6060): undefined reference to
`listitem_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x6295): undefined reference to
`listitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x6580): undefined reference to
`list_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x65ce): undefined reference to
`list_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x661e): undefined reference to
`list_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x6724): undefined reference to
`list_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x6ac2): undefined reference to
`dict_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x6af7): undefined reference to
`dict_add'
gobjZi686/if_python.o:if_python.c:(.text+0x6b6c): undefined reference to
`dictitem_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0x6be3): undefined reference to
`dict_add'
gobjZi686/if_python.o:if_python.c:(.text+0x6c2b): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x6c5b): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x6e74): undefined reference to
`dict_unref'
gobjZi686/if_python.o:if_python.c:(.text+0x71d8): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0x726f): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0x79a8): undefined reference to
`listitem_free'
gobjZi686/if_python.o:if_python.c:(.text+0x7a59): undefined reference to
`list_insert_tv'
gobjZi686/if_python.o:if_python.c:(.text+0x7a8d): undefined reference to
`vimlist_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7b30): undefined reference to
`list_insert_tv'
gobjZi686/if_python.o:if_python.c:(.text+0x7bb8): undefined reference to
`list_insert'
gobjZi686/if_python.o:if_python.c:(.text+0x7bc8): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7beb): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7cc4): undefined reference to
`list_insert'
gobjZi686/if_python.o:if_python.c:(.text+0x7cd4): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7cfb): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7d22): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0x7dc4): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7e4c): undefined reference to
`listitem_remove'
gobjZi686/if_python.o:if_python.c:(.text+0x7f60): undefined reference to
`list_find'
gobjZi686/if_python.o:if_python.c:(.text+0xa833): undefined reference to
`list_alloc'
gobjZi686/if_python.o:if_python.c:(.text+0xa863): undefined reference to
`list_append_tv'
gobjZi686/if_python.o:if_python.c:(.text+0xb2ba): undefined reference to
`dict_lookup'
gobjZi686/if_python.o:if_python.c:(.text+0xbfdd): undefined reference to
`dict_lookup'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2503): undefined reference to
`dict_lookup'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2aa5): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2b05): undefined reference to
`list_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2dcb): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2e53): undefined reference to
`list_rem_watch'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2eb8): undefined reference to
`list_insert'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2ec8): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x2eeb): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4389): undefined reference to
`dict_extend'
gobjZi686/if_python3.o:if_python3.c:(.text+0x44a8): undefined reference to
`dict_add'
gobjZi686/if_python3.o:if_python3.c:(.text+0x451c): undefined reference to
`dictitem_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x46cc): undefined reference to
`dictitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4847): undefined reference to
`list_add_watch'
gobjZi686/if_python3.o:if_python3.c:(.text+0x491c): undefined reference to
`dict_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x49b0): undefined reference to
`dict_add'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4a10): undefined reference to
`dictitem_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4a41): undefined reference to
`dict_add'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4a8e): undefined reference to
`dictitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4a96): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4ae2): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4b82): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4c19): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x4c26): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x5ae0): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0x5b3b): undefined reference to
`list_append_tv'
gobjZi686/if_python3.o:if_python3.c:(.text+0x5b8c): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0x5b9e): undefined reference to
`vimlist_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x5d80): undefined reference to
`dict_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6918): undefined reference to
`list_append'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6930): undefined reference to
`listitem_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6b19): undefined reference to
`listitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6e30): undefined reference to
`list_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6e7e): undefined reference to
`list_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6ece): undefined reference to
`list_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x6fd4): undefined reference to
`list_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7146): undefined reference to
`dict_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0x721d): undefined reference to
`dictitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7284): undefined reference to
`dictitem_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x72a4): undefined reference to
`dict_add'
gobjZi686/if_python3.o:if_python3.c:(.text+0x72bc): undefined reference to
`dictitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0x745c): undefined reference to
`list_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7483): undefined reference to
`list_append_tv'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7bb2): undefined reference to
`dict_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7be7): undefined reference to
`dict_add'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7c5c): undefined reference to
`dictitem_alloc'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7cd3): undefined reference to
`dict_add'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7d1b): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7d4b): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x7f54): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8b58): undefined reference to
`listitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8bf9): undefined reference to
`list_insert_tv'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8c2d): undefined reference to
`vimlist_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8cd0): undefined reference to
`list_insert_tv'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8d58): undefined reference to
`list_insert'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8d68): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8d9b): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8e44): undefined reference to
`list_insert'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8e54): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8e7b): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8ea2): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8f44): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x8fcc): undefined reference to
`listitem_remove'
gobjZi686/if_python3.o:if_python3.c:(.text+0x910a): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0xb81a): undefined reference to
`dict_lookup'
gobjZi686/if_python3.o:if_python3.c:(.text+0xbbcd): undefined reference to
`dict_lookup'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc3e3): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc598): undefined reference to
`dict_lookup'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc660): undefined reference to
`dictitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc785): undefined reference to
`dict_lookup'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc7ce): undefined reference to
`dictitem_free'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc908): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0xc99f): undefined reference to
`list_find'
gobjZi686/if_python3.o:if_python3.c:(.text+0xcd28): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0xcd34): undefined reference to
`list_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0xce0a): undefined reference to
`list_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0xceea): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0xcf2d): undefined reference to
`dict_unref'
gobjZi686/if_python3.o:if_python3.c:(.text+0xcf42): undefined reference to
`dict_unref'
gobjZi686/if_ruby.o:if_ruby.c:(.text+0x1416): undefined reference to
`dict_lookup'
gobjZi686/channel.o:channel.c:(.text+0x304): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0x33f): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0x39d): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0x3d0): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xa55): undefined reference to
`dict_lookup'
gobjZi686/channel.o:channel.c:(.text+0x3e3e): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0x3e6e): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0x3e99): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0x3ec1): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xb4d4): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xb4e0): undefined reference to
`dictitem_alloc'
gobjZi686/channel.o:channel.c:(.text+0xb513): undefined reference to `dict_add'
gobjZi686/channel.o:channel.c:(.text+0xb541): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xb564): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xb588): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xb5ac): undefined reference to
`dict_add_nr_str'
gobjZi686/channel.o:channel.c:(.text+0xb5d4): undefined reference to
`dictitem_free'
collect2.exe: error: ld returned 1 exit status
make: *** [gvim.exe] Error 1
Error by compiling gvim.exe