=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Installing for mrt-2.2.2a.20000811nb1 => Generating pre-install file lists => Creating installation directories Making lib cd bgp_attr; /usr/pkg/bin/bmake cd bgp_proto; /usr/pkg/bin/bmake cd config; /usr/pkg/bin/bmake cd filter; /usr/pkg/bin/bmake cd io; /usr/pkg/bin/bmake cd kernel; /usr/pkg/bin/bmake clang -c -O2 -Wall -DHAVE_CONFIG_H -DINET6 -DFUNCPROTO -I../../include -DSMALL_ENDIAN bsd.c bsd.c:521:18: warning: unused variable 'tmpx' [-Wunused-variable] char tmpx[MAXLINE]; ^ bsd.c:590:5: error: use of undeclared identifier 'RTF_CLONING' |RTF_CLONING /* direct if */ ^ 1 warning and 1 error generated. *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/lib/kernel cd mrt; /usr/pkg/bin/bmake clang -c -O2 -Wall -DHAVE_CONFIG_H -DINET6 -DFUNCPROTO -I../../include -DSMALL_ENDIAN prefix.c prefix.c:41:18: error: conflicting types for 'gethostbyname_r' struct hostent *gethostbyname_r ^ /usr/include/netdb.h:262:6: note: previous declaration is here int gethostbyname_r(const char *, struct hostent *, char *, size_t, ^ prefix.c:43:18: error: conflicting types for 'gethostbyaddr_r' struct hostent *gethostbyaddr_r ^ /usr/include/netdb.h:260:6: note: previous declaration is here int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, ^ prefix.c:172:68: error: too few arguments to function call, expected 6, have 5 hostinfo = gethostbyname_r(name, &result, buf, 1024, &h_errno_r); ~~~~~~~~~~~~~~~ ^ /usr/include/netdb.h:262:1: note: 'gethostbyname_r' declared here int gethostbyname_r(const char *, struct hostent *, char *, size_t, ^ prefix.c:307:20: warning: unused variable 'result' [-Wunused-variable] struct hostent result; ^ prefix.c:308:9: warning: unused variable 'h_errno_r' [-Wunused-variable] int h_errno_r; ^ prefix.c:309:10: warning: unused variable 'hostbuf' [-Wunused-variable] char hostbuf[1024]; ^ 3 warnings and 3 errors generated. *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/lib/mrt cd pim; /usr/pkg/bin/bmake cd portserver; /usr/pkg/bin/bmake cd radix; /usr/pkg/bin/bmake cd rib; /usr/pkg/bin/bmake cd rip; /usr/pkg/bin/bmake cd struct; /usr/pkg/bin/bmake cd timer; /usr/pkg/bin/bmake Installing programs cd bgpsim; /usr/pkg/bin/bmake clang -Wl,-R/usr/pkg/lib bgpsim.o simulate.o ../../lib/libcfg.a ../../lib/libbgp.a ../../lib/librib.a ../../lib/libmrt.a -o bgpsim -lkvm bgpsim.o: In function `main': bgpsim.c:(.text+0x27): undefined reference to `New_Trace2' bgpsim.c:(.text+0x47): undefined reference to `set_trace' bgpsim.c:(.text+0x61): undefined reference to `set_trace' bgpsim.c:(.text+0x156): undefined reference to `set_trace' bgpsim.c:(.text+0x1b0): undefined reference to `init_trace' bgpsim.c:(.text+0x1bc): undefined reference to `init_mrt' bgpsim.c:(.text+0x1c8): undefined reference to `init_uii' bgpsim.c:(.text+0x1d1): undefined reference to `init_uii_port' bgpsim.c:(.text+0x1db): undefined reference to `init_mrt_reboot' bgpsim.c:(.text+0x1e2): undefined reference to `MRT' bgpsim.c:(.text+0x205): undefined reference to `trace' bgpsim.c:(.text+0x211): undefined reference to `init_interfaces' bgpsim.c:(.text+0x247): undefined reference to `BGP' bgpsim.c:(.text+0x278): undefined reference to `UII' bgpsim.c:(.text+0x291): undefined reference to `set_uii' bgpsim.c:(.text+0x298): undefined reference to `UII' bgpsim.c:(.text+0x2b1): undefined reference to `set_uii' bgpsim.c:(.text+0x2d9): undefined reference to `UII' bgpsim.c:(.text+0x2f2): undefined reference to `set_uii' bgpsim.c:(.text+0x30e): undefined reference to `uii_add_command2' bgpsim.c:(.text+0x32a): undefined reference to `uii_add_command2' bgpsim.c:(.text+0x346): undefined reference to `uii_add_command2' bgpsim.c:(.text+0x362): undefined reference to `uii_add_command2' bgpsim.c:(.text+0x37e): undefined reference to `uii_add_command2' bgpsim.o:bgpsim.c:(.text+0x39a): more undefined references to `uii_add_command2' follow bgpsim.o: In function `main': bgpsim.c:(.text+0x5aa): undefined reference to `ascii2prefix' bgpsim.c:(.text+0x5b9): undefined reference to `add_gateway' bgpsim.c:(.text+0x5c8): undefined reference to `Deref_Prefix' bgpsim.c:(.text+0x5d7): undefined reference to `ascii2prefix' bgpsim.c:(.text+0x5e6): undefined reference to `add_gateway' bgpsim.c:(.text+0x5f5): undefined reference to `Deref_Prefix' bgpsim.c:(.text+0x611): undefined reference to `uii_add_command2' bgpsim.c:(.text+0x62d): undefined reference to `uii_add_command2' bgpsim.c:(.text+0x634): undefined reference to `listen_uii2' bgpsim.c:(.text+0x645): undefined reference to `mrt_main_loop' bgpsim.o: In function `network_list_range': bgpsim.c:(.text+0x926): undefined reference to `prefix_compare_wolen' bgpsim.c:(.text+0x932): undefined reference to `Deref_Prefix' bgpsim.c:(.text+0x93a): undefined reference to `Deref_Prefix' bgpsim.c:(.text+0x9b4): undefined reference to `prefix_compare' bgpsim.c:(.text+0x9c4): undefined reference to `prefix_compare' bgpsim.c:(.text+0xa9c): undefined reference to `Deref_Prefix' bgpsim.c:(.text+0xaa5): undefined reference to `Deref_Prefix' bgpsim.o: In function `network_list_gateway': bgpsim.c:(.text+0xad8): undefined reference to `add_gateway' bgpsim.o: In function `network_list_set': bgpsim.c:(.text+0xe3e): undefined reference to `trace' bgpsim.c:(.text+0xeb0): undefined reference to `trace' bgpsim.c:(.text+0xed0): undefined reference to `trace' bgpsim.o: In function `network_list_view': bgpsim.c:(.text+0xffc): undefined reference to `trace' bgpsim.c:(.text+0x1073): undefined reference to `trace' bgpsim.o: In function `get_config_network_list': bgpsim.c:(.text+0x1491): undefined reference to `prefix_toax' bgpsim.c:(.text+0x149d): undefined reference to `prefix_toa' bgpsim.c:(.text+0x15c7): undefined reference to `ifzero' bgpsim.o: In function `delete_range': bgpsim.c:(.text+0x164d): undefined reference to `Deref_Prefix' bgpsim.c:(.text+0x1656): undefined reference to `Deref_Prefix' simulate.o: In function `show_simulation': simulate.c:(.text+0x8e): undefined reference to `uii_send_data' simulate.c:(.text+0xa4): undefined reference to `uii_send_data' simulate.c:(.text+0xb3): undefined reference to `uii_send_data' simulate.o: In function `start_simulation': simulate.c:(.text+0xf2): undefined reference to `New_Schedule' simulate.c:(.text+0x12e): undefined reference to `mrt_thread_create2' simulate.c:(.text+0x151): undefined reference to `schedule_event2' simulate.o: In function `stop_simulation_schedule': simulate.c:(.text+0x303): undefined reference to `schedule_event2' simulate.o: In function `stop_simulation': simulate.c:(.text+0x32d): undefined reference to `uii_send_data' simulate.c:(.text+0x39c): undefined reference to `uii_send_data' simulate.o: In function `network_schedule_stability': simulate.c:(.text+0x414): undefined reference to `schedule_event2' simulate.o: In function `network_stability': simulate.c:(.text+0x44d): undefined reference to `trace' simulate.c:(.text+0x46d): undefined reference to `trace' simulate.o: In function `network_schedule_change': simulate.c:(.text+0x4b4): undefined reference to `schedule_event2' simulate.o: In function `network_change': simulate.c:(.text+0x4e3): undefined reference to `trace' simulate.o: In function `bgpsim_flap_peer': simulate.c:(.text+0x521): undefined reference to `trace' simulate.o: In function `simulate_add_routes': simulate.c:(.text+0x584): undefined reference to `Deref_Prefix' simulate.c:(.text+0x5b4): undefined reference to `ifzero' simulate.c:(.text+0x648): undefined reference to `trace' simulate.c:(.text+0x784): undefined reference to `Ref_Prefix' simulate.c:(.text+0x7b4): undefined reference to `MRT' simulate.c:(.text+0x7da): undefined reference to `trace' simulate.c:(.text+0x847): undefined reference to `copy_prefix' simulate.c:(.text+0x86f): undefined reference to `MRT' simulate.c:(.text+0x8b3): undefined reference to `MRT' simulate.c:(.text+0x8d9): undefined reference to `trace' simulate.c:(.text+0xa5e): undefined reference to `MRT' simulate.c:(.text+0xa84): undefined reference to `trace' simulate.c:(.text+0xaa4): undefined reference to `Deref_Prefix' simulate.c:(.text+0xb73): undefined reference to `BGP' simulate.c:(.text+0xbcf): undefined reference to `mrt_pthread_mutex_trylock' simulate.c:(.text+0xc0f): undefined reference to `trace' simulate.c:(.text+0xc21): undefined reference to `mrt_pthread_mutex_lock' simulate.c:(.text+0xc67): undefined reference to `trace' simulate.c:(.text+0xd08): undefined reference to `family2afi' simulate.c:(.text+0xdad): undefined reference to `mrt_pthread_mutex_unlock' simulate.c:(.text+0xddd): undefined reference to `trace' simulate.c:(.text+0xde2): undefined reference to `mrt_switch_schedule' simulate.c:(.text+0xdf4): undefined reference to `mrt_pthread_mutex_trylock' simulate.c:(.text+0xe24): undefined reference to `trace' simulate.c:(.text+0xe36): undefined reference to `mrt_pthread_mutex_lock' simulate.c:(.text+0xe78): undefined reference to `trace' simulate.c:(.text+0xee6): undefined reference to `mrt_pthread_mutex_unlock' simulate.c:(.text+0xf16): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_add_module': config_file.c:(.text+0x2a): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x12f): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x14a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_del_module': config_file.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x252): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x2c1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_add_output': config_file.c:(.text+0x3d9): undefined reference to `New_Buffer' config_file.c:(.text+0x414): undefined reference to `buffer_vprintf' ../../lib/libcfg.a(config_file.o): In function `get_alist_options': config_file.c:(.text+0x459): undefined reference to `uii_parse_line' config_file.c:(.text+0x498): undefined reference to `ascii2prefix' config_file.c:(.text+0x4ae): undefined reference to `Deref_Prefix' config_file.c:(.text+0x4db): undefined reference to `uii_parse_line' config_file.c:(.text+0x505): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_notice': config_file.c:(.text+0x6b0): undefined reference to `user_vnotice' ../../lib/libcfg.a(config_file.o): In function `show_config': config_file.c:(.text+0x6da): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x81d): undefined reference to `uii_add_bulk_output' config_file.c:(.text+0x82b): undefined reference to `buffer_adjust' config_file.c:(.text+0x83f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_write': config_file.c:(.text+0x891): undefined reference to `uii_send_data' config_file.c:(.text+0x899): undefined reference to `uii_yes_no' config_file.c:(.text+0x8e5): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0xa36): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0xaf3): undefined reference to `buffer_adjust' ../../lib/libcfg.a(config_file.o): In function `start_config': config_file.c:(.text+0xb29): undefined reference to `mrt_pthread_mutex_trylock' ../../lib/libcfg.a(config_file.o): In function `end_config': config_file.c:(.text+0xb98): undefined reference to `MRT' config_file.c:(.text+0xbbe): undefined reference to `trace' config_file.c:(.text+0xbda): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `init_config': config_file.c:(.text+0xc0b): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc21): undefined reference to `mrt_pthread_cond_init' config_file.c:(.text+0xc37): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc4d): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc85): undefined reference to `uii_add_command2' config_file.c:(.text+0xca1): undefined reference to `uii_add_command2' config_file.c:(.text+0xcbd): undefined reference to `uii_add_command2' config_file.c:(.text+0xcd9): undefined reference to `uii_add_command2' config_file.c:(.text+0xcf5): undefined reference to `uii_add_command2' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0xd11): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(config_file.o): In function `enable': config_file.c:(.text+0x10aa): undefined reference to `MRT' config_file.c:(.text+0x10d0): undefined reference to `trace' config_file.c:(.text+0x10d7): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_login': config_file.c:(.text+0x1170): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_password': config_file.c:(.text+0x11a2): undefined reference to `UII' config_file.c:(.text+0x11b2): undefined reference to `set_uii' config_file.c:(.text+0x11bc): undefined reference to `strip_spaces' config_file.c:(.text+0x11c6): undefined reference to `UII' config_file.c:(.text+0x11d4): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_access_class': config_file.c:(.text+0x1209): undefined reference to `UII' config_file.c:(.text+0x1217): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_timeout': config_file.c:(.text+0x123d): undefined reference to `UII' config_file.c:(.text+0x127c): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_port': config_file.c:(.text+0x129f): undefined reference to `UII' config_file.c:(.text+0x12b2): undefined reference to `MRT' config_file.c:(.text+0x12d8): undefined reference to `trace' config_file.c:(.text+0x12df): undefined reference to `UII' config_file.c:(.text+0x12f1): undefined reference to `UII' config_file.c:(.text+0x1304): undefined reference to `set_uii' config_file.c:(.text+0x1314): undefined reference to `listen_uii2' ../../lib/libcfg.a(config_file.o): In function `config_line_address': config_file.c:(.text+0x1330): undefined reference to `UII' config_file.c:(.text+0x1353): undefined reference to `prefix_compare2' config_file.c:(.text+0x135e): undefined reference to `UII' config_file.c:(.text+0x136f): undefined reference to `set_uii' config_file.c:(.text+0x1376): undefined reference to `listen_uii2' config_file.c:(.text+0x137e): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_password': config_file.c:(.text+0x13cc): undefined reference to `UII' config_file.c:(.text+0x13dc): undefined reference to `set_uii' config_file.c:(.text+0x13e9): undefined reference to `UII' config_file.c:(.text+0x1410): undefined reference to `set_uii' config_file.c:(.text+0x1426): undefined reference to `strip_spaces' config_file.c:(.text+0x1430): undefined reference to `UII' config_file.c:(.text+0x143e): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_enable_password': config_file.c:(.text+0x1472): undefined reference to `UII' config_file.c:(.text+0x1482): undefined reference to `set_uii' config_file.c:(.text+0x149a): undefined reference to `strip_spaces' config_file.c:(.text+0x14a4): undefined reference to `UII' config_file.c:(.text+0x14b2): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_uii_timeout': config_file.c:(.text+0x159c): undefined reference to `UII' config_file.c:(.text+0x15c8): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_debug': config_file.c:(.text+0x1605): undefined reference to `uii_parse_line' config_file.c:(.text+0x1619): undefined reference to `trace_flag' config_file.c:(.text+0x1640): undefined reference to `trace' config_file.c:(.text+0x1668): undefined reference to `set_trace' config_file.c:(.text+0x1671): undefined reference to `uii_parse_line' config_file.c:(.text+0x1691): undefined reference to `set_trace' config_file.c:(.text+0x16c2): undefined reference to `uii_parse_line' config_file.c:(.text+0x16e9): undefined reference to `set_trace' config_file.c:(.text+0x174b): undefined reference to `set_trace_global' config_file.c:(.text+0x175c): undefined reference to `uii_send_data' ../../lib/libcfg.a(config_file.o): In function `config_access_list': config_file.c:(.text+0x188b): undefined reference to `prefix_toax' config_file.c:(.text+0x18a2): undefined reference to `prefix_toa' config_file.c:(.text+0x199c): undefined reference to `remove_access_list' config_file.c:(.text+0x19ce): undefined reference to `add_access_list' ../../lib/libcfg.a(config_file.o): In function `config_redirect': config_file.c:(.text+0x1a60): undefined reference to `UII' config_file.c:(.text+0x1a83): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_comment': config_file.c:(.text+0x1b0a): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_from_file2': config_file.c:(.text+0x1ba8): undefined reference to `MRT' config_file.c:(.text+0x1c1a): undefined reference to `trace' config_file.c:(.text+0x1c2e): undefined reference to `mrt_pthread_mutex_trylock' config_file.c:(.text+0x1c57): undefined reference to `trace' config_file.c:(.text+0x1c6f): undefined reference to `trace' config_file.c:(.text+0x1cc0): undefined reference to `New_Buffer_Stream' config_file.c:(.text+0x1ccc): undefined reference to `buffer_gets' config_file.c:(.text+0x1ce5): undefined reference to `buffer_gets' config_file.c:(.text+0x1cf8): undefined reference to `uii_proccess_command' config_file.c:(.text+0x1d1a): undefined reference to `trace' config_file.c:(.text+0x1d3a): undefined reference to `trace' config_file.c:(.text+0x1d68): undefined reference to `Delete_Buffer' config_file.c:(.text+0x1d8d): undefined reference to `MRT' config_file.c:(.text+0x1db3): undefined reference to `trace' config_file.c:(.text+0x1dc9): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x1dfd): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_create_default': config_file.c:(.text+0x1e58): undefined reference to `MRT' ../../lib/libcfg.a(config_file.o): In function `get_config_line_vty': config_file.c:(.text+0x1f33): undefined reference to `UII' config_file.c:(.text+0x1f4f): undefined reference to `UII' config_file.c:(.text+0x1f7e): undefined reference to `UII' config_file.c:(.text+0x1fe5): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2013): undefined reference to `UII' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0x202d): more undefined references to `UII' follow ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2041): undefined reference to `MRT' config_file.c:(.text+0x2067): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `get_access_list_config': config_file.c:(.text+0x209b): undefined reference to `access_list_out' ../../lib/libcfg.a(config_file.o): In function `get_uii_redirect': config_file.c:(.text+0x20a7): undefined reference to `UII' ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0xbd): undefined reference to `ip_lookup_fn' commconf.c:(.text+0xd6): undefined reference to `ip_hash_fn' commconf.c:(.text+0x101): undefined reference to `ip_lookup_fn' commconf.c:(.text+0x11a): undefined reference to `ip_hash_fn' commconf.c:(.text+0x143): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x15f): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x166): undefined reference to `UII' commconf.c:(.text+0x17c): undefined reference to `set_uii' commconf.c:(.text+0x183): undefined reference to `UII' commconf.c:(.text+0x19c): undefined reference to `set_uii' commconf.c:(.text+0x1a3): undefined reference to `UII' commconf.c:(.text+0x1bc): undefined reference to `set_uii' commconf.c:(.text+0x1c3): undefined reference to `UII' commconf.c:(.text+0x1dc): undefined reference to `set_uii' commconf.c:(.text+0x1e3): undefined reference to `UII' commconf.c:(.text+0x1fc): undefined reference to `set_uii' commconf.c:(.text+0x203): undefined reference to `UII' commconf.c:(.text+0x21c): undefined reference to `set_uii' commconf.c:(.text+0x23b): undefined reference to `uii_add_command2' commconf.c:(.text+0x257): undefined reference to `uii_add_command2' commconf.c:(.text+0x276): undefined reference to `uii_add_command2' commconf.c:(.text+0x295): undefined reference to `uii_add_command2' commconf.c:(.text+0x2a6): undefined reference to `show_interfaces' commconf.c:(.text+0x2b1): undefined reference to `uii_add_command2' commconf.c:(.text+0x2cd): undefined reference to `uii_add_command2' commconf.c:(.text+0x2e9): undefined reference to `uii_add_command2' commconf.c:(.text+0x308): undefined reference to `uii_add_command2' commconf.c:(.text+0x327): undefined reference to `uii_add_command2' ../../lib/libcfg.a(commconf.o):commconf.c:(.text+0x346): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0x510): undefined reference to `INTERFACE_MASTER' ../../lib/libcfg.a(commconf.o): In function `static_delete_route': commconf.c:(.text+0x54d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x556): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_mrt_reboot': commconf.c:(.text+0x591): undefined reference to `uii_send_data' commconf.c:(.text+0x599): undefined reference to `uii_yes_no' commconf.c:(.text+0x5ac): undefined reference to `uii_send_data' commconf.c:(.text+0x5b6): undefined reference to `mrt_set_force_exit' ../../lib/libcfg.a(commconf.o): In function `config_ip_route': commconf.c:(.text+0x63b): undefined reference to `find_interface_byname' commconf.c:(.text+0x664): undefined reference to `Deref_Prefix' commconf.c:(.text+0x66d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x683): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x699): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x6e6): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x717): undefined reference to `MRT' commconf.c:(.text+0x791): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x7ad): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7b6): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7e7): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7f0): undefined reference to `Deref_Prefix' commconf.c:(.text+0x832): undefined reference to `Ref_Prefix' commconf.c:(.text+0x846): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x84e): undefined reference to `Deref_Prefix' commconf.c:(.text+0x888): undefined reference to `ascii2prefix' commconf.c:(.text+0x8a0): undefined reference to `MRT' commconf.c:(.text+0x8c6): undefined reference to `trace' commconf.c:(.text+0x8cf): undefined reference to `find_interface' commconf.c:(.text+0x8e6): undefined reference to `find_interface_local' commconf.c:(.text+0x901): undefined reference to `add_nexthop' commconf.c:(.text+0x913): undefined reference to `add_gateway' commconf.c:(.text+0x920): undefined reference to `Deref_Prefix' commconf.c:(.text+0x927): undefined reference to `MRT' commconf.c:(.text+0x93b): undefined reference to `nexthop_available' commconf.c:(.text+0x942): undefined reference to `MRT' commconf.c:(.text+0x9af): undefined reference to `Ref_Prefix' commconf.c:(.text+0x9bb): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa31): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa3a): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa48): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa51): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa8d): undefined reference to `MRT' commconf.c:(.text+0xab3): undefined reference to `trace' commconf.c:(.text+0xac5): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0xb59): undefined reference to `Deref_Prefix' commconf.c:(.text+0xb62): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_interface': commconf.c:(.text+0xb94): undefined reference to `find_interface_byname' ../../lib/libcfg.a(commconf.o): In function `config_interface_gateway': commconf.c:(.text+0xd21): undefined reference to `prefix_toa' commconf.c:(.text+0xd4d): undefined reference to `add_gateway' ../../lib/libcfg.a(commconf.o): In function `config_router_id': commconf.c:(.text+0xd84): undefined reference to `MRT' commconf.c:(.text+0xdaa): undefined reference to `trace' commconf.c:(.text+0xdb4): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `config_gateway': commconf.c:(.text+0xde8): undefined reference to `find_interface_byname' commconf.c:(.text+0xdf8): undefined reference to `prefix_toa' commconf.c:(.text+0xe23): undefined reference to `add_gateway' commconf.c:(.text+0xe4d): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `interface_call_fn': commconf.c:(.text+0xe97): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `get_config_ip_route': commconf.c:(.text+0xef3): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_interface_gateway': commconf.c:(.text+0xfb5): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_gateway': commconf.c:(.text+0xfdd): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `re_evaluate_static_routes': commconf.c:(.text+0x106e): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x1079): undefined reference to `MRT' commconf.c:(.text+0x109f): undefined reference to `trace' commconf.c:(.text+0x10a8): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x10b3): undefined reference to `MRT' commconf.c:(.text+0x10d9): undefined reference to `trace' commconf.c:(.text+0x10e2): undefined reference to `find_interface' commconf.c:(.text+0x10fe): undefined reference to `find_interface_local' commconf.c:(.text+0x1139): undefined reference to `nexthop_available' commconf.c:(.text+0x1154): undefined reference to `MRT' commconf.c:(.text+0x1199): undefined reference to `MRT' commconf.c:(.text+0x11d7): undefined reference to `deref_nexthop' commconf.c:(.text+0x11e3): undefined reference to `add_nexthop' commconf.c:(.text+0x11f5): undefined reference to `add_gateway' commconf.c:(.text+0x1200): undefined reference to `MRT' commconf.c:(.text+0x1254): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x1281): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x129b): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x12d6): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `name2peer': bgpconf.c:(.text+0x27): undefined reference to `MRT' bgpconf.c:(.text+0x4d): undefined reference to `trace' bgpconf.c:(.text+0x61): undefined reference to `BGP' bgpconf.c:(.text+0x84): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x95): undefined reference to `MRT' bgpconf.c:(.text+0xbe): undefined reference to `trace' bgpconf.c:(.text+0xcb): undefined reference to `ascii2prefix' bgpconf.c:(.text+0xed): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x108): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_bgp_updates': bgpconf.c:(.text+0x2ef): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_bgp_router_id': bgpconf.c:(.text+0x6f3): undefined reference to `BGP' bgpconf.c:(.text+0x726): undefined reference to `MRT' bgpconf.c:(.text+0x74c): undefined reference to `trace' bgpconf.c:(.text+0x756): undefined reference to `BGP' bgpconf.c:(.text+0x778): undefined reference to `MRT' bgpconf.c:(.text+0x784): undefined reference to `prefix_toa' bgpconf.c:(.text+0x79b): undefined reference to `trace' bgpconf.c:(.text+0x7a3): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_bgp_init2': bgpconf.c:(.text+0x7db): undefined reference to `UII' bgpconf.c:(.text+0x7f4): undefined reference to `set_uii' bgpconf.c:(.text+0x810): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x82c): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x848): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x864): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x880): undefined reference to `uii_add_command2' ../../lib/libcfg.a(bgpconf.o):bgpconf.c:(.text+0x89c): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(bgpconf.o): In function `trace_bgp_neighbor': bgpconf.c:(.text+0x1b4b): undefined reference to `set_trace' ../../lib/libcfg.a(bgpconf.o): In function `load_ip_bgp_routes': bgpconf.c:(.text+0x1bc6): undefined reference to `uii_send_data' bgpconf.c:(.text+0x1bcf): undefined reference to `UII' bgpconf.c:(.text+0x1be9): undefined reference to `user_notice' ../../lib/libcfg.a(bgpconf.o): In function `load_bgp_routes': bgpconf.c:(.text+0x1c43): undefined reference to `uii_send_data' bgpconf.c:(.text+0x1c4c): undefined reference to `UII' bgpconf.c:(.text+0x1c66): undefined reference to `user_notice' ../../lib/libcfg.a(bgpconf.o): In function `load_ipv6_bgp_routes': bgpconf.c:(.text+0x1df6): undefined reference to `uii_send_data' bgpconf.c:(.text+0x1dff): undefined reference to `UII' bgpconf.c:(.text+0x1e19): undefined reference to `user_notice' ../../lib/libcfg.a(bgpconf.o): In function `show_bgp_rt_as': bgpconf.c:(.text+0x1f13): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_id_view': bgpconf.c:(.text+0x21d5): undefined reference to `MRT' bgpconf.c:(.text+0x21fb): undefined reference to `trace' bgpconf.c:(.text+0x2207): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_bgp_cluster_id': bgpconf.c:(.text+0x2293): undefined reference to `BGP' bgpconf.c:(.text+0x22c6): undefined reference to `MRT' bgpconf.c:(.text+0x22ec): undefined reference to `trace' bgpconf.c:(.text+0x22f6): undefined reference to `BGP' bgpconf.c:(.text+0x2318): undefined reference to `MRT' bgpconf.c:(.text+0x2324): undefined reference to `prefix_toa' bgpconf.c:(.text+0x233b): undefined reference to `trace' bgpconf.c:(.text+0x2343): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_add_interface': bgpconf.c:(.text+0x2487): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_delete_interface': bgpconf.c:(.text+0x24e4): undefined reference to `BGP' bgpconf.c:(.text+0x2518): undefined reference to `BGP' bgpconf.c:(.text+0x2547): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x254f): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2573): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_bind_interface_only': bgpconf.c:(.text+0x259a): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_network_prefix': bgpconf.c:(.text+0x260d): undefined reference to `BGP' bgpconf.c:(.text+0x2632): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x2665): undefined reference to `trace' bgpconf.c:(.text+0x2677): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x26aa): undefined reference to `trace' bgpconf.c:(.text+0x26e7): undefined reference to `prefix_compare' bgpconf.c:(.text+0x275e): undefined reference to `MRT' bgpconf.c:(.text+0x27a2): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x27b4): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x27ff): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2811): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2843): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2855): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x288a): undefined reference to `trace' bgpconf.c:(.text+0x2896): undefined reference to `MRT' bgpconf.c:(.text+0x28d5): undefined reference to `Ref_Prefix' bgpconf.c:(.text+0x2900): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2912): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2945): undefined reference to `trace' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_redistribute': bgpconf.c:(.text+0x2978): undefined reference to `BGP' bgpconf.c:(.text+0x2993): undefined reference to `string2proto' bgpconf.c:(.text+0x29af): undefined reference to `proto2string' bgpconf.c:(.text+0x29b9): undefined reference to `proto2string' bgpconf.c:(.text+0x2a04): undefined reference to `MRT' bgpconf.c:(.text+0x2a2a): undefined reference to `trace' bgpconf.c:(.text+0x2a3c): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x2a6c): undefined reference to `trace' bgpconf.c:(.text+0x2a7e): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x2aae): undefined reference to `trace' bgpconf.c:(.text+0x2ae6): undefined reference to `MRT' bgpconf.c:(.text+0x2b33): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2b86): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2bcd): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2bfd): undefined reference to `trace' bgpconf.c:(.text+0x2c10): undefined reference to `MRT' bgpconf.c:(.text+0x2c60): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2c90): undefined reference to `trace' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_remoteas': bgpconf.c:(.text+0x2cef): undefined reference to `BGP' bgpconf.c:(.text+0x2d24): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x2d8c): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2db2): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2dc6): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x2e88): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2eb8): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2ecf): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2ee4): undefined reference to `BGP' bgpconf.c:(.text+0x2f32): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2f40): undefined reference to `BGP' bgpconf.c:(.text+0x2f4c): undefined reference to `prefix_toa' bgpconf.c:(.text+0x2f8b): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2fe9): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x3006): undefined reference to `trace' bgpconf.c:(.text+0x300e): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_description': bgpconf.c:(.text+0x3095): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_update_source': bgpconf.c:(.text+0x313f): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x314e): undefined reference to `ascii2prefix' bgpconf.c:(.text+0x3186): undefined reference to `prefix_compare' bgpconf.c:(.text+0x3197): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x31f8): undefined reference to `find_interface_local' bgpconf.c:(.text+0x320b): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x3226): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x3254): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x3260): undefined reference to `find_interface_byname' bgpconf.c:(.text+0x327d): undefined reference to `prefix_toa' bgpconf.c:(.text+0x32bb): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x32f9): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_weight': bgpconf.c:(.text+0x3384): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_maximum_prefix': bgpconf.c:(.text+0x3430): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_alias': bgpconf.c:(.text+0x34df): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_option': bgpconf.c:(.text+0x361d): undefined reference to `MRT' bgpconf.c:(.text+0x3645): undefined reference to `trace' bgpconf.c:(.text+0x36de): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_list_in_out': bgpconf.c:(.text+0x37a4): undefined reference to `MRT' bgpconf.c:(.text+0x37cc): undefined reference to `trace' bgpconf.c:(.text+0x389e): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_routemap_in_out': bgpconf.c:(.text+0x3976): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_routerid': bgpconf.c:(.text+0x3a2a): undefined reference to `MRT' bgpconf.c:(.text+0x3a50): undefined reference to `trace' bgpconf.c:(.text+0x3a5c): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_time': bgpconf.c:(.text+0x3ca4): undefined reference to `MRT' bgpconf.c:(.text+0x3ccd): undefined reference to `trace' bgpconf.c:(.text+0x3d40): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_timers': bgpconf.c:(.text+0x3ddf): undefined reference to `schedule_event2' bgpconf.c:(.text+0x3e0c): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_n_peer': bgpconf.c:(.text+0x3e9e): undefined reference to `MRT' bgpconf.c:(.text+0x3ec4): undefined reference to `trace' bgpconf.c:(.text+0x3ed6): undefined reference to `BGP' bgpconf.c:(.text+0x3f12): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x3f6a): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x3fad): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x401e): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4034): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x4056): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x40ba): undefined reference to `parse_line' bgpconf.c:(.text+0x40db): undefined reference to `parse_line' bgpconf.c:(.text+0x410c): undefined reference to `find_interface_byname' bgpconf.c:(.text+0x414a): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4164): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x417f): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x41a7): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x41be): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x41e6): undefined reference to `prefix_compare2' bgpconf.c:(.text+0x41f3): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x41fb): undefined reference to `Ref_Prefix' bgpconf.c:(.text+0x4212): undefined reference to `BGP' bgpconf.c:(.text+0x4298): undefined reference to `prefix_compare2' bgpconf.c:(.text+0x42b0): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x42bc): undefined reference to `Ref_Prefix' bgpconf.c:(.text+0x42f9): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4313): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x4324): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x439c): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_n_remoteas': bgpconf.c:(.text+0x4404): undefined reference to `BGP' bgpconf.c:(.text+0x442e): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x4475): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x44b4): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x44fb): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4578): undefined reference to `BGP' bgpconf.c:(.text+0x459c): undefined reference to `BGP' bgpconf.c:(.text+0x45b7): undefined reference to `trace' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_list': bgpconf.c:(.text+0x467a): undefined reference to `BGP' bgpconf.c:(.text+0x46a4): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x46f9): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x472d): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4775): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x47b0): undefined reference to `BGP' bgpconf.c:(.text+0x4813): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4850): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `config_router_aggregate': bgpconf.c:(.text+0x4882): undefined reference to `BGP' bgpconf.c:(.text+0x48b2): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x48e2): undefined reference to `trace' bgpconf.c:(.text+0x48f4): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x4923): undefined reference to `trace' bgpconf.c:(.text+0x4940): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x496f): undefined reference to `trace' bgpconf.c:(.text+0x49ba): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x49ea): undefined reference to `trace' bgpconf.c:(.text+0x49fc): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x4a2b): undefined reference to `trace' bgpconf.c:(.text+0x4a83): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4ab2): undefined reference to `trace' bgpconf.c:(.text+0x4aba): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `dump_f_bgp_routes': bgpconf.c:(.text+0x4b72): undefined reference to `UII' bgpconf.c:(.text+0x4bb9): undefined reference to `UII' bgpconf.c:(.text+0x4bf8): undefined reference to `uii_send_data' bgpconf.c:(.text+0x4c2c): undefined reference to `uii_send_data' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_f_bgp_routes': bgpconf.c:(.text+0x4dbe): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_f_bgp': bgpconf.c:(.text+0x4ff1): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_int': bgpconf.c:(.text+0x5122): undefined reference to `BGP' bgpconf.c:(.text+0x5182): undefined reference to `BGP' bgpconf.c:(.text+0x51d5): undefined reference to `MRT' bgpconf.c:(.text+0x5216): undefined reference to `BGP' bgpconf.c:(.text+0x5246): undefined reference to `trace' bgpconf.c:(.text+0x5253): undefined reference to `MRT' bgpconf.c:(.text+0x5279): undefined reference to `trace' bgpconf.c:(.text+0x52d4): undefined reference to `BGP' bgpconf.c:(.text+0x531a): undefined reference to `BGP' bgpconf.c:(.text+0x5348): undefined reference to `MRT' bgpconf.c:(.text+0x536e): undefined reference to `trace' bgpconf.c:(.text+0x5436): undefined reference to `BGP' bgpconf.c:(.text+0x54b0): undefined reference to `MRT' bgpconf.c:(.text+0x54d6): undefined reference to `trace' bgpconf.c:(.text+0x556f): undefined reference to `BGP' bgpconf.c:(.text+0x5580): undefined reference to `MRT' bgpconf.c:(.text+0x55a6): undefined reference to `trace' bgpconf.c:(.text+0x55b3): undefined reference to `MRT' bgpconf.c:(.text+0x55d9): undefined reference to `trace' bgpconf.c:(.text+0x5627): undefined reference to `MRT' bgpconf.c:(.text+0x564d): undefined reference to `trace' bgpconf.c:(.text+0x5669): undefined reference to `MRT' bgpconf.c:(.text+0x568f): undefined reference to `trace' bgpconf.c:(.text+0x56b1): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x5746): undefined reference to `ifzero' bgpconf.c:(.text+0x580e): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x58b1): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x58e1): undefined reference to `trace' bgpconf.c:(.text+0x58f3): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x5923): undefined reference to `trace' bgpconf.c:(.text+0x5963): undefined reference to `MRT' bgpconf.c:(.text+0x5a05): undefined reference to `MRT' bgpconf.c:(.text+0x5a58): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x5a88): undefined reference to `trace' bgpconf.c:(.text+0x5aac): undefined reference to `MRT' bgpconf.c:(.text+0x5ae2): undefined reference to `BGP' bgpconf.c:(.text+0x5b04): undefined reference to `BGP' bgpconf.c:(.text+0x5b51): undefined reference to `BGP' bgpconf.c:(.text+0x5b85): undefined reference to `BGP' bgpconf.c:(.text+0x5bb0): undefined reference to `MRT' bgpconf.c:(.text+0x5bd6): undefined reference to `trace' bgpconf.c:(.text+0x5bdd): undefined reference to `BGP' bgpconf.c:(.text+0x5c80): undefined reference to `MRT' bgpconf.c:(.text+0x5ca6): undefined reference to `trace' bgpconf.c:(.text+0x5cad): undefined reference to `BGP' bgpconf.c:(.text+0x5ceb): undefined reference to `MRT' bgpconf.c:(.text+0x5d11): undefined reference to `trace' bgpconf.c:(.text+0x5d2d): undefined reference to `ifzero' ../../lib/libcfg.a(bgpconf.o): In function `get_config_router_bgp': bgpconf.c:(.text+0x5e46): undefined reference to `MRT' bgpconf.c:(.text+0x5e6c): undefined reference to `trace' bgpconf.c:(.text+0x5ef0): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x5f20): undefined reference to `trace' bgpconf.c:(.text+0x5f32): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x5f62): undefined reference to `trace' bgpconf.c:(.text+0x5fa1): undefined reference to `prefix_toax' bgpconf.c:(.text+0x6024): undefined reference to `proto2string' bgpconf.c:(.text+0x6050): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x6080): undefined reference to `trace' bgpconf.c:(.text+0x6097): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6119): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x612b): undefined reference to `prefix_toa' bgpconf.c:(.text+0x61da): undefined reference to `prefix_toa' bgpconf.c:(.text+0x6602): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x6680): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `print_aggregate_address': bgpconf.c:(.text+0x66ba): undefined reference to `prefix_toax' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_bgp_view': bgpconf.c:(.text+0x6700): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_bgp_routes': bgpconf.c:(.text+0x692d): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_check_family': bgpconf.c:(.text+0x6a3a): undefined reference to `BGP' bgpconf.c:(.text+0x6a59): undefined reference to `MRT' bgpconf.c:(.text+0x6a7f): undefined reference to `trace' bgpconf.c:(.text+0x6a8d): undefined reference to `family2afi' bgpconf.c:(.text+0x6ad0): undefined reference to `BGP' bgpconf.c:(.text+0x6b0f): undefined reference to `MRT' bgpconf.c:(.text+0x6b35): undefined reference to `trace' bgpconf.c:(.text+0x6b4c): undefined reference to `MRT' bgpconf.c:(.text+0x6b72): undefined reference to `trace' bgpconf.c:(.text+0x6b89): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6bef): undefined reference to `MRT' bgpconf.c:(.text+0x6c15): undefined reference to `trace' bgpconf.c:(.text+0x6cac): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x6ce6): undefined reference to `MRT' bgpconf.c:(.text+0x6d0c): undefined reference to `trace' bgpconf.c:(.text+0x6d33): undefined reference to `MRT' bgpconf.c:(.text+0x6d59): undefined reference to `trace' bgpconf.c:(.text+0x6d69): undefined reference to `MRT' bgpconf.c:(.text+0x6d8f): undefined reference to `trace' bgpconf.c:(.text+0x6dbf): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x6dff): undefined reference to `trace' bgpconf.c:(.text+0x6e11): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6e50): undefined reference to `trace' bgpconf.c:(.text+0x6e62): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x6ea8): undefined reference to `trace' bgpconf.c:(.text+0x6eba): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6efc): undefined reference to `trace' bgpconf.c:(.text+0x6f42): undefined reference to `MRT' bgpconf.c:(.text+0x6ff5): undefined reference to `MRT' bgpconf.c:(.text+0x704d): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x7080): undefined reference to `trace' bgpconf.c:(.text+0x7092): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x70c2): undefined reference to `trace' bgpconf.c:(.text+0x70e8): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `set_bgp_peer': bgpconf.c:(.text+0x71f5): undefined reference to `MRT' bgpconf.c:(.text+0x721b): undefined reference to `trace' bgpconf.c:(.text+0x7238): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x72e6): undefined reference to `MRT' bgpconf.c:(.text+0x730c): undefined reference to `trace' bgpconf.c:(.text+0x7b69): undefined reference to `prefix_toa' bgpconf.c:(.text+0x7b93): undefined reference to `set_trace' bgpconf.c:(.text+0x7c00): undefined reference to `prefix_toa' bgpconf.c:(.text+0x7c23): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(rtmapconf.o): In function `config_rtmap_init': rtmapconf.c:(.text+0x7): undefined reference to `UII' rtmapconf.c:(.text+0x20): undefined reference to `set_uii' rtmapconf.c:(.text+0x3c): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0x58): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0x74): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0x90): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0xac): undefined reference to `uii_add_command2' ../../lib/libcfg.a(rtmapconf.o):rtmapconf.c:(.text+0xc8): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_match_address': rtmapconf.c:(.text+0x4fe): undefined reference to `MRT' rtmapconf.c:(.text+0x524): undefined reference to `trace' rtmapconf.c:(.text+0x53c): undefined reference to `MRT' rtmapconf.c:(.text+0x562): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_match_aspath': rtmapconf.c:(.text+0x5be): undefined reference to `MRT' rtmapconf.c:(.text+0x5e4): undefined reference to `trace' rtmapconf.c:(.text+0x5fc): undefined reference to `MRT' rtmapconf.c:(.text+0x622): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_match_community': rtmapconf.c:(.text+0x67e): undefined reference to `MRT' rtmapconf.c:(.text+0x6a4): undefined reference to `trace' rtmapconf.c:(.text+0x6bc): undefined reference to `MRT' rtmapconf.c:(.text+0x6e2): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_origin': rtmapconf.c:(.text+0x725): undefined reference to `parse_line' rtmapconf.c:(.text+0x73c): undefined reference to `parse_line' rtmapconf.c:(.text+0x752): undefined reference to `parse_line' rtmapconf.c:(.text+0x773): undefined reference to `MRT' rtmapconf.c:(.text+0x799): undefined reference to `trace' rtmapconf.c:(.text+0x7cf): undefined reference to `MRT' rtmapconf.c:(.text+0x7f5): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_aspath': rtmapconf.c:(.text+0x8c9): undefined reference to `MRT' rtmapconf.c:(.text+0x8ef): undefined reference to `trace' rtmapconf.c:(.text+0x90b): undefined reference to `MRT' rtmapconf.c:(.text+0x931): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_nexthop': rtmapconf.c:(.text+0xa71): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xa9c): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xaca): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xaef): undefined reference to `MRT' rtmapconf.c:(.text+0xb15): undefined reference to `trace' rtmapconf.c:(.text+0xb31): undefined reference to `MRT' rtmapconf.c:(.text+0xb57): undefined reference to `trace' rtmapconf.c:(.text+0xb6b): undefined reference to `add_nexthop' rtmapconf.c:(.text+0xb76): undefined reference to `Deref_Prefix' rtmapconf.c:(.text+0xb82): undefined reference to `MRT' rtmapconf.c:(.text+0xba8): undefined reference to `trace' rtmapconf.c:(.text+0xbf2): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xc32): undefined reference to `MRT' rtmapconf.c:(.text+0xc58): undefined reference to `trace' rtmapconf.c:(.text+0xc74): undefined reference to `MRT' rtmapconf.c:(.text+0xc9a): undefined reference to `trace' rtmapconf.c:(.text+0xcc6): undefined reference to `ref_nexthop' rtmapconf.c:(.text+0xce9): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xd42): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xd6d): undefined reference to `MRT' rtmapconf.c:(.text+0xd93): undefined reference to `trace' rtmapconf.c:(.text+0xdaf): undefined reference to `MRT' rtmapconf.c:(.text+0xdd5): undefined reference to `trace' rtmapconf.c:(.text+0xddf): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xdff): undefined reference to `deref_nexthop' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_metric': rtmapconf.c:(.text+0xe92): undefined reference to `MRT' rtmapconf.c:(.text+0xeb8): undefined reference to `trace' rtmapconf.c:(.text+0xed0): undefined reference to `MRT' rtmapconf.c:(.text+0xef6): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_weight': rtmapconf.c:(.text+0xf54): undefined reference to `MRT' rtmapconf.c:(.text+0xf7a): undefined reference to `trace' rtmapconf.c:(.text+0xf92): undefined reference to `MRT' rtmapconf.c:(.text+0xfb8): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_community': rtmapconf.c:(.text+0x10f4): undefined reference to `MRT' rtmapconf.c:(.text+0x111a): undefined reference to `trace' rtmapconf.c:(.text+0x113f): undefined reference to `MRT' rtmapconf.c:(.text+0x1165): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_dpa': rtmapconf.c:(.text+0x1275): undefined reference to `MRT' rtmapconf.c:(.text+0x129b): undefined reference to `trace' rtmapconf.c:(.text+0x12b3): undefined reference to `MRT' rtmapconf.c:(.text+0x12d9): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_atomic': rtmapconf.c:(.text+0x133b): undefined reference to `MRT' rtmapconf.c:(.text+0x1361): undefined reference to `trace' rtmapconf.c:(.text+0x137b): undefined reference to `MRT' rtmapconf.c:(.text+0x13a1): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_aggregator': rtmapconf.c:(.text+0x1405): undefined reference to `MRT' rtmapconf.c:(.text+0x142b): undefined reference to `trace' rtmapconf.c:(.text+0x1445): undefined reference to `MRT' rtmapconf.c:(.text+0x146b): undefined reference to `trace' rtmapconf.c:(.text+0x1495): undefined reference to `Deref_Prefix' rtmapconf.c:(.text+0x14d4): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_localpref': rtmapconf.c:(.text+0x1581): undefined reference to `MRT' rtmapconf.c:(.text+0x15a7): undefined reference to `trace' rtmapconf.c:(.text+0x15bf): undefined reference to `MRT' rtmapconf.c:(.text+0x15e5): undefined reference to `trace' ../../lib/libcfg.a(load.o): In function `load_f_bgp_routes': load.c:(.text+0x25): undefined reference to `MRT' load.c:(.text+0xe1): undefined reference to `deref_nexthop' load.c:(.text+0x114): undefined reference to `ref_nexthop' load.c:(.text+0x133): undefined reference to `BGP' load.c:(.text+0x15d): undefined reference to `family2afi' load.c:(.text+0x178): undefined reference to `mrt_pthread_mutex_trylock' load.c:(.text+0x1a8): undefined reference to `trace' load.c:(.text+0x1ba): undefined reference to `mrt_pthread_mutex_lock' load.c:(.text+0x1ea): undefined reference to `trace' load.c:(.text+0x212): undefined reference to `mrt_pthread_mutex_unlock' load.c:(.text+0x242): undefined reference to `trace' load.c:(.text+0x262): undefined reference to `Deref_Prefix' load.c:(.text+0x390): undefined reference to `New_Prefix' load.c:(.text+0x39d): undefined reference to `add_nexthop' load.c:(.text+0x3ac): undefined reference to `Deref_Prefix' load.c:(.text+0x3df): undefined reference to `New_Prefix' load.c:(.text+0x3ec): undefined reference to `add_nexthop' load.c:(.text+0x3f8): undefined reference to `Deref_Prefix' load.c:(.text+0x74e): undefined reference to `New_Prefix' load.c:(.text+0x75e): undefined reference to `add_gateway' load.c:(.text+0x775): undefined reference to `Deref_Prefix' load.c:(.text+0x787): undefined reference to `New_Prefix' load.c:(.text+0x7a3): undefined reference to `BGP' load.c:(.text+0x7d1): undefined reference to `family2afi' load.c:(.text+0x7ec): undefined reference to `mrt_pthread_mutex_trylock' load.c:(.text+0x81f): undefined reference to `trace' load.c:(.text+0x831): undefined reference to `mrt_pthread_mutex_lock' load.c:(.text+0x864): undefined reference to `trace' load.c:(.text+0x895): undefined reference to `mrt_pthread_mutex_unlock' load.c:(.text+0x8c8): undefined reference to `trace' load.c:(.text+0x8df): undefined reference to `Deref_Prefix' load.c:(.text+0x962): undefined reference to `New_Prefix' load.c:(.text+0x9a9): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(aspath.o): In function `Delete_ASPATH_segment': aspath.c:(.text+0x31): undefined reference to `MRT' aspath.c:(.text+0x57): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `munge_aspath': aspath.c:(.text+0x2b3): undefined reference to `MRT' aspath.c:(.text+0x2ca): undefined reference to `MRT' aspath.c:(.text+0x2e4): undefined reference to `trace' aspath.c:(.text+0x305): undefined reference to `MRT' aspath.c:(.text+0x31e): undefined reference to `MRT' aspath.c:(.text+0x335): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `bgp_get_home_AS': aspath.c:(.text+0x67a): undefined reference to `MRT' aspath.c:(.text+0x6a2): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspth_from_string': aspath.c:(.text+0x1122): undefined reference to `MRT' aspath.c:(.text+0x113c): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_merge': aspath.c:(.text+0x1d72): undefined reference to `MRT' aspath.c:(.text+0x1d98): undefined reference to `trace' aspath.c:(.text+0x1db7): undefined reference to `MRT' aspath.c:(.text+0x1ddd): undefined reference to `trace' aspath.c:(.text+0x1e05): undefined reference to `MRT' aspath.c:(.text+0x1e2b): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_remove': aspath.c:(.text+0x1f9f): undefined reference to `MRT' aspath.c:(.text+0x1fc5): undefined reference to `trace' aspath.c:(.text+0x2065): undefined reference to `MRT' aspath.c:(.text+0x208b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr': bgp_attr.c:(.text+0xcc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0xda): undefined reference to `origin2string' bgp_attr.c:(.text+0xf3): undefined reference to `trace' bgp_attr.c:(.text+0x106): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x11f): undefined reference to `trace' bgp_attr.c:(.text+0x13c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x14f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x168): undefined reference to `trace' bgp_attr.c:(.text+0x172): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x182): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x19b): undefined reference to `trace' bgp_attr.c:(.text+0x1ae): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1c7): undefined reference to `trace' bgp_attr.c:(.text+0x1da): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1f3): undefined reference to `trace' bgp_attr.c:(.text+0x206): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x21b): undefined reference to `trace' bgp_attr.c:(.text+0x22d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x245): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x262): undefined reference to `trace' bgp_attr.c:(.text+0x275): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x285): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x29e): undefined reference to `trace' bgp_attr.c:(.text+0x2b1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x2da): undefined reference to `trace' bgp_attr.c:(.text+0x2ed): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x316): undefined reference to `trace' bgp_attr.c:(.text+0x329): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x34d): undefined reference to `trace' bgp_attr.c:(.text+0x3df): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr2': bgp_attr.c:(.text+0x45d): undefined reference to `trace' bgp_attr.c:(.text+0x483): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x495): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4bc): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0x4f2): undefined reference to `MRT' bgp_attr.c:(.text+0x518): undefined reference to `trace' bgp_attr.c:(.text+0x52a): undefined reference to `MRT' bgp_attr.c:(.text+0x550): undefined reference to `trace' bgp_attr.c:(.text+0x565): undefined reference to `MRT' bgp_attr.c:(.text+0x58b): undefined reference to `trace' bgp_attr.c:(.text+0x5a8): undefined reference to `MRT' bgp_attr.c:(.text+0x5ce): undefined reference to `trace' bgp_attr.c:(.text+0x60e): undefined reference to `trace' bgp_attr.c:(.text+0x648): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x67e): undefined reference to `trace' bgp_attr.c:(.text+0x74c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x788): undefined reference to `okay_trace' bgp_attr.c:(.text+0x79c): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x7b3): undefined reference to `trace' bgp_attr.c:(.text+0x7de): undefined reference to `trace' bgp_attr.c:(.text+0x81f): undefined reference to `trace' bgp_attr.c:(.text+0x846): undefined reference to `trace' bgp_attr.c:(.text+0x91b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x939): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0xa1b): undefined reference to `New_Prefix' bgp_attr.c:(.text+0xa44): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0xa79): undefined reference to `okay_trace' bgp_attr.c:(.text+0xa8d): undefined reference to `prefix_toax' bgp_attr.c:(.text+0xaa4): undefined reference to `trace' bgp_attr.c:(.text+0xad4): undefined reference to `trace' bgp_attr.c:(.text+0xb10): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0xb80): undefined reference to `MRT' bgp_attr.c:(.text+0xba6): undefined reference to `trace' bgp_attr.c:(.text+0xbb7): undefined reference to `MRT' bgp_attr.c:(.text+0xbdd): undefined reference to `trace' bgp_attr.c:(.text+0xc5b): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0xcf1): undefined reference to `trace' bgp_attr.c:(.text+0xf1a): undefined reference to `trace' bgp_attr.c:(.text+0x1050): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x1070): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x1080): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x1213): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x12f4): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x148e): undefined reference to `trace' bgp_attr.c:(.text+0x152a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1571): undefined reference to `trace' bgp_attr.c:(.text+0x15a1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x15e2): undefined reference to `trace' bgp_attr.c:(.text+0x1641): undefined reference to `trace' bgp_attr.c:(.text+0x170d): undefined reference to `trace' bgp_attr.c:(.text+0x1803): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x184a): undefined reference to `trace' bgp_attr.c:(.text+0x189a): undefined reference to `trace' bgp_attr.c:(.text+0x19f4): undefined reference to `trace' bgp_attr.c:(.text+0x1b07): undefined reference to `trace' bgp_attr.c:(.text+0x1b9e): undefined reference to `trace' bgp_attr.c:(.text+0x1bcf): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x1bdf): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x1c5f): undefined reference to `trace' bgp_attr.c:(.text+0x1cc0): undefined reference to `trace' bgp_attr.c:(.text+0x1d01): undefined reference to `trace' bgp_attr.c:(.text+0x1f14): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2007): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x203f): undefined reference to `trace' bgp_attr.c:(.text+0x2055): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x21df): undefined reference to `trace' bgp_attr.c:(.text+0x2238): undefined reference to `trace' bgp_attr.c:(.text+0x226f): undefined reference to `MRT' bgp_attr.c:(.text+0x2295): undefined reference to `trace' bgp_attr.c:(.text+0x22c4): undefined reference to `MRT' bgp_attr.c:(.text+0x22ea): undefined reference to `trace' bgp_attr.c:(.text+0x2318): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2331): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x2341): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2388): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x23a2): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x23c2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x23cd): undefined reference to `prefix_is_unspecified' bgp_attr.c:(.text+0x23e7): undefined reference to `prefix_is_linklocal' bgp_attr.c:(.text+0x23f7): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2435): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x244e): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x248e): undefined reference to `MRT' bgp_attr.c:(.text+0x24b4): undefined reference to `trace' bgp_attr.c:(.text+0x24e2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x24fb): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x250b): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x253d): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x2554): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x257f): undefined reference to `trace' bgp_attr.c:(.text+0x283c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x293f): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2973): undefined reference to `trace' bgp_attr.c:(.text+0x2999): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2a74): undefined reference to `trace' bgp_attr.c:(.text+0x2ac3): undefined reference to `trace' bgp_attr.c:(.text+0x2b18): undefined reference to `trace' bgp_attr.c:(.text+0x2b40): undefined reference to `trace' bgp_attr.c:(.text+0x2b6e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x2bdf): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x2ebe): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2efb): undefined reference to `trace' bgp_attr.c:(.text+0x2f3a): undefined reference to `trace' bgp_attr.c:(.text+0x2f6e): undefined reference to `trace' bgp_attr.c:(.text+0x2f9c): undefined reference to `trace' bgp_attr.c:(.text+0x3019): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x304c): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x3096): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x30c8): undefined reference to `trace' bgp_attr.c:(.text+0x30ef): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_deref_attr': bgp_attr.c:(.text+0x313c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x314a): undefined reference to `MRT' bgp_attr.c:(.text+0x3170): undefined reference to `trace' bgp_attr.c:(.text+0x31a5): undefined reference to `MRT' bgp_attr.c:(.text+0x31cb): undefined reference to `trace' bgp_attr.c:(.text+0x31e3): undefined reference to `mrt_pthread_mutex_unlock' bgp_attr.c:(.text+0x31ef): undefined reference to `MRT' bgp_attr.c:(.text+0x3215): undefined reference to `trace' bgp_attr.c:(.text+0x321e): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x322c): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3242): undefined reference to `MRT' bgp_attr.c:(.text+0x3268): undefined reference to `trace' bgp_attr.c:(.text+0x328d): undefined reference to `MRT' bgp_attr.c:(.text+0x32b3): undefined reference to `trace' bgp_attr.c:(.text+0x32c1): undefined reference to `MRT' bgp_attr.c:(.text+0x32e7): undefined reference to `trace' bgp_attr.c:(.text+0x32f3): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x330c): undefined reference to `MRT' bgp_attr.c:(.text+0x3332): undefined reference to `trace' bgp_attr.c:(.text+0x3340): undefined reference to `MRT' bgp_attr.c:(.text+0x3366): undefined reference to `trace' bgp_attr.c:(.text+0x3372): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x338b): undefined reference to `MRT' bgp_attr.c:(.text+0x33b1): undefined reference to `trace' bgp_attr.c:(.text+0x33bf): undefined reference to `MRT' bgp_attr.c:(.text+0x33e5): undefined reference to `trace' bgp_attr.c:(.text+0x340a): undefined reference to `MRT' bgp_attr.c:(.text+0x3430): undefined reference to `trace' bgp_attr.c:(.text+0x343e): undefined reference to `MRT' bgp_attr.c:(.text+0x3464): undefined reference to `trace' bgp_attr.c:(.text+0x3481): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3492): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x34b9): undefined reference to `mrt_pthread_mutex_destroy' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_new_attr': bgp_attr.c:(.text+0x3553): undefined reference to `mrt_pthread_mutex_init' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attributes': bgp_attr.c:(.text+0x3594): undefined reference to `MRT' bgp_attr.c:(.text+0x35ba): undefined reference to `trace' bgp_attr.c:(.text+0x36b6): undefined reference to `MRT' bgp_attr.c:(.text+0x36df): undefined reference to `trace' bgp_attr.c:(.text+0x3706): undefined reference to `MRT' bgp_attr.c:(.text+0x372f): undefined reference to `trace' bgp_attr.c:(.text+0x3779): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x3793): undefined reference to `trace' bgp_attr.c:(.text+0x37b1): undefined reference to `MRT' bgp_attr.c:(.text+0x37d7): undefined reference to `trace' bgp_attr.c:(.text+0x3957): undefined reference to `MRT' bgp_attr.c:(.text+0x397d): undefined reference to `trace' bgp_attr.c:(.text+0x3994): undefined reference to `MRT' bgp_attr.c:(.text+0x39ba): undefined reference to `trace' bgp_attr.c:(.text+0x3a08): undefined reference to `MRT' bgp_attr.c:(.text+0x3a2e): undefined reference to `trace' bgp_attr.c:(.text+0x3a72): undefined reference to `MRT' bgp_attr.c:(.text+0x3a9b): undefined reference to `trace' bgp_attr.c:(.text+0x3b46): undefined reference to `MRT' bgp_attr.c:(.text+0x3b6f): undefined reference to `trace' bgp_attr.c:(.text+0x3bba): undefined reference to `MRT' bgp_attr.c:(.text+0x3be0): undefined reference to `trace' bgp_attr.c:(.text+0x3c27): undefined reference to `MRT' bgp_attr.c:(.text+0x3c50): undefined reference to `trace' bgp_attr.c:(.text+0x3d65): undefined reference to `MRT' bgp_attr.c:(.text+0x3d8b): undefined reference to `trace' bgp_attr.c:(.text+0x3d9a): undefined reference to `MRT' bgp_attr.c:(.text+0x3dc0): undefined reference to `trace' bgp_attr.c:(.text+0x3f1a): undefined reference to `MRT' bgp_attr.c:(.text+0x3f40): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attr_ipv6': bgp_attr.c:(.text+0x3f85): undefined reference to `MRT' bgp_attr.c:(.text+0x3fab): undefined reference to `trace' bgp_attr.c:(.text+0x4011): undefined reference to `trace' bgp_attr.c:(.text+0x4030): undefined reference to `trace' bgp_attr.c:(.text+0x403a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x4051): undefined reference to `trace' bgp_attr.c:(.text+0x4078): undefined reference to `MRT' bgp_attr.c:(.text+0x409e): undefined reference to `trace' bgp_attr.c:(.text+0x40ce): undefined reference to `okay_trace' bgp_attr.c:(.text+0x40dc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x40fa): undefined reference to `trace' bgp_attr.c:(.text+0x416a): undefined reference to `MRT' bgp_attr.c:(.text+0x4190): undefined reference to `trace' bgp_attr.c:(.text+0x41a4): undefined reference to `trace' bgp_attr.c:(.text+0x41b1): undefined reference to `okay_trace' bgp_attr.c:(.text+0x41bf): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x41dd): undefined reference to `trace' bgp_attr.c:(.text+0x422f): undefined reference to `okay_trace' bgp_attr.c:(.text+0x423d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x424f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4269): undefined reference to `trace' bgp_attr.c:(.text+0x42f0): undefined reference to `MRT' bgp_attr.c:(.text+0x4316): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_ref_attr': bgp_attr.c:(.text+0x434c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x435a): undefined reference to `MRT' bgp_attr.c:(.text+0x4380): undefined reference to `trace' bgp_attr.c:(.text+0x439b): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_compare_attr': bgp_attr.c:(.text+0x4524): undefined reference to `prefix_compare2' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x45ba): undefined reference to `MRT' bgp_attr.c:(.text+0x4610): undefined reference to `trace' bgp_attr.c:(.text+0x46ce): undefined reference to `MRT' bgp_attr.c:(.text+0x46f4): undefined reference to `trace' bgp_attr.c:(.text+0x47fd): undefined reference to `MRT' bgp_attr.c:(.text+0x4823): undefined reference to `trace' bgp_attr.c:(.text+0x48c1): undefined reference to `MRT' bgp_attr.c:(.text+0x48e7): undefined reference to `trace' bgp_attr.c:(.text+0x490c): undefined reference to `MRT' bgp_attr.c:(.text+0x4932): undefined reference to `trace' bgp_attr.c:(.text+0x49b0): undefined reference to `trace' bgp_attr.c:(.text+0x4a5e): undefined reference to `trace' bgp_attr.c:(.text+0x4adc): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4ae9): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4b00): undefined reference to `trace' bgp_attr.c:(.text+0x4bd4): undefined reference to `MRT' bgp_attr.c:(.text+0x4bfd): undefined reference to `trace' bgp_attr.c:(.text+0x4c3a): undefined reference to `trace' bgp_attr.c:(.text+0x4cc8): undefined reference to `trace' bgp_attr.c:(.text+0x4d7d): undefined reference to `trace' bgp_attr.c:(.text+0x4e16): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4e22): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4e39): undefined reference to `trace' bgp_attr.c:(.text+0x4f37): undefined reference to `MRT' bgp_attr.c:(.text+0x4f69): undefined reference to `trace' bgp_attr.c:(.text+0x4fce): undefined reference to `MRT' bgp_attr.c:(.text+0x5001): undefined reference to `trace' bgp_attr.c:(.text+0x520c): undefined reference to `MRT' bgp_attr.c:(.text+0x5238): undefined reference to `trace' bgp_attr.c:(.text+0x540c): undefined reference to `trace' bgp_attr.c:(.text+0x5426): undefined reference to `trace' bgp_attr.c:(.text+0x545b): undefined reference to `trace' bgp_attr.c:(.text+0x5465): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x547c): undefined reference to `trace' bgp_attr.c:(.text+0x549d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x54c7): undefined reference to `trace' bgp_attr.c:(.text+0x55bd): undefined reference to `trace' bgp_attr.c:(.text+0x55db): undefined reference to `trace' bgp_attr.c:(.text+0x5605): undefined reference to `trace' bgp_attr.c:(.text+0x562d): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x5807): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x5868): undefined reference to `MRT' bgp_attr.c:(.text+0x588e): undefined reference to `trace' bgp_attr.c:(.text+0x58a5): undefined reference to `MRT' bgp_attr.c:(.text+0x58cb): undefined reference to `trace' bgp_attr.c:(.text+0x58f5): undefined reference to `trace' bgp_attr.c:(.text+0x5915): undefined reference to `MRT' bgp_attr.c:(.text+0x593b): undefined reference to `trace' bgp_attr.c:(.text+0x596b): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5991): undefined reference to `trace' bgp_attr.c:(.text+0x5a19): undefined reference to `MRT' bgp_attr.c:(.text+0x5a3f): undefined reference to `trace' bgp_attr.c:(.text+0x5a5a): undefined reference to `trace' bgp_attr.c:(.text+0x5a67): undefined reference to `okay_trace' bgp_attr.c:(.text+0x5a7c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5a9a): undefined reference to `trace' bgp_attr.c:(.text+0x5b15): undefined reference to `trace' bgp_attr.c:(.text+0x5b3a): undefined reference to `trace' bgp_attr.c:(.text+0x5ce3): undefined reference to `trace' bgp_attr.c:(.text+0x5d58): undefined reference to `MRT' bgp_attr.c:(.text+0x5d7e): undefined reference to `trace' bgp_attr.c:(.text+0x5d98): undefined reference to `MRT' bgp_attr.c:(.text+0x5dbe): undefined reference to `trace' bgp_attr.c:(.text+0x5de8): undefined reference to `trace' bgp_attr.c:(.text+0x5e1f): undefined reference to `trace' bgp_attr.c:(.text+0x5e9e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_copy_attr': bgp_attr.c:(.text+0x5f2c): undefined reference to `MRT' bgp_attr.c:(.text+0x5f52): undefined reference to `trace' bgp_attr.c:(.text+0x5fc5): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0x6016): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6086): undefined reference to `MRT' bgp_attr.c:(.text+0x60ac): undefined reference to `trace' bgp_attr.c:(.text+0x60d0): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60e8): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60fd): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6310): undefined reference to `Ref_Prefix' bgp_attr.c:(.text+0x6330): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(as_alist.o): In function `as_access_list_toa': as_alist.c:(.text+0x38d): undefined reference to `MRT' as_alist.c:(.text+0x3b3): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_community': community.c:(.text+0x2f): undefined reference to `MRT' community.c:(.text+0x47): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `community_copy': community.c:(.text+0x235): undefined reference to `MRT' community.c:(.text+0x25b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `apply_community_condition': community.c:(.text+0x965): undefined reference to `MRT' community.c:(.text+0x98b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_cluster_list': community.c:(.text+0xd1f): undefined reference to `MRT' community.c:(.text+0xd37): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `peer_set_gateway': bgp_util.c:(.text+0x34): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x4b): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x5e): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x67): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x75): undefined reference to `find_interface_local' bgp_util.c:(.text+0x97): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xa0): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xbd): undefined reference to `find_interface' bgp_util.c:(.text+0xd2): undefined reference to `add_bgp_gateway' bgp_util.c:(.text+0xe5): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xee): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xfa): undefined reference to `INTERFACE_MASTER' bgp_util.c:(.text+0x113): undefined reference to `is_prefix_on' bgp_util.c:(.text+0x11e): undefined reference to `INTERFACE_MASTER' bgp_util.c:(.text+0x13b): undefined reference to `find_interface_local' bgp_util.c:(.text+0x165): undefined reference to `find_interface_local' bgp_util.c:(.text+0x176): undefined reference to `add_bgp_gateway' bgp_util.c:(.text+0x182): undefined reference to `MRT' bgp_util.c:(.text+0x1ad): undefined reference to `prefix_is_unspecified' bgp_util.c:(.text+0x1d7): undefined reference to `trace' bgp_util.c:(.text+0x207): undefined reference to `deref_nexthop' bgp_util.c:(.text+0x20f): undefined reference to `ref_nexthop' bgp_util.c:(.text+0x239): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_transport_connection': bgp_util.c:(.text+0x2eb): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x303): undefined reference to `mrt_close' bgp_util.c:(.text+0x31c): undefined reference to `mrt_socket' bgp_util.c:(.text+0x331): undefined reference to `socket_reuse' bgp_util.c:(.text+0x3bc): undefined reference to `socket_set_nonblocking' bgp_util.c:(.text+0x418): undefined reference to `trace' bgp_util.c:(.text+0x44b): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x46a): undefined reference to `trace' bgp_util.c:(.text+0x496): undefined reference to `MRT' bgp_util.c:(.text+0x4bc): undefined reference to `trace' bgp_util.c:(.text+0x4d2): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_connect_ready': bgp_util.c:(.text+0x52d): undefined reference to `select_delete_fd2' bgp_util.c:(.text+0x559): undefined reference to `trace' bgp_util.c:(.text+0x591): undefined reference to `trace' bgp_util.c:(.text+0x5a3): undefined reference to `mrt_close' bgp_util.c:(.text+0x5da): undefined reference to `trace' bgp_util.c:(.text+0x620): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_in_recv_open': bgp_util.c:(.text+0x65c): undefined reference to `MRT' bgp_util.c:(.text+0x682): undefined reference to `trace' bgp_util.c:(.text+0x6ec): undefined reference to `MRT' bgp_util.c:(.text+0x712): undefined reference to `trace' bgp_util.c:(.text+0x73d): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x750): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x77c): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x7bd): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x7ea): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x88e): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_peer_dead': bgp_util.c:(.text+0x8d2): undefined reference to `trace' bgp_util.c:(.text+0x8df): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x8f6): undefined reference to `mrt_close' bgp_util.c:(.text+0x912): undefined reference to `trace' bgp_util.c:(.text+0x96a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x98c): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x9a5): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x9c7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xa57): undefined reference to `clear_schedule' bgp_util.c:(.text+0xab9): undefined reference to `trace' bgp_util.c:(.text+0xae5): undefined reference to `trace' bgp_util.c:(.text+0xba3): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `init_bgp_local': bgp_util.c:(.text+0xc54): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xc5b): undefined reference to `BGP' bgp_util.c:(.text+0xc64): undefined reference to `trace_copy' bgp_util.c:(.text+0xc93): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xcbe): undefined reference to `BGP' bgp_util.c:(.text+0xcd1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xcd8): undefined reference to `BGP' bgp_util.c:(.text+0xcfd): undefined reference to `BGP' bgp_util.c:(.text+0xd10): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xd17): undefined reference to `BGP' bgp_util.c:(.text+0xd29): undefined reference to `MRT' bgp_util.c:(.text+0xd38): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xd3f): undefined reference to `MRT' bgp_util.c:(.text+0xd56): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `remove_bgp_local': bgp_util.c:(.text+0xd81): undefined reference to `MRT' bgp_util.c:(.text+0xda7): undefined reference to `trace' bgp_util.c:(.text+0xdae): undefined reference to `BGP' bgp_util.c:(.text+0xdc1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xdc8): undefined reference to `BGP' bgp_util.c:(.text+0xddf): undefined reference to `BGP' bgp_util.c:(.text+0xdf2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xe05): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0xe0e): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0xe22): undefined reference to `BGP' bgp_util.c:(.text+0xe3b): undefined reference to `MRT' bgp_util.c:(.text+0xe4a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xe51): undefined reference to `MRT' bgp_util.c:(.text+0xe6e): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `init_BGP': bgp_util.c:(.text+0xe9c): undefined reference to `BGP' bgp_util.c:(.text+0xeb1): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xeb8): undefined reference to `BGP' bgp_util.c:(.text+0xed5): undefined reference to `BGP' bgp_util.c:(.text+0xee9): undefined reference to `BGP' bgp_util.c:(.text+0xefc): undefined reference to `trace_copy' bgp_util.c:(.text+0xf06): undefined reference to `BGP' bgp_util.c:(.text+0xf1d): undefined reference to `set_trace' bgp_util.c:(.text+0xf38): undefined reference to `BGP' bgp_util.c:(.text+0xf61): undefined reference to `BGP' bgp_util.c:(.text+0xf8a): undefined reference to `BGP' bgp_util.c:(.text+0xfb3): undefined reference to `BGP' bgp_util.c:(.text+0xff9): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x1000): undefined reference to `BGP' bgp_util.c:(.text+0x100e): undefined reference to `New_Schedule' bgp_util.c:(.text+0x1015): undefined reference to `BGP' bgp_util.c:(.text+0x1023): undefined reference to `MRT' bgp_util.c:(.text+0x1058): undefined reference to `mrt_thread_create2' bgp_util.c:(.text+0x105f): undefined reference to `BGP' bgp_util.c:(.text+0x108c): undefined reference to `BGP' bgp_util.c:(.text+0x109a): undefined reference to `INTERFACE_MASTER' ../../lib/libbgp.a(bgp_util.o): In function `bgp_house_keeping_timeout': bgp_util.c:(.text+0x10ff): undefined reference to `BGP' bgp_util.c:(.text+0x110e): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1115): undefined reference to `BGP' bgp_util.c:(.text+0x1162): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x11d0): undefined reference to `MRT' bgp_util.c:(.text+0x11f6): undefined reference to `trace' bgp_util.c:(.text+0x1200): undefined reference to `BGP' bgp_util.c:(.text+0x1223): undefined reference to `trace' bgp_util.c:(.text+0x122a): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x123f): undefined reference to `mrt_close' bgp_util.c:(.text+0x124b): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x1257): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x132e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1335): undefined reference to `BGP' bgp_util.c:(.text+0x139f): undefined reference to `BGP' bgp_util.c:(.text+0x13b5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_if_call_fn': bgp_util.c:(.text+0x1403): undefined reference to `BGP' bgp_util.c:(.text+0x1416): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x141d): undefined reference to `BGP' bgp_util.c:(.text+0x1463): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x14e2): undefined reference to `schedule_event2' bgp_util.c:(.text+0x153e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1545): undefined reference to `BGP' bgp_util.c:(.text+0x15af): undefined reference to `BGP' bgp_util.c:(.text+0x15ca): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `init_BGP_listen': bgp_util.c:(.text+0x1605): undefined reference to `BGP' bgp_util.c:(.text+0x161b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1622): undefined reference to `BGP' bgp_util.c:(.text+0x1677): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x16a4): undefined reference to `BGP' bgp_util.c:(.text+0x170f): undefined reference to `BGP' bgp_util.c:(.text+0x1725): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1733): undefined reference to `BGP' bgp_util.c:(.text+0x17db): undefined reference to `mrt_socket' bgp_util.c:(.text+0x17f7): undefined reference to `socket_reuse' bgp_util.c:(.text+0x184b): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x1853): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1878): undefined reference to `BGP' bgp_util.c:(.text+0x1887): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x188e): undefined reference to `BGP' bgp_util.c:(.text+0x18cc): undefined reference to `mrt_socket' bgp_util.c:(.text+0x18e5): undefined reference to `BGP' bgp_util.c:(.text+0x18ff): undefined reference to `trace' bgp_util.c:(.text+0x1911): undefined reference to `mrt_close' bgp_util.c:(.text+0x191d): undefined reference to `BGP' bgp_util.c:(.text+0x1934): undefined reference to `trace' bgp_util.c:(.text+0x194a): undefined reference to `BGP' bgp_util.c:(.text+0x1960): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1988): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x1993): undefined reference to `BGP' bgp_util.c:(.text+0x19b3): undefined reference to `trace' bgp_util.c:(.text+0x19bc): undefined reference to `BGP' bgp_util.c:(.text+0x19d2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x19e8): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x19fe): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1a0c): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `bgp_in_accept_connection': bgp_util.c:(.text+0x1a86): undefined reference to `mrt_accept' bgp_util.c:(.text+0x1ac3): undefined reference to `sockaddr_toprefix' bgp_util.c:(.text+0x1ad2): undefined reference to `sockaddr_toprefix' bgp_util.c:(.text+0x1b11): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1b20): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1b55): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1b70): undefined reference to `MRT' bgp_util.c:(.text+0x1b85): undefined reference to `trace' bgp_util.c:(.text+0x1b92): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1b9e): undefined reference to `MRT' bgp_util.c:(.text+0x1bb3): undefined reference to `trace' bgp_util.c:(.text+0x1bc0): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1bd2): undefined reference to `mrt_close' bgp_util.c:(.text+0x1bf3): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1c00): undefined reference to `socket_set_nonblocking' bgp_util.c:(.text+0x1c28): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x1c33): undefined reference to `BGP' bgp_util.c:(.text+0x1c55): undefined reference to `trace' bgp_util.c:(.text+0x1c62): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1c6a): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x1c72): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `Find_BGP_Peer': bgp_util.c:(.text+0x1d28): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x1d80): undefined reference to `apply_access_list' bgp_util.c:(.text+0x1de9): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x1ebb): undefined reference to `BGP' bgp_util.c:(.text+0x1ece): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1ed5): undefined reference to `BGP' bgp_util.c:(.text+0x1f22): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1f52): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1f59): undefined reference to `BGP' bgp_util.c:(.text+0x1fc0): undefined reference to `BGP' bgp_util.c:(.text+0x1fd3): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1ff4): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1ffb): undefined reference to `BGP' bgp_util.c:(.text+0x200e): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `Find_BGP_Peer_ByID': bgp_util.c:(.text+0x20f3): undefined reference to `BGP' bgp_util.c:(.text+0x2106): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x210d): undefined reference to `BGP' bgp_util.c:(.text+0x2152): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x217b): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2182): undefined reference to `BGP' bgp_util.c:(.text+0x21ef): undefined reference to `BGP' bgp_util.c:(.text+0x2202): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2219): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2220): undefined reference to `BGP' bgp_util.c:(.text+0x2233): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `Add_BGP_Peer': bgp_util.c:(.text+0x2292): undefined reference to `MRT' bgp_util.c:(.text+0x22b8): undefined reference to `trace' bgp_util.c:(.text+0x22c4): undefined reference to `BGP' bgp_util.c:(.text+0x2311): undefined reference to `MRT' bgp_util.c:(.text+0x233a): undefined reference to `trace' bgp_util.c:(.text+0x238f): undefined reference to `prefix_toa' bgp_util.c:(.text+0x23b7): undefined reference to `prefix_toa' bgp_util.c:(.text+0x240a): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x2435): undefined reference to `BGP' bgp_util.c:(.text+0x2440): undefined reference to `trace_copy' bgp_util.c:(.text+0x245f): undefined reference to `set_trace' bgp_util.c:(.text+0x2476): undefined reference to `MRT' bgp_util.c:(.text+0x249c): undefined reference to `trace' bgp_util.c:(.text+0x25ea): undefined reference to `BGP' bgp_util.c:(.text+0x2610): undefined reference to `BGP' bgp_util.c:(.text+0x2636): undefined reference to `BGP' bgp_util.c:(.text+0x265c): undefined reference to `BGP' bgp_util.c:(.text+0x272b): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x275d): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x2778): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x2789): undefined reference to `prefix_toa' bgp_util.c:(.text+0x2798): undefined reference to `New_Schedule' bgp_util.c:(.text+0x27d4): undefined reference to `mrt_thread_create2' ../../lib/libbgp.a(bgp_util.o): In function `Destroy_BGP_Peer': bgp_util.c:(.text+0x2815): undefined reference to `MRT' bgp_util.c:(.text+0x283b): undefined reference to `trace' bgp_util.c:(.text+0x2877): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_destroy_peer': bgp_util.c:(.text+0x28b3): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x28ca): undefined reference to `mrt_close' bgp_util.c:(.text+0x28ec): undefined reference to `MRT' bgp_util.c:(.text+0x2912): undefined reference to `trace' bgp_util.c:(.text+0x2936): undefined reference to `MRT' bgp_util.c:(.text+0x295c): undefined reference to `trace' bgp_util.c:(.text+0x29b1): undefined reference to `BGP' bgp_util.c:(.text+0x29cf): undefined reference to `BGP' bgp_util.c:(.text+0x2a40): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2a66): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2a77): undefined reference to `MRT' bgp_util.c:(.text+0x2a9d): undefined reference to `trace' bgp_util.c:(.text+0x2add): undefined reference to `schedule_event2' bgp_util.c:(.text+0x2ae6): undefined reference to `MRT' bgp_util.c:(.text+0x2b0c): undefined reference to `trace' bgp_util.c:(.text+0x2b21): undefined reference to `MRT' bgp_util.c:(.text+0x2b47): undefined reference to `trace' bgp_util.c:(.text+0x2b7a): undefined reference to `delete_schedule' bgp_util.c:(.text+0x2b99): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0x2baf): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2bd8): undefined reference to `mrt_thread_exit' bgp_util.c:(.text+0x2be4): undefined reference to `clear_schedule' bgp_util.c:(.text+0x2c49): undefined reference to `MRT' bgp_util.c:(.text+0x2c6f): undefined reference to `trace' bgp_util.c:(.text+0x2c87): undefined reference to `mrt_close' bgp_util.c:(.text+0x2ca8): undefined reference to `trace' bgp_util.c:(.text+0x2cc1): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2cd4): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2cf9): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2d10): undefined reference to `mrt_close' bgp_util.c:(.text+0x2d38): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x2d55): undefined reference to `BGP' bgp_util.c:(.text+0x2d6b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x2d72): undefined reference to `BGP' bgp_util.c:(.text+0x2d8a): undefined reference to `BGP' bgp_util.c:(.text+0x2da0): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2dad): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2db8): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2dd1): undefined reference to `mrt_close' bgp_util.c:(.text+0x2e63): undefined reference to `BGP' bgp_util.c:(.text+0x2e89): undefined reference to `trace' bgp_util.c:(.text+0x2e90): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2ea5): undefined reference to `mrt_close' bgp_util.c:(.text+0x2eb1): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2ebd): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2f71): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2f9f): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2fda): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3012): undefined reference to `schedule_event2' bgp_util.c:(.text+0x302c): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_peer_down': bgp_util.c:(.text+0x30f1): undefined reference to `BGP' bgp_util.c:(.text+0x310f): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `bgp_stop_peer': bgp_util.c:(.text+0x3281): undefined reference to `MRT' bgp_util.c:(.text+0x32a7): undefined reference to `trace' bgp_util.c:(.text+0x32d3): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_peer': bgp_util.c:(.text+0x32f1): undefined reference to `MRT' bgp_util.c:(.text+0x3317): undefined reference to `trace' bgp_util.c:(.text+0x3343): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_all': bgp_util.c:(.text+0x3378): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x33e9): undefined reference to `schedule_event2' bgp_util.c:(.text+0x3442): undefined reference to `BGP' bgp_util.c:(.text+0x3455): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x345c): undefined reference to `BGP' bgp_util.c:(.text+0x349b): undefined reference to `BGP' bgp_util.c:(.text+0x34f7): undefined reference to `BGP' bgp_util.c:(.text+0x3514): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_kill_all': bgp_util.c:(.text+0x3548): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x35b9): undefined reference to `schedule_event2' bgp_util.c:(.text+0x3612): undefined reference to `BGP' bgp_util.c:(.text+0x3625): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x362c): undefined reference to `BGP' bgp_util.c:(.text+0x366b): undefined reference to `BGP' bgp_util.c:(.text+0x36c7): undefined reference to `BGP' bgp_util.c:(.text+0x36e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x374e): undefined reference to `BGP' bgp_util.c:(.text+0x3764): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x37d0): undefined reference to `MRT' bgp_util.c:(.text+0x37f6): undefined reference to `trace' bgp_util.c:(.text+0x3922): undefined reference to `BGP' bgp_util.c:(.text+0x3989): undefined reference to `BGP' bgp_util.c:(.text+0x39a8): undefined reference to `BGP' bgp_util.c:(.text+0x39ca): undefined reference to `BGP' bgp_util.c:(.text+0x39ec): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x3a0e): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x3aae): undefined reference to `MRT' bgp_util.c:(.text+0x3ad4): undefined reference to `trace' bgp_util.c:(.text+0x3adb): undefined reference to `BGP' bgp_util.c:(.text+0x3b23): undefined reference to `BGP' bgp_util.c:(.text+0x3b3f): undefined reference to `BGP' bgp_util.c:(.text+0x3b7b): undefined reference to `BGP' bgp_util.c:(.text+0x3b9c): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x3bb9): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x3cfa): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_listening': bgp_util.c:(.text+0x3d23): undefined reference to `MRT' bgp_util.c:(.text+0x3d49): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `start_bgp_peer': bgp_util.c:(.text+0x3da6): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `start_bgp': bgp_util.c:(.text+0x3df7): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_local': bgp_util.c:(.text+0x3e35): undefined reference to `BGP' bgp_util.c:(.text+0x3e4b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3e5a): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3e61): undefined reference to `BGP' bgp_util.c:(.text+0x3e7c): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3e83): undefined reference to `BGP' bgp_util.c:(.text+0x3e99): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x3ea0): undefined reference to `BGP' bgp_util.c:(.text+0x3eb3): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3eba): undefined reference to `BGP' bgp_util.c:(.text+0x3f12): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3f25): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f53): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f62): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f92): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3fa9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3fbb): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x3fc2): undefined reference to `BGP' bgp_util.c:(.text+0x4030): undefined reference to `BGP' bgp_util.c:(.text+0x4043): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_views': bgp_util.c:(.text+0x40a3): undefined reference to `BGP' bgp_util.c:(.text+0x40f3): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4109): undefined reference to `mrt_pthread_mutex_trylock' bgp_util.c:(.text+0x4139): undefined reference to `trace' bgp_util.c:(.text+0x414f): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x417f): undefined reference to `trace' bgp_util.c:(.text+0x425a): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x428a): undefined reference to `trace' bgp_util.c:(.text+0x42ca): undefined reference to `MRT' bgp_util.c:(.text+0x432d): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_summary': bgp_util.c:(.text+0x43d6): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x43f1): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4401): undefined reference to `MRT' bgp_util.c:(.text+0x4435): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4446): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4468): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x44ad): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x44bd): undefined reference to `BGP' bgp_util.c:(.text+0x44d0): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x44d7): undefined reference to `BGP' bgp_util.c:(.text+0x4524): undefined reference to `BGP' bgp_util.c:(.text+0x4587): undefined reference to `BGP' bgp_util.c:(.text+0x45b5): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x45c7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x45ef): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4684): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x469d): undefined reference to `prefix_toa' bgp_util.c:(.text+0x471d): undefined reference to `prefix_toa' bgp_util.c:(.text+0x47fb): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x489d): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x48f7): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x493d): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49a9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49bb): undefined reference to `prefix_toa' bgp_util.c:(.text+0x49d1): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49d8): undefined reference to `BGP' bgp_util.c:(.text+0x49f8): undefined reference to `MRT' bgp_util.c:(.text+0x4a39): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4a57): undefined reference to `prefix_toa' bgp_util.c:(.text+0x4a6f): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4a95): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4aa6): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4acc): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4add): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x4b03): more undefined references to `uii_add_bulk_output' follow ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_summary': bgp_util.c:(.text+0x4bc6): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x4c3f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_debug': bgp_util.c:(.text+0x4c8e): undefined reference to `BGP' bgp_util.c:(.text+0x4c9d): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4caa): undefined reference to `uii_parse_line' bgp_util.c:(.text+0x4cb7): undefined reference to `trace_flag' bgp_util.c:(.text+0x4cc8): undefined reference to `BGP' bgp_util.c:(.text+0x4cda): undefined reference to `set_trace' bgp_util.c:(.text+0x4ce3): undefined reference to `uii_parse_line' bgp_util.c:(.text+0x4cf6): undefined reference to `BGP' bgp_util.c:(.text+0x4d08): undefined reference to `set_trace' bgp_util.c:(.text+0x4d11): undefined reference to `BGP' bgp_util.c:(.text+0x4d28): undefined reference to `set_trace' bgp_util.c:(.text+0x4d2f): undefined reference to `BGP' bgp_util.c:(.text+0x4d45): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `trace_bgp': bgp_util.c:(.text+0x4dac): undefined reference to `BGP' bgp_util.c:(.text+0x4dc2): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4dcd): undefined reference to `BGP' bgp_util.c:(.text+0x4ded): undefined reference to `set_trace' bgp_util.c:(.text+0x4df4): undefined reference to `BGP' bgp_util.c:(.text+0x4e0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_view_int': bgp_util.c:(.text+0x4eae): undefined reference to `afi2family' bgp_util.c:(.text+0x4ef9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f24): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f36): undefined reference to `afi2string' bgp_util.c:(.text+0x4f41): undefined reference to `safi2string' bgp_util.c:(.text+0x4f6b): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f7a): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f89): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f98): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x51a3): undefined reference to `apply_condition' bgp_util.c:(.text+0x51fe): undefined reference to `apply_condition' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_rt_view_regexp': bgp_util.c:(.text+0x54f5): undefined reference to `uii_send_bulk_data' bgp_util.c:(.text+0x5512): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x5529): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_rtin': bgp_util.c:(.text+0x5600): undefined reference to `family2afi' bgp_util.c:(.text+0x569b): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x56b2): undefined reference to `afi2string' bgp_util.c:(.text+0x56c1): undefined reference to `safi2string' bgp_util.c:(.text+0x56e0): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x5786): undefined reference to `apply_condition' bgp_util.c:(.text+0x5810): undefined reference to `New_Buffer' bgp_util.c:(.text+0x59aa): undefined reference to `Delete_Buffer' bgp_util.c:(.text+0x5a7d): undefined reference to `BGP' bgp_util.c:(.text+0x5a90): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5a97): undefined reference to `BGP' bgp_util.c:(.text+0x5ae2): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5bbe): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x5bc5): undefined reference to `BGP' bgp_util.c:(.text+0x5c2f): undefined reference to `BGP' bgp_util.c:(.text+0x5c42): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_view': bgp_util.c:(.text+0x5c9c): undefined reference to `BGP' bgp_util.c:(.text+0x5cda): undefined reference to `afi2family' bgp_util.c:(.text+0x5cf5): undefined reference to `mrt_pthread_mutex_trylock' bgp_util.c:(.text+0x5d25): undefined reference to `trace' bgp_util.c:(.text+0x5d37): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5d66): undefined reference to `trace' bgp_util.c:(.text+0x5d90): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x5dcd): undefined reference to `trace' bgp_util.c:(.text+0x5de3): undefined reference to `BGP' bgp_util.c:(.text+0x5e19): undefined reference to `afi2family' ../../lib/libbgp.a(bgp_util.o): In function `get_first_view': bgp_util.c:(.text+0x5e67): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_rt_view_prefix': bgp_util.c:(.text+0x5efd): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5fcc): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5fd5): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5ffa): undefined reference to `uii_send_bulk_data' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_neighbors_errors': bgp_util.c:(.text+0x604e): undefined reference to `ascii2prefix' bgp_util.c:(.text+0x6080): undefined reference to `print_error_list' bgp_util.c:(.text+0x6088): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x6094): undefined reference to `BGP' bgp_util.c:(.text+0x60a7): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x60ae): undefined reference to `BGP' bgp_util.c:(.text+0x6102): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x616e): undefined reference to `print_error_list' bgp_util.c:(.text+0x61ce): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x61d5): undefined reference to `BGP' bgp_util.c:(.text+0x623f): undefined reference to `BGP' bgp_util.c:(.text+0x6252): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6274): undefined reference to `print_error_list' bgp_util.c:(.text+0x6291): undefined reference to `prefix_toa' bgp_util.c:(.text+0x62b0): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_neighbors_routes': bgp_util.c:(.text+0x6349): undefined reference to `BGP' bgp_util.c:(.text+0x637d): undefined reference to `ascii2prefix' bgp_util.c:(.text+0x6398): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x6404): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x6497): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x64c8): undefined reference to `BGP' bgp_util.c:(.text+0x64db): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x64e2): undefined reference to `BGP' bgp_util.c:(.text+0x65f4): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x6617): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x665d): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6693): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x677f): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6786): undefined reference to `BGP' bgp_util.c:(.text+0x67ef): undefined reference to `BGP' bgp_util.c:(.text+0x6802): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_check_attr': bgp_util.c:(.text+0x6890): undefined reference to `MRT' bgp_util.c:(.text+0x68b6): undefined reference to `trace' bgp_util.c:(.text+0x68d7): undefined reference to `trace' bgp_util.c:(.text+0x695e): undefined reference to `trace' bgp_util.c:(.text+0x696b): undefined reference to `deref_nexthop' bgp_util.c:(.text+0x6998): undefined reference to `trace' bgp_util.c:(.text+0x69bc): undefined reference to `MRT' bgp_util.c:(.text+0x69e2): undefined reference to `trace' bgp_util.c:(.text+0x6a63): undefined reference to `trace' bgp_util.c:(.text+0x6a86): undefined reference to `trace' bgp_util.c:(.text+0x6ac7): undefined reference to `trace' bgp_util.c:(.text+0x6b25): undefined reference to `bgptype2string' bgp_util.c:(.text+0x6b40): undefined reference to `trace' bgp_util.c:(.text+0x6b65): undefined reference to `MRT' bgp_util.c:(.text+0x6b88): undefined reference to `MRT' bgp_util.c:(.text+0x6bae): undefined reference to `trace' bgp_util.c:(.text+0x6c13): undefined reference to `trace' bgp_util.c:(.text+0x6c45): undefined reference to `trace' bgp_util.c:(.text+0x6c86): undefined reference to `MRT' bgp_util.c:(.text+0x6ca1): undefined reference to `MRT' bgp_util.c:(.text+0x6cc7): undefined reference to `trace' bgp_util.c:(.text+0x6d93): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `check_bgp_networks': bgp_util.c:(.text+0x6dc1): undefined reference to `BGP' bgp_util.c:(.text+0x6dd5): undefined reference to `MRT' bgp_util.c:(.text+0x6dfb): undefined reference to `trace' bgp_util.c:(.text+0x6e14): undefined reference to `MRT' bgp_util.c:(.text+0x6e3a): undefined reference to `trace' bgp_util.c:(.text+0x6e84): undefined reference to `a_include_b' ../../lib/libbgp.a(bgp_util.o): In function `bgp_direct_in_recv_open': bgp_util.c:(.text+0x6f17): undefined reference to `MRT' bgp_util.c:(.text+0x6f3d): undefined reference to `trace' bgp_util.c:(.text+0x6f4d): undefined reference to `MRT' bgp_util.c:(.text+0x6f73): undefined reference to `trace' bgp_util.c:(.text+0x6fc2): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x6fce): undefined reference to `BGP' bgp_util.c:(.text+0x6ff4): undefined reference to `trace' bgp_util.c:(.text+0x7019): undefined reference to `BGP' bgp_util.c:(.text+0x703f): undefined reference to `trace' bgp_util.c:(.text+0x7054): undefined reference to `BGP' bgp_util.c:(.text+0x707c): undefined reference to `trace' bgp_util.c:(.text+0x70a3): undefined reference to `select_delete_fd2' bgp_util.c:(.text+0x70bd): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x70ee): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7135): undefined reference to `BGP' bgp_util.c:(.text+0x7180): undefined reference to `trace' bgp_util.c:(.text+0x7187): undefined reference to `BGP' bgp_util.c:(.text+0x719a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x71a1): undefined reference to `BGP' bgp_util.c:(.text+0x71e8): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x7242): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x72e7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x72ee): undefined reference to `BGP' bgp_util.c:(.text+0x7350): undefined reference to `BGP' bgp_util.c:(.text+0x7363): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x736a): undefined reference to `BGP' bgp_util.c:(.text+0x73bb): undefined reference to `trace' bgp_util.c:(.text+0x73f4): undefined reference to `schedule_event2' bgp_util.c:(.text+0x73fb): undefined reference to `BGP' bgp_util.c:(.text+0x740e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7435): undefined reference to `trace' bgp_util.c:(.text+0x743e): undefined reference to `BGP' bgp_util.c:(.text+0x745b): undefined reference to `trace' bgp_util.c:(.text+0x7462): undefined reference to `BGP' bgp_util.c:(.text+0x7489): undefined reference to `trace' bgp_util.c:(.text+0x7491): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x74a7): undefined reference to `mrt_close' bgp_util.c:(.text+0x74c1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x74f2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x74fe): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x750a): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x7550): undefined reference to `trace' bgp_util.c:(.text+0x7598): undefined reference to `trace' bgp_util.c:(.text+0x75d0): undefined reference to `MRT' bgp_util.c:(.text+0x75f6): undefined reference to `trace' bgp_util.c:(.text+0x75fd): undefined reference to `BGP' bgp_util.c:(.text+0x7623): undefined reference to `trace' bgp_util.c:(.text+0x772e): undefined reference to `MRT' bgp_util.c:(.text+0x7754): undefined reference to `trace' bgp_util.c:(.text+0x775b): undefined reference to `BGP' bgp_util.c:(.text+0x77a1): undefined reference to `trace' bgp_util.c:(.text+0x77d6): undefined reference to `trace' bgp_util.c:(.text+0x7819): undefined reference to `trace' bgp_util.c:(.text+0x782c): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7833): undefined reference to `BGP' bgp_util.c:(.text+0x7846): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7888): undefined reference to `schedule_event2' bgp_util.c:(.text+0x789b): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x78a2): undefined reference to `BGP' bgp_util.c:(.text+0x78b5): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x78c1): undefined reference to `BGP' bgp_util.c:(.text+0x78e4): undefined reference to `trace' bgp_util.c:(.text+0x790c): undefined reference to `BGP' bgp_util.c:(.text+0x7933): undefined reference to `trace' bgp_util.c:(.text+0x793f): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x794b): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x796b): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_schedule_recv_in': bgp_util.c:(.text+0x79fe): undefined reference to `MRT' bgp_util.c:(.text+0x7a9d): undefined reference to `trace' bgp_util.c:(.text+0x7ae5): undefined reference to `trace' bgp_util.c:(.text+0x7b04): undefined reference to `MRT' bgp_util.c:(.text+0x7b2a): undefined reference to `trace' bgp_util.c:(.text+0x7b5d): undefined reference to `trace' bgp_util.c:(.text+0x7b90): undefined reference to `trace' bgp_util.c:(.text+0x7bb4): undefined reference to `trace' bgp_util.c:(.text+0x7bce): undefined reference to `trace' bgp_util.c:(.text+0x7c09): undefined reference to `mrt_close' bgp_util.c:(.text+0x7c1c): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x7c2f): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `bgp_remove_me': bgp_util.c:(.text+0x7c8c): undefined reference to `MRT' bgp_util.c:(.text+0x7cb2): undefined reference to `trace' bgp_util.c:(.text+0x7cf6): undefined reference to `delete_schedule' bgp_util.c:(.text+0x7d15): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0x7d2b): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x7d4a): undefined reference to `mrt_thread_exit' ../../lib/libbgp.a(bgp_util.o): In function `bgp_put_a_line': bgp_util.c:(.text+0x7d9e): undefined reference to `New_Buffer' bgp_util.c:(.text+0x7e6d): undefined reference to `Delete_Buffer' ../../lib/libbgp.a(bgp_util.o): In function `bgp_make_tail': bgp_util.c:(.text+0x7ea9): undefined reference to `buffer_printf' bgp_util.c:(.text+0x7ec2): undefined reference to `buffer_putc' bgp_util.c:(.text+0x7ed1): undefined reference to `origin2char' bgp_util.c:(.text+0x7edb): undefined reference to `buffer_putc' bgp_util.c:(.text+0x7eef): undefined reference to `buffer_putc' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_change_state': bgp_sm.c:(.text+0x46): undefined reference to `trace' bgp_sm.c:(.text+0x67): undefined reference to `trace' bgp_sm.c:(.text+0x7a): undefined reference to `BGP' bgp_sm.c:(.text+0xc5): undefined reference to `trace' bgp_sm.c:(.text+0xeb): undefined reference to `trace' bgp_sm.c:(.text+0x103): undefined reference to `mrt_close' bgp_sm.c:(.text+0x116): undefined reference to `Deref_Prefix' bgp_sm.c:(.text+0x129): undefined reference to `Deref_Prefix' bgp_sm.c:(.text+0x16a): undefined reference to `BGP' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_sm_process_event': bgp_sm.c:(.text+0x1a5): undefined reference to `MRT' bgp_sm.c:(.text+0x1cb): undefined reference to `trace' bgp_sm.c:(.text+0x222): undefined reference to `trace' bgp_sm.c:(.text+0x229): undefined reference to `MRT' bgp_sm.c:(.text+0x253): undefined reference to `trace' bgp_sm.c:(.text+0x2de): undefined reference to `select_add_fd_event' bgp_sm.c:(.text+0x30b): undefined reference to `select_add_fd_event' bgp_sm.c:(.text+0x354): undefined reference to `trace' bgp_sm.c:(.text+0x375): undefined reference to `trace' bgp_sm.c:(.text+0x389): undefined reference to `BGP' bgp_sm.c:(.text+0x3f4): undefined reference to `select_delete_fd' bgp_sm.c:(.text+0x40a): undefined reference to `mrt_close' bgp_sm.c:(.text+0x4f1): undefined reference to `trace' bgp_sm.c:(.text+0x512): undefined reference to `trace' bgp_sm.c:(.text+0x526): undefined reference to `BGP' bgp_sm.c:(.text+0x589): undefined reference to `trace' bgp_sm.c:(.text+0x5ca): undefined reference to `trace' bgp_sm.c:(.text+0x5eb): undefined reference to `trace' bgp_sm.c:(.text+0x5ff): undefined reference to `BGP' bgp_sm.c:(.text+0x675): undefined reference to `trace' bgp_sm.c:(.text+0x696): undefined reference to `trace' bgp_sm.c:(.text+0x6aa): undefined reference to `BGP' bgp_sm.c:(.text+0x7a0): undefined reference to `trace' bgp_sm.c:(.text+0x7c1): undefined reference to `trace' bgp_sm.c:(.text+0x7d5): undefined reference to `BGP' bgp_sm.c:(.text+0x885): undefined reference to `trace' bgp_sm.c:(.text+0x8a6): undefined reference to `trace' bgp_sm.c:(.text+0x8ba): undefined reference to `BGP' bgp_sm.c:(.text+0xa2b): undefined reference to `trace' bgp_sm.c:(.text+0xa4c): undefined reference to `trace' bgp_sm.c:(.text+0xa60): undefined reference to `BGP' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_update_peer_options': bgp_sm.c:(.text+0xab1): undefined reference to `MRT' bgp_sm.c:(.text+0xad7): undefined reference to `trace' bgp_sm.c:(.text+0xb23): undefined reference to `trace' bgp_sm.c:(.text+0xb60): undefined reference to `trace' bgp_sm.c:(.text+0xbd5): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_read': bgp_pdu.c:(.text+0xd): undefined reference to `BGP' bgp_pdu.c:(.text+0x56): undefined reference to `trace' bgp_pdu.c:(.text+0xa0): undefined reference to `trace' bgp_pdu.c:(.text+0xb6): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_get_pdu': bgp_pdu.c:(.text+0xe9): undefined reference to `MRT' bgp_pdu.c:(.text+0x10f): undefined reference to `trace' bgp_pdu.c:(.text+0x129): undefined reference to `MRT' bgp_pdu.c:(.text+0x14f): undefined reference to `trace' bgp_pdu.c:(.text+0x169): undefined reference to `MRT' bgp_pdu.c:(.text+0x18f): undefined reference to `trace' bgp_pdu.c:(.text+0x1a2): undefined reference to `MRT' bgp_pdu.c:(.text+0x1c8): undefined reference to `trace' bgp_pdu.c:(.text+0x1db): undefined reference to `MRT' bgp_pdu.c:(.text+0x201): undefined reference to `trace' bgp_pdu.c:(.text+0x29d): undefined reference to `MRT' bgp_pdu.c:(.text+0x2c3): undefined reference to `trace' bgp_pdu.c:(.text+0x302): undefined reference to `MRT' bgp_pdu.c:(.text+0x328): undefined reference to `trace' bgp_pdu.c:(.text+0x339): undefined reference to `MRT' bgp_pdu.c:(.text+0x35f): undefined reference to `trace' bgp_pdu.c:(.text+0x36d): undefined reference to `select_enable_fd_mask' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_get_pdu2': bgp_pdu.c:(.text+0x473): undefined reference to `trace' bgp_pdu.c:(.text+0x551): undefined reference to `schedule_event2' bgp_pdu.c:(.text+0x560): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x5ac): undefined reference to `MRT' bgp_pdu.c:(.text+0x5d2): undefined reference to `trace' bgp_pdu.c:(.text+0x604): undefined reference to `trace' bgp_pdu.c:(.text+0x65b): undefined reference to `trace' bgp_pdu.c:(.text+0x6a3): undefined reference to `MRT' bgp_pdu.c:(.text+0x6c9): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_update': bgp_pdu.c:(.text+0x6f5): undefined reference to `MRT' bgp_pdu.c:(.text+0x71b): undefined reference to `trace' bgp_pdu.c:(.text+0x72e): undefined reference to `MRT' bgp_pdu.c:(.text+0x754): undefined reference to `trace' bgp_pdu.c:(.text+0x777): undefined reference to `MRT' bgp_pdu.c:(.text+0x79d): undefined reference to `trace' bgp_pdu.c:(.text+0x7af): undefined reference to `MRT' bgp_pdu.c:(.text+0x7d5): undefined reference to `trace' bgp_pdu.c:(.text+0x7dc): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_open': bgp_pdu.c:(.text+0x94f): undefined reference to `trace' bgp_pdu.c:(.text+0x9aa): undefined reference to `trace' bgp_pdu.c:(.text+0x9d1): undefined reference to `trace' bgp_pdu.c:(.text+0xa4a): undefined reference to `trace' bgp_pdu.c:(.text+0xad8): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o):bgp_pdu.c:(.text+0xb4e): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_open': bgp_pdu.c:(.text+0xeec): undefined reference to `BGP' bgp_pdu.c:(.text+0xf26): undefined reference to `MRT' bgp_pdu.c:(.text+0xf4c): undefined reference to `trace' bgp_pdu.c:(.text+0xf76): undefined reference to `trace' bgp_pdu.c:(.text+0xf9a): undefined reference to `MRT' bgp_pdu.c:(.text+0xfc0): undefined reference to `trace' bgp_pdu.c:(.text+0xff4): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_notify': bgp_pdu.c:(.text+0x10ec): undefined reference to `trace' bgp_pdu.c:(.text+0x1183): undefined reference to `trace' bgp_pdu.c:(.text+0x11c9): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_flush_queue': bgp_pdu.c:(.text+0x123e): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1297): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1354): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1396): undefined reference to `MRT' bgp_pdu.c:(.text+0x13bc): undefined reference to `trace' bgp_pdu.c:(.text+0x13cc): undefined reference to `MRT' bgp_pdu.c:(.text+0x13f2): undefined reference to `trace' bgp_pdu.c:(.text+0x1409): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1426): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x1438): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1448): undefined reference to `select_enable_fd_mask' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_dump_msg': bgp_pdu.c:(.text+0x1489): undefined reference to `MRT' bgp_pdu.c:(.text+0x14af): undefined reference to `trace' bgp_pdu.c:(.text+0x14b6): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_write': bgp_pdu.c:(.text+0x1599): undefined reference to `MRT' bgp_pdu.c:(.text+0x15bf): undefined reference to `trace' bgp_pdu.c:(.text+0x15da): undefined reference to `BGP' bgp_pdu.c:(.text+0x162d): undefined reference to `trace' bgp_pdu.c:(.text+0x1686): undefined reference to `BGP' bgp_pdu.c:(.text+0x169d): undefined reference to `trace' bgp_pdu.c:(.text+0x16a6): undefined reference to `BGP' bgp_pdu.c:(.text+0x16c3): undefined reference to `trace' bgp_pdu.c:(.text+0x16cc): undefined reference to `BGP' bgp_pdu.c:(.text+0x16e3): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_reset_cap_opt': bgp_pdu.c:(.text+0x1726): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_open': bgp_pdu.c:(.text+0x17b5): undefined reference to `BGP' bgp_pdu.c:(.text+0x17d3): undefined reference to `MRT' bgp_pdu.c:(.text+0x18d3): undefined reference to `trace' bgp_pdu.c:(.text+0x1979): undefined reference to `trace' bgp_pdu.c:(.text+0x199b): undefined reference to `trace' bgp_pdu.c:(.text+0x1a11): undefined reference to `trace' bgp_pdu.c:(.text+0x1a64): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o):bgp_pdu.c:(.text+0x1ab7): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_peer': bgp_pdu.c:(.text+0x1b22): undefined reference to `MRT' bgp_pdu.c:(.text+0x1b48): undefined reference to `trace' bgp_pdu.c:(.text+0x1b4f): undefined reference to `MRT' bgp_pdu.c:(.text+0x1b75): undefined reference to `trace' bgp_pdu.c:(.text+0x1be5): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1c58): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1ce9): undefined reference to `MRT' bgp_pdu.c:(.text+0x1d0f): undefined reference to `trace' bgp_pdu.c:(.text+0x1d66): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1e41): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x1e53): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1e7f): undefined reference to `trace' bgp_pdu.c:(.text+0x1eb5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_notification2': bgp_pdu.c:(.text+0x1f86): undefined reference to `BGP' bgp_pdu.c:(.text+0x1f99): undefined reference to `prefix_toa' bgp_pdu.c:(.text+0x1fec): undefined reference to `trace' bgp_pdu.c:(.text+0x201c): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_notify': bgp_pdu.c:(.text+0x2086): undefined reference to `MRT' bgp_pdu.c:(.text+0x20ac): undefined reference to `trace' bgp_pdu.c:(.text+0x21fc): undefined reference to `trace' bgp_pdu.c:(.text+0x2226): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_update': bgp_pdu.c:(.text+0x22b6): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `delete_update_bucket': view.c:(.text+0x31): undefined reference to `MRT' view.c:(.text+0x57): undefined reference to `trace' view.c:(.text+0x66): undefined reference to `MRT' view.c:(.text+0x8c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_set_nexthop_self': view.c:(.text+0xda): undefined reference to `deref_nexthop' view.c:(.text+0xf7): undefined reference to `add_nexthop' view.c:(.text+0x141): undefined reference to `MRT' view.c:(.text+0x15d): undefined reference to `New_Prefix' view.c:(.text+0x178): undefined reference to `deref_nexthop' view.c:(.text+0x187): undefined reference to `find_interface' view.c:(.text+0x192): undefined reference to `add_nexthop' view.c:(.text+0x1aa): undefined reference to `deref_nexthop' view.c:(.text+0x200): undefined reference to `add_nexthop' ../../lib/libbgp.a(view.o): In function `bgp_process_changes': view.c:(.text+0x237): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x30d): undefined reference to `MRT' view.c:(.text+0x333): undefined reference to `trace' view.c:(.text+0x39c): undefined reference to `Deref_Prefix' view.c:(.text+0x3cf): undefined reference to `Ref_Prefix' view.c:(.text+0x4cd): undefined reference to `MRT' view.c:(.text+0x4f3): undefined reference to `trace' view.c:(.text+0x5a0): undefined reference to `Deref_Prefix' view.c:(.text+0x5d6): undefined reference to `Ref_Prefix' view.c:(.text+0x691): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6d7): undefined reference to `schedule_event2' view.c:(.text+0x709): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x79a): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x813): undefined reference to `MRT' view.c:(.text+0x839): undefined reference to `trace' view.c:(.text+0x863): undefined reference to `MRT' view.c:(.text+0x889): undefined reference to `trace' view.c:(.text+0x89b): undefined reference to `BGP' view.c:(.text+0x8c5): undefined reference to `trace' view.c:(.text+0x8e3): undefined reference to `BGP' view.c:(.text+0x9e3): undefined reference to `MRT' view.c:(.text+0xa09): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_policy': view.c:(.text+0xb4b): undefined reference to `MRT' view.c:(.text+0xb71): undefined reference to `trace' view.c:(.text+0xbac): undefined reference to `MRT' view.c:(.text+0xbd2): undefined reference to `trace' view.c:(.text+0xbe2): undefined reference to `MRT' view.c:(.text+0xc08): undefined reference to `trace' view.c:(.text+0xc14): undefined reference to `MRT' view.c:(.text+0xc3a): undefined reference to `trace' view.c:(.text+0xc74): undefined reference to `MRT' view.c:(.text+0xc9a): undefined reference to `trace' view.c:(.text+0xcc5): undefined reference to `trace' view.c:(.text+0xcd6): undefined reference to `family2afi' view.c:(.text+0xce1): undefined reference to `MRT' view.c:(.text+0xd07): undefined reference to `trace' view.c:(.text+0xd13): undefined reference to `find_interface_local' view.c:(.text+0xd48): undefined reference to `trace' view.c:(.text+0xd67): undefined reference to `apply_access_list' view.c:(.text+0xe96): undefined reference to `address_equal' view.c:(.text+0xec4): undefined reference to `trace' view.c:(.text+0xfbf): undefined reference to `apply_access_list' view.c:(.text+0x106a): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_announce_peer': view.c:(.text+0x10bc): undefined reference to `MRT' view.c:(.text+0x10e2): undefined reference to `trace' view.c:(.text+0x10fd): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x1113): undefined reference to `MRT' view.c:(.text+0x1139): undefined reference to `trace' view.c:(.text+0x122d): undefined reference to `MRT' view.c:(.text+0x1253): undefined reference to `trace' view.c:(.text+0x12f0): undefined reference to `MRT' view.c:(.text+0x1316): undefined reference to `trace' view.c:(.text+0x13b5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(view.o): In function `view_build_update_buckets': view.c:(.text+0x15d4): undefined reference to `Deref_Prefix' view.c:(.text+0x163d): undefined reference to `Ref_Prefix' view.c:(.text+0x1791): undefined reference to `schedule_event2' view.c:(.text+0x1830): undefined reference to `deref_nexthop' view.c:(.text+0x185a): undefined reference to `is_prefix_on' view.c:(.text+0x18b9): undefined reference to `deref_nexthop' view.c:(.text+0x18c2): undefined reference to `ref_nexthop' view.c:(.text+0x1966): undefined reference to `Deref_Prefix' view.c:(.text+0x19e1): undefined reference to `New_Prefix' view.c:(.text+0x1a3e): undefined reference to `MRT' view.c:(.text+0x1ae8): undefined reference to `BGP' view.c:(.text+0x1b5e): undefined reference to `MRT' view.c:(.text+0x1b84): undefined reference to `trace' view.c:(.text+0x1c04): undefined reference to `trace' view.c:(.text+0x1c65): undefined reference to `MRT' view.c:(.text+0x1c8b): undefined reference to `trace' view.c:(.text+0x1cba): undefined reference to `Ref_Prefix' view.c:(.text+0x1d04): undefined reference to `MRT' view.c:(.text+0x1d2a): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `Delete_Bgp_Route': view.c:(.text+0x1dac): undefined reference to `BGP' view.c:(.text+0x1dd6): undefined reference to `trace' view.c:(.text+0x1df4): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `Delete_Bgp_Route_Head': view.c:(.text+0x1e1c): undefined reference to `BGP' view.c:(.text+0x1e35): undefined reference to `trace' view.c:(.text+0x1e47): undefined reference to `MRT' view.c:(.text+0x1e6d): undefined reference to `trace' view.c:(.text+0x1e8c): undefined reference to `MRT' view.c:(.text+0x1eb2): undefined reference to `trace' view.c:(.text+0x1ec8): undefined reference to `Deref_Prefix' view.c:(.text+0x1edd): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `process_bgp_update': view.c:(.text+0x1f12): undefined reference to `MRT' view.c:(.text+0x1f38): undefined reference to `trace' view.c:(.text+0x1f9d): undefined reference to `MRT' view.c:(.text+0x1fc3): undefined reference to `trace' view.c:(.text+0x2080): undefined reference to `MRT' view.c:(.text+0x20ab): undefined reference to `trace' view.c:(.text+0x20ce): undefined reference to `MRT' view.c:(.text+0x20fd): undefined reference to `MRT' view.c:(.text+0x212a): undefined reference to `trace' view.c:(.text+0x213d): undefined reference to `MRT' view.c:(.text+0x2163): undefined reference to `trace' view.c:(.text+0x21b9): undefined reference to `deref_nexthop' view.c:(.text+0x21c3): undefined reference to `ref_nexthop' view.c:(.text+0x21e3): undefined reference to `trace' view.c:(.text+0x225b): undefined reference to `trace' view.c:(.text+0x22c6): undefined reference to `trace' view.c:(.text+0x2323): undefined reference to `trace' view.c:(.text+0x2363): undefined reference to `trace' ../../lib/libbgp.a(view.o):view.c:(.text+0x2498): more undefined references to `trace' follow ../../lib/libbgp.a(view.o): In function `process_bgp_update': view.c:(.text+0x275f): undefined reference to `BGP' view.c:(.text+0x2777): undefined reference to `MRT' view.c:(.text+0x279d): undefined reference to `trace' view.c:(.text+0x27df): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x281f): undefined reference to `trace' view.c:(.text+0x2831): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x286e): undefined reference to `trace' view.c:(.text+0x29b2): undefined reference to `MRT' view.c:(.text+0x29d8): undefined reference to `trace' view.c:(.text+0x2a16): undefined reference to `trace' view.c:(.text+0x2b37): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x2b66): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_del_route': view.c:(.text+0x2c2c): undefined reference to `family2afi' view.c:(.text+0x2c37): undefined reference to `MRT' view.c:(.text+0x2c5d): undefined reference to `trace' view.c:(.text+0x2c6f): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x2c7a): undefined reference to `MRT' view.c:(.text+0x2ca0): undefined reference to `trace' view.c:(.text+0x2d80): undefined reference to `MRT' view.c:(.text+0x2da6): undefined reference to `trace' view.c:(.text+0x2db6): undefined reference to `MRT' view.c:(.text+0x2ddc): undefined reference to `trace' view.c:(.text+0x2dec): undefined reference to `MRT' view.c:(.text+0x2e12): undefined reference to `trace' view.c:(.text+0x2e1e): undefined reference to `MRT' view.c:(.text+0x2e44): undefined reference to `trace' view.c:(.text+0x2e6c): undefined reference to `trace' view.c:(.text+0x2f3b): undefined reference to `trace' view.c:(.text+0x2f65): undefined reference to `BGP' view.c:(.text+0x2f8f): undefined reference to `trace' view.c:(.text+0x2fad): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `bgp_add_route2': view.c:(.text+0x3031): undefined reference to `family2afi' view.c:(.text+0x303c): undefined reference to `MRT' view.c:(.text+0x3062): undefined reference to `trace' view.c:(.text+0x3074): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x307f): undefined reference to `MRT' view.c:(.text+0x30a5): undefined reference to `trace' view.c:(.text+0x3114): undefined reference to `MRT' view.c:(.text+0x313a): undefined reference to `trace' view.c:(.text+0x314a): undefined reference to `MRT' view.c:(.text+0x3170): undefined reference to `trace' view.c:(.text+0x3180): undefined reference to `MRT' view.c:(.text+0x31a6): undefined reference to `trace' view.c:(.text+0x32b2): undefined reference to `BGP' view.c:(.text+0x32dc): undefined reference to `trace' view.c:(.text+0x32fa): undefined reference to `BGP' view.c:(.text+0x331a): undefined reference to `BGP' view.c:(.text+0x3344): undefined reference to `trace' view.c:(.text+0x3362): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `bgp_re_evaluate_in': view.c:(.text+0x3410): undefined reference to `MRT' view.c:(.text+0x3436): undefined reference to `trace' view.c:(.text+0x343d): undefined reference to `BGP' view.c:(.text+0x344e): undefined reference to `MRT' view.c:(.text+0x3474): undefined reference to `trace' view.c:(.text+0x3482): undefined reference to `MRT' view.c:(.text+0x34a8): undefined reference to `trace' view.c:(.text+0x34d0): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x3500): undefined reference to `trace' view.c:(.text+0x3512): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x3542): undefined reference to `trace' view.c:(.text+0x369e): undefined reference to `trace' view.c:(.text+0x37e4): undefined reference to `MRT' view.c:(.text+0x380a): undefined reference to `trace' view.c:(.text+0x3923): undefined reference to `trace' view.c:(.text+0x3a70): undefined reference to `MRT' view.c:(.text+0x3a96): undefined reference to `trace' view.c:(.text+0x3b33): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x3b74): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_bgp_route': view.c:(.text+0x3bab): undefined reference to `MRT' view.c:(.text+0x3bd1): undefined reference to `trace' view.c:(.text+0x3da7): undefined reference to `BGP' view.c:(.text+0x3dd1): undefined reference to `trace' view.c:(.text+0x3def): undefined reference to `BGP' view.c:(.text+0x3e16): undefined reference to `BGP' view.c:(.text+0x3e47): undefined reference to `trace' view.c:(.text+0x3e65): undefined reference to `BGP' view.c:(.text+0x3eb0): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_get_route_head': view.c:(.text+0x3f36): undefined reference to `MRT' view.c:(.text+0x3f5c): undefined reference to `trace' view.c:(.text+0x3f84): undefined reference to `MRT' view.c:(.text+0x3faa): undefined reference to `trace' view.c:(.text+0x3fba): undefined reference to `MRT' view.c:(.text+0x3fe0): undefined reference to `trace' view.c:(.text+0x3ffa): undefined reference to `MRT' view.c:(.text+0x4020): undefined reference to `trace' view.c:(.text+0x403b): undefined reference to `Ref_Prefix' view.c:(.text+0x40b6): undefined reference to `BGP' view.c:(.text+0x40dd): undefined reference to `trace' view.c:(.text+0x40fa): undefined reference to `MRT' view.c:(.text+0x4120): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_delete_bgp_route': view.c:(.text+0x415d): undefined reference to `MRT' view.c:(.text+0x4183): undefined reference to `trace' view.c:(.text+0x4280): undefined reference to `MRT' view.c:(.text+0x42a6): undefined reference to `trace' view.c:(.text+0x4326): undefined reference to `BGP' view.c:(.text+0x4350): undefined reference to `trace' view.c:(.text+0x436e): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `view_eval_nexthop': view.c:(.text+0x43b9): undefined reference to `BGP' view.c:(.text+0x43d5): undefined reference to `MRT' view.c:(.text+0x43fb): undefined reference to `trace' view.c:(.text+0x4426): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x4465): undefined reference to `trace' view.c:(.text+0x4477): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x44a3): undefined reference to `BGP' view.c:(.text+0x44d4): undefined reference to `schedule_event2' view.c:(.text+0x44ea): undefined reference to `MRT' view.c:(.text+0x4551): undefined reference to `trace' view.c:(.text+0x45bc): undefined reference to `MRT' view.c:(.text+0x45e2): undefined reference to `trace' view.c:(.text+0x4624): undefined reference to `MRT' view.c:(.text+0x4650): undefined reference to `trace' view.c:(.text+0x466d): undefined reference to `MRT' view.c:(.text+0x4697): undefined reference to `trace' view.c:(.text+0x49cd): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x49fd): undefined reference to `trace' view.c:(.text+0x4a42): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_resolve_nexthop': view.c:(.text+0x4a67): undefined reference to `MRT' view.c:(.text+0x4aa0): undefined reference to `trace' view.c:(.text+0x4ab8): undefined reference to `MRT' view.c:(.text+0x4ade): undefined reference to `trace' view.c:(.text+0x4af2): undefined reference to `BGP' view.c:(.text+0x4b18): undefined reference to `ip_lookup_fn' view.c:(.text+0x4b31): undefined reference to `ip_hash_fn' view.c:(.text+0x4b44): undefined reference to `BGP' view.c:(.text+0x4b82): undefined reference to `Ref_Prefix' view.c:(.text+0x4b91): undefined reference to `find_interface' view.c:(.text+0x4ba7): undefined reference to `find_interface_local' view.c:(.text+0x4bb8): undefined reference to `MRT' view.c:(.text+0x4bd6): undefined reference to `ref_nexthop' view.c:(.text+0x4be7): undefined reference to `add_nexthop' view.c:(.text+0x4bf2): undefined reference to `BGP' view.c:(.text+0x4c19): undefined reference to `BGP' view.c:(.text+0x4c3e): undefined reference to `prefix_toa' view.c:(.text+0x4c91): undefined reference to `prefix_toa' view.c:(.text+0x4cd4): undefined reference to `trace' view.c:(.text+0x4ce4): undefined reference to `deref_nexthop' view.c:(.text+0x4ced): undefined reference to `ref_nexthop' ../../lib/libbgp.a(view.o): In function `bgp_rt_update_call': view.c:(.text+0x4d35): undefined reference to `MRT' view.c:(.text+0x4d5b): undefined reference to `trace' view.c:(.text+0x4d6a): undefined reference to `MRT' view.c:(.text+0x4dea): undefined reference to `MRT' ../../lib/libbgp.a(view.o): In function `bgp_pick_best': view.c:(.text+0x4e59): undefined reference to `MRT' view.c:(.text+0x4e7f): undefined reference to `trace' view.c:(.text+0x4f2a): undefined reference to `BGP' view.c:(.text+0x4f54): undefined reference to `trace' view.c:(.text+0x4f72): undefined reference to `BGP' view.c:(.text+0x4f93): undefined reference to `MRT' view.c:(.text+0x4fb9): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_aggregate': view.c:(.text+0x5033): undefined reference to `family2afi' view.c:(.text+0x503e): undefined reference to `MRT' view.c:(.text+0x5064): undefined reference to `trace' view.c:(.text+0x507f): undefined reference to `MRT' view.c:(.text+0x50a5): undefined reference to `trace' view.c:(.text+0x50ca): undefined reference to `trace' view.c:(.text+0x50d6): undefined reference to `MRT' view.c:(.text+0x50fc): undefined reference to `trace' view.c:(.text+0x510c): undefined reference to `MRT' view.c:(.text+0x5132): undefined reference to `trace' view.c:(.text+0x5152): undefined reference to `Ref_Prefix' view.c:(.text+0x5187): undefined reference to `MRT' view.c:(.text+0x51a3): undefined reference to `New_Prefix' view.c:(.text+0x51b5): undefined reference to `find_interface' view.c:(.text+0x51c0): undefined reference to `add_nexthop' view.c:(.text+0x51d6): undefined reference to `ascii2prefix' view.c:(.text+0x51e1): undefined reference to `find_interface' view.c:(.text+0x51ec): undefined reference to `add_nexthop' view.c:(.text+0x5205): undefined reference to `add_gateway' view.c:(.text+0x5214): undefined reference to `Deref_Prefix' view.c:(.text+0x5223): undefined reference to `ascii2prefix' view.c:(.text+0x522e): undefined reference to `find_interface' view.c:(.text+0x5239): undefined reference to `add_nexthop' view.c:(.text+0x5252): undefined reference to `add_gateway' view.c:(.text+0x5261): undefined reference to `Deref_Prefix' view.c:(.text+0x5286): undefined reference to `ref_nexthop' view.c:(.text+0x5295): undefined reference to `ref_nexthop' view.c:(.text+0x52ac): undefined reference to `ref_nexthop' view.c:(.text+0x52ca): undefined reference to `ref_nexthop' view.c:(.text+0x5305): undefined reference to `Ref_Prefix' view.c:(.text+0x532c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_compute_agg': view.c:(.text+0x5421): undefined reference to `MRT' view.c:(.text+0x5447): undefined reference to `trace' view.c:(.text+0x547b): undefined reference to `MRT' view.c:(.text+0x54a1): undefined reference to `trace' view.c:(.text+0x54b1): undefined reference to `MRT' view.c:(.text+0x54d7): undefined reference to `trace' view.c:(.text+0x54e7): undefined reference to `MRT' view.c:(.text+0x550d): undefined reference to `trace' view.c:(.text+0x55ec): undefined reference to `trace' view.c:(.text+0x5619): undefined reference to `MRT' view.c:(.text+0x563f): undefined reference to `trace' view.c:(.text+0x565f): undefined reference to `deref_nexthop' view.c:(.text+0x578e): undefined reference to `deref_nexthop' view.c:(.text+0x57bd): undefined reference to `deref_nexthop' view.c:(.text+0x57e6): undefined reference to `deref_nexthop' view.c:(.text+0x5884): undefined reference to `deref_nexthop' view.c:(.text+0x5891): undefined reference to `ref_nexthop' view.c:(.text+0x595e): undefined reference to `deref_nexthop' view.c:(.text+0x596b): undefined reference to `ref_nexthop' view.c:(.text+0x598f): undefined reference to `ref_nexthop' view.c:(.text+0x59b3): undefined reference to `Deref_Prefix' view.c:(.text+0x5a02): undefined reference to `Ref_Prefix' view.c:(.text+0x5a5d): undefined reference to `ref_nexthop' view.c:(.text+0x5a85): undefined reference to `ref_nexthop' view.c:(.text+0x5b1f): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_remove_route_head': view.c:(.text+0x5b6f): undefined reference to `MRT' view.c:(.text+0x5b95): undefined reference to `trace' view.c:(.text+0x5bd1): undefined reference to `MRT' view.c:(.text+0x5bf7): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_del_aggregate': view.c:(.text+0x5c45): undefined reference to `family2afi' view.c:(.text+0x5c50): undefined reference to `MRT' view.c:(.text+0x5c76): undefined reference to `trace' view.c:(.text+0x5d84): undefined reference to `Deref_Prefix' view.c:(.text+0x5dac): undefined reference to `MRT' view.c:(.text+0x5dd2): undefined reference to `trace' view.c:(.text+0x5de2): undefined reference to `MRT' view.c:(.text+0x5e08): undefined reference to `trace' view.c:(.text+0x5e25): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_ll_list': view.c:(.text+0x5eba): undefined reference to `trace' view.c:(.text+0x5ecf): undefined reference to `MRT' view.c:(.text+0x5ef5): undefined reference to `trace' view.c:(.text+0x5f05): undefined reference to `MRT' view.c:(.text+0x5f2b): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_find_best_route': view.c:(.text+0x6084): undefined reference to `MRT' view.c:(.text+0x60aa): undefined reference to `trace' view.c:(.text+0x60d4): undefined reference to `MRT' view.c:(.text+0x60fa): undefined reference to `trace' view.c:(.text+0x610a): undefined reference to `MRT' view.c:(.text+0x6130): undefined reference to `trace' view.c:(.text+0x613c): undefined reference to `MRT' view.c:(.text+0x6162): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_find_bgp_active': view.c:(.text+0x61dd): undefined reference to `MRT' view.c:(.text+0x6203): undefined reference to `trace' view.c:(.text+0x620f): undefined reference to `MRT' view.c:(.text+0x6235): undefined reference to `trace' view.c:(.text+0x6241): undefined reference to `MRT' view.c:(.text+0x6267): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_update_route': view.c:(.text+0x62a5): undefined reference to `MRT' view.c:(.text+0x62cb): undefined reference to `trace' view.c:(.text+0x62e9): undefined reference to `MRT' view.c:(.text+0x630f): undefined reference to `trace' view.c:(.text+0x6325): undefined reference to `MRT' view.c:(.text+0x634b): undefined reference to `trace' view.c:(.text+0x6354): undefined reference to `BGP' view.c:(.text+0x637b): undefined reference to `trace' view.c:(.text+0x639d): undefined reference to `ref_nexthop' view.c:(.text+0x63c1): undefined reference to `BGP' view.c:(.text+0x63e8): undefined reference to `trace' view.c:(.text+0x640a): undefined reference to `ref_nexthop' view.c:(.text+0x6422): undefined reference to `MRT' view.c:(.text+0x6448): undefined reference to `trace' view.c:(.text+0x6477): undefined reference to `MRT' view.c:(.text+0x64a0): undefined reference to `trace' view.c:(.text+0x64e8): undefined reference to `Ref_Prefix' view.c:(.text+0x64f2): undefined reference to `BGP' view.c:(.text+0x6520): undefined reference to `schedule_event2' ../../lib/libbgp.a(view.o): In function `bgp_import': view.c:(.text+0x656b): undefined reference to `MRT' view.c:(.text+0x6591): undefined reference to `trace' view.c:(.text+0x65a3): undefined reference to `MRT' view.c:(.text+0x65c9): undefined reference to `trace' view.c:(.text+0x65db): undefined reference to `BGP' view.c:(.text+0x6605): undefined reference to `family2afi' view.c:(.text+0x6611): undefined reference to `MRT' view.c:(.text+0x6637): undefined reference to `trace' view.c:(.text+0x664d): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x668d): undefined reference to `trace' view.c:(.text+0x669f): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x66df): undefined reference to `trace' view.c:(.text+0x6734): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x6763): undefined reference to `trace' view.c:(.text+0x676b): undefined reference to `Deref_Prefix' view.c:(.text+0x67a8): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x67d7): undefined reference to `trace' view.c:(.text+0x67df): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(view.o): In function `New_View': view.c:(.text+0x687d): undefined reference to `Deref_Prefix' view.c:(.text+0x68aa): undefined reference to `mrt_pthread_mutex_init' view.c:(.text+0x68be): undefined reference to `trace_copy' view.c:(.text+0x68f8): undefined reference to `set_trace' ../../lib/libbgp.a(view.o): In function `Destroy_View': view.c:(.text+0x6961): undefined reference to `MRT' view.c:(.text+0x6987): undefined reference to `trace' view.c:(.text+0x69cb): undefined reference to `mrt_pthread_mutex_destroy' view.c:(.text+0x69e2): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(view.o): In function `view_delete_peer': view.c:(.text+0x6a2b): undefined reference to `MRT' view.c:(.text+0x6a51): undefined reference to `trace' view.c:(.text+0x6a63): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x6a93): undefined reference to `trace' view.c:(.text+0x6aa5): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6ad4): undefined reference to `trace' view.c:(.text+0x6c95): undefined reference to `MRT' view.c:(.text+0x6cbb): undefined reference to `trace' view.c:(.text+0x6d6e): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x6daf): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_establish_peer': view.c:(.text+0x6e12): undefined reference to `BGP' view.c:(.text+0x6e34): undefined reference to `MRT' view.c:(.text+0x6e5a): undefined reference to `trace' view.c:(.text+0x6e74): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x6ea4): undefined reference to `trace' view.c:(.text+0x6eb6): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6ee5): undefined reference to `trace' view.c:(.text+0x6f52): undefined reference to `MRT' view.c:(.text+0x6f78): undefined reference to `trace' view.c:(.text+0x6ff1): undefined reference to `trace' view.c:(.text+0x705d): undefined reference to `MRT' view.c:(.text+0x70a8): undefined reference to `MRT' view.c:(.text+0x70ce): undefined reference to `trace' view.c:(.text+0x71e4): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7213): undefined reference to `trace' view.c:(.text+0x7231): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x7261): undefined reference to `Deref_Prefix' view.c:(.text+0x72d7): undefined reference to `schedule_event2' view.c:(.text+0x72fb): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(view.o): In function `trace_bgp_view_op': view.c:(.text+0x7403): undefined reference to `BGP' view.c:(.text+0x7431): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x7461): undefined reference to `trace' view.c:(.text+0x7473): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x74a2): undefined reference to `trace' view.c:(.text+0x74b7): undefined reference to `set_trace' view.c:(.text+0x74c9): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x74f8): undefined reference to `trace' view.c:(.text+0x7523): undefined reference to `BGP' view.c:(.text+0x755c): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x758c): undefined reference to `trace' view.c:(.text+0x759e): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x75ce): undefined reference to `trace' view.c:(.text+0x75e3): undefined reference to `set_trace' view.c:(.text+0x75f5): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7625): undefined reference to `trace' view.c:(.text+0x7673): undefined reference to `BGP' view.c:(.text+0x76a2): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x76d5): undefined reference to `trace' view.c:(.text+0x76e7): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x771a): undefined reference to `trace' view.c:(.text+0x7730): undefined reference to `set_trace' view.c:(.text+0x7742): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7775): undefined reference to `trace' view.c:(.text+0x77c3): undefined reference to `BGP' view.c:(.text+0x77fc): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x782c): undefined reference to `trace' view.c:(.text+0x783e): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x786e): undefined reference to `trace' view.c:(.text+0x7883): undefined reference to `set_trace' view.c:(.text+0x7895): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x78c5): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `trace_f_bgp': view.c:(.text+0x793c): undefined reference to `BGP' view.c:(.text+0x794f): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x795a): undefined reference to `BGP' view.c:(.text+0x798a): undefined reference to `trace' view.c:(.text+0x7991): undefined reference to `BGP' view.c:(.text+0x79a4): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x79ab): undefined reference to `BGP' view.c:(.text+0x79e2): undefined reference to `trace' view.c:(.text+0x79e9): undefined reference to `BGP' view.c:(.text+0x7a02): undefined reference to `set_trace' view.c:(.text+0x7a09): undefined reference to `BGP' view.c:(.text+0x7a1c): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7a23): undefined reference to `BGP' view.c:(.text+0x7a5a): undefined reference to `trace' view.c:(.text+0x7a6e): undefined reference to `BGP' view.c:(.text+0x7a81): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x7a8c): undefined reference to `BGP' view.c:(.text+0x7abc): undefined reference to `trace' view.c:(.text+0x7ac3): undefined reference to `BGP' view.c:(.text+0x7ad6): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x7add): undefined reference to `BGP' view.c:(.text+0x7b14): undefined reference to `trace' view.c:(.text+0x7b1b): undefined reference to `BGP' view.c:(.text+0x7b34): undefined reference to `set_trace' view.c:(.text+0x7b3b): undefined reference to `BGP' view.c:(.text+0x7b4e): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7b55): undefined reference to `BGP' view.c:(.text+0x7b8c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `New_Bgp_Route': view.c:(.text+0x7bdc): undefined reference to `MRT' view.c:(.text+0x7c02): undefined reference to `trace' view.c:(.text+0x7c2b): undefined reference to `BGP' view.c:(.text+0x7c5b): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_delete_nexthop_cache': view.c:(.text+0x7e2d): undefined reference to `Deref_Prefix' view.c:(.text+0x7e36): undefined reference to `deref_nexthop' ../../lib/libbgp.a(view.o): In function `bgp2gen': view.c:(.text+0x7e9c): undefined reference to `MRT' view.c:(.text+0x7ec2): undefined reference to `trace' view.c:(.text+0x7ecb): undefined reference to `ref_nexthop' view.c:(.text+0x7ef9): undefined reference to `MRT' view.c:(.text+0x7f1f): undefined reference to `trace' view.c:(.text+0x7f28): undefined reference to `ref_nexthop' view.c:(.text+0x7f35): undefined reference to `BGP' view.c:(.text+0x7f65): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_change_list': view.c:(.text+0x7fac): undefined reference to `MRT' view.c:(.text+0x7fd2): undefined reference to `trace' view.c:(.text+0x7ff8): undefined reference to `prefix_compare' view.c:(.text+0x8003): undefined reference to `MRT' view.c:(.text+0x8029): undefined reference to `trace' view.c:(.text+0x8039): undefined reference to `MRT' view.c:(.text+0x805f): undefined reference to `trace' view.c:(.text+0x808c): undefined reference to `trace' view.c:(.text+0x80ab): undefined reference to `MRT' view.c:(.text+0x80d1): undefined reference to `trace' view.c:(.text+0x80eb): undefined reference to `MRT' view.c:(.text+0x8111): undefined reference to `trace' view.c:(.text+0x812c): undefined reference to `trace' view.c:(.text+0x81bf): undefined reference to `MRT' view.c:(.text+0x81e5): undefined reference to `trace' view.c:(.text+0x824f): undefined reference to `trace' ../../lib/libbgp.a(bgp_thread.o): In function `bgp_schedule_timer': bgp_thread.c:(.text+0x83): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_mrt_msg': bgp_dump.c:(.text+0x53): undefined reference to `BGP' bgp_dump.c:(.text+0x62): undefined reference to `mrt_pthread_mutex_lock' bgp_dump.c:(.text+0xb4): undefined reference to `BGP' bgp_dump.c:(.text+0xf8): undefined reference to `BGP' bgp_dump.c:(.text+0x125): undefined reference to `BGP' bgp_dump.c:(.text+0x21a): undefined reference to `BGP' bgp_dump.c:(.text+0x25d): undefined reference to `BGP' ../../lib/libbgp.a(bgp_dump.o):bgp_dump.c:(.text+0x290): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_mrt_msg': bgp_dump.c:(.text+0x317): undefined reference to `MRT' bgp_dump.c:(.text+0x33d): undefined reference to `trace' bgp_dump.c:(.text+0x44a): undefined reference to `MRT' bgp_dump.c:(.text+0x470): undefined reference to `trace' bgp_dump.c:(.text+0x4e6): undefined reference to `MRT' bgp_dump.c:(.text+0x502): undefined reference to `trace' bgp_dump.c:(.text+0x51e): undefined reference to `MRT' bgp_dump.c:(.text+0x544): undefined reference to `trace' bgp_dump.c:(.text+0x584): undefined reference to `MRT' bgp_dump.c:(.text+0x5aa): undefined reference to `trace' bgp_dump.c:(.text+0x5bd): undefined reference to `MRT' bgp_dump.c:(.text+0x5e3): undefined reference to `trace' bgp_dump.c:(.text+0x621): undefined reference to `MRT' bgp_dump.c:(.text+0x647): undefined reference to `trace' bgp_dump.c:(.text+0x6c0): undefined reference to `MRT' bgp_dump.c:(.text+0x6e6): undefined reference to `trace' bgp_dump.c:(.text+0x74e): undefined reference to `MRT' bgp_dump.c:(.text+0x774): undefined reference to `trace' bgp_dump.c:(.text+0x853): undefined reference to `BGP' bgp_dump.c:(.text+0x921): undefined reference to `BGP' bgp_dump.c:(.text+0x937): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_status_change': bgp_dump.c:(.text+0x97f): undefined reference to `BGP' ../../lib/libbgp.a(bgp_dump.o): In function `dump_view_bgp_routes': bgp_dump.c:(.text+0x9f0): undefined reference to `mrt_open' bgp_dump.c:(.text+0xa03): undefined reference to `BGP' bgp_dump.c:(.text+0xa17): undefined reference to `MRT' bgp_dump.c:(.text+0xa3d): undefined reference to `trace' bgp_dump.c:(.text+0xa4f): undefined reference to `mrt_pthread_mutex_trylock' bgp_dump.c:(.text+0xa7f): undefined reference to `trace' bgp_dump.c:(.text+0xa91): undefined reference to `mrt_pthread_mutex_lock' bgp_dump.c:(.text+0xac1): undefined reference to `trace' bgp_dump.c:(.text+0xaf5): undefined reference to `BGP' bgp_dump.c:(.text+0xb15): undefined reference to `trace' bgp_dump.c:(.text+0xb2b): undefined reference to `BGP' bgp_dump.c:(.text+0xb40): undefined reference to `trace' bgp_dump.c:(.text+0xb47): undefined reference to `BGP' bgp_dump.c:(.text+0xb5c): undefined reference to `trace' bgp_dump.c:(.text+0xb6e): undefined reference to `mrt_pthread_mutex_unlock' bgp_dump.c:(.text+0xb9e): undefined reference to `trace' bgp_dump.c:(.text+0xbb0): undefined reference to `mrt_close' bgp_dump.c:(.text+0xbc4): undefined reference to `BGP' bgp_dump.c:(.text+0xbdb): undefined reference to `trace' bgp_dump.c:(.text+0xbf9): undefined reference to `trace' bgp_dump.c:(.text+0xc15): undefined reference to `BGP' bgp_dump.c:(.text+0xc2e): undefined reference to `trace' bgp_dump.c:(.text+0xd19): undefined reference to `Delete_Buffer' bgp_dump.c:(.text+0xd37): undefined reference to `BGP' bgp_dump.c:(.text+0xe21): undefined reference to `trace' bgp_dump.c:(.text+0xe98): undefined reference to `BGP' bgp_dump.c:(.text+0x104e): undefined reference to `trace' bgp_dump.c:(.text+0x1074): undefined reference to `mrt_pthread_mutex_unlock' bgp_dump.c:(.text+0x10a7): undefined reference to `trace' bgp_dump.c:(.text+0x10b9): undefined reference to `mrt_close' bgp_dump.c:(.text+0x10eb): undefined reference to `BGP' bgp_dump.c:(.text+0x1100): undefined reference to `trace' bgp_dump.c:(.text+0x110e): undefined reference to `BGP' bgp_dump.c:(.text+0x1123): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_write': bgp_dump2.c:(.text+0x9e): undefined reference to `MRT' bgp_dump2.c:(.text+0xc4): undefined reference to `trace' bgp_dump2.c:(.text+0x103): undefined reference to `MRT' bgp_dump2.c:(.text+0x129): undefined reference to `trace' bgp_dump2.c:(.text+0x1a1): undefined reference to `MRT' bgp_dump2.c:(.text+0x1c6): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_entry': bgp_dump2.c:(.text+0x26c): undefined reference to `MRT' bgp_dump2.c:(.text+0x298): undefined reference to `trace' bgp_dump2.c:(.text+0x4d8): undefined reference to `MRT' bgp_dump2.c:(.text+0x4fe): undefined reference to `trace' bgp_dump2.c:(.text+0x510): undefined reference to `MRT' bgp_dump2.c:(.text+0x536): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `create_fake_peer': bgp_dump2.c:(.text+0x61d): undefined reference to `MRT' ../../lib/libbgp.a(filter.o): In function `del_route_map_memory': filter.c:(.text+0x171): undefined reference to `MRT' filter.c:(.text+0x197): undefined reference to `trace' ../../lib/libbgp.a(filter.o): In function `apply_route_map_alist': filter.c:(.text+0x333): undefined reference to `MRT' filter.c:(.text+0x359): undefined reference to `trace' filter.c:(.text+0x36d): undefined reference to `apply_access_list' ../../lib/libbgp.a(filter.o): In function `apply_route_map': filter.c:(.text+0x45e): undefined reference to `MRT' filter.c:(.text+0x484): undefined reference to `trace' filter.c:(.text+0x4a2): undefined reference to `MRT' filter.c:(.text+0x4c8): undefined reference to `trace' filter.c:(.text+0x51a): undefined reference to `MRT' filter.c:(.text+0x540): undefined reference to `trace' filter.c:(.text+0x558): undefined reference to `apply_access_list' filter.c:(.text+0x64a): undefined reference to `deref_nexthop' filter.c:(.text+0x65a): undefined reference to `ref_nexthop' filter.c:(.text+0x685): undefined reference to `deref_nexthop' filter.c:(.text+0x695): undefined reference to `ref_nexthop' filter.c:(.text+0x6ac): undefined reference to `deref_nexthop' filter.c:(.text+0x6b9): undefined reference to `ref_nexthop' filter.c:(.text+0x7e9): undefined reference to `Deref_Prefix' filter.c:(.text+0x802): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(filter.o): In function `route_map_out': filter.c:(.text+0x8a9): undefined reference to `MRT' filter.c:(.text+0x8cf): undefined reference to `trace' filter.c:(.text+0x9e6): undefined reference to `origin2string' filter.c:(.text+0xa52): undefined reference to `prefix_toa' filter.c:(.text+0xa76): undefined reference to `prefix_toa' filter.c:(.text+0xa92): undefined reference to `prefix_toa' filter.c:(.text+0xb09): undefined reference to `prefix_toa' ../../lib/libbgp.a(as_regexp.o): In function `as_regexp_comp': as_regexp.c:(.text+0x18): undefined reference to `MRT' as_regexp.c:(.text+0x3e): undefined reference to `trace' as_regexp.c:(.text+0x81): undefined reference to `MRT' as_regexp.c:(.text+0xa7): undefined reference to `trace' as_regexp.c:(.text+0xdc): undefined reference to `MRT' as_regexp.c:(.text+0x102): undefined reference to `trace' ../../lib/libbgp.a(as_regexp.o): In function `as_regexp_exec': as_regexp.c:(.text+0x2df): undefined reference to `MRT' as_regexp.c:(.text+0x305): undefined reference to `trace' as_regexp.c:(.text+0x7a8): undefined reference to `MRT' as_regexp.c:(.text+0x7ce): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_mrt_msg': bgp_msg.c:(.text+0x275): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x285): undefined reference to `add_gateway' bgp_msg.c:(.text+0x290): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x2bd): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x2cd): undefined reference to `add_gateway' bgp_msg.c:(.text+0x2d8): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_update_msg': bgp_msg.c:(.text+0x43b): undefined reference to `MRT' bgp_msg.c:(.text+0x461): undefined reference to `trace' bgp_msg.c:(.text+0x47f): undefined reference to `MRT' bgp_msg.c:(.text+0x494): undefined reference to `trace' bgp_msg.c:(.text+0x4bd): undefined reference to `MRT' bgp_msg.c:(.text+0x4c6): undefined reference to `trace_copy' bgp_msg.c:(.text+0x4f5): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x55c): undefined reference to `set_trace' bgp_msg.c:(.text+0x5e5): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(bgp_msg.o): In function `mrt_bgp_msg_type': bgp_msg.c:(.text+0x6c8): undefined reference to `MRT' bgp_msg.c:(.text+0x6ee): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_create_update_msg': bgp_msg.c:(.text+0x786): undefined reference to `MRT' bgp_msg.c:(.text+0x7ac): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_fill_update': bgp_msg.c:(.text+0x854): undefined reference to `MRT' bgp_msg.c:(.text+0x860): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x87b): undefined reference to `trace' bgp_msg.c:(.text+0x887): undefined reference to `MRT' bgp_msg.c:(.text+0x893): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x8ae): undefined reference to `trace' bgp_msg.c:(.text+0x918): undefined reference to `MRT' bgp_msg.c:(.text+0x93e): undefined reference to `trace' bgp_msg.c:(.text+0x967): undefined reference to `MRT' bgp_msg.c:(.text+0x98d): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_state_msg': bgp_msg.c:(.text+0xcc2): undefined reference to `New_Prefix' bgp_msg.c:(.text+0xcd1): undefined reference to `add_gateway' bgp_msg.c:(.text+0xcdc): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_toa': bgp_msg.c:(.text+0xd7d): undefined reference to `origin2string' bgp_msg.c:(.text+0xd92): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xe20): undefined reference to `prefix_toa' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr': bgp_msg.c:(.text+0xe65): undefined reference to `MRT' bgp_msg.c:(.text+0xe8b): undefined reference to `trace' bgp_msg.c:(.text+0xebb): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xecd): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xef6): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf08): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xf7a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf86): undefined reference to `origin2string' bgp_msg.c:(.text+0xfb1): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xfe8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xff7): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1029): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1055): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1081): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x109f): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10b3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x10df): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10ee): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x111a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1155): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1190): undefined reference to `bgptype2string' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_buffer': bgp_msg.c:(.text+0x11e6): undefined reference to `origin2string' bgp_msg.c:(.text+0x11fb): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1246): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x127a): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr_buffer': bgp_msg.c:(.text+0x12ab): undefined reference to `MRT' bgp_msg.c:(.text+0x12d1): undefined reference to `trace' bgp_msg.c:(.text+0x1312): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x131d): undefined reference to `origin2string' bgp_msg.c:(.text+0x1334): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1354): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1379): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x139c): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x13bf): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x141e): more undefined references to `buffer_printf' follow ../../lib/libbgp.a(bgp_msg.o): In function `bgp_uii_attr': bgp_msg.c:(.text+0x1565): undefined reference to `MRT' bgp_msg.c:(.text+0x158b): undefined reference to `trace' bgp_msg.c:(.text+0x159b): undefined reference to `New_Buffer' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_scan_attr': bgp_msg.c:(.text+0x15f4): undefined reference to `MRT' bgp_msg.c:(.text+0x161a): undefined reference to `trace' bgp_msg.c:(.text+0x1626): undefined reference to `string2bgptype' bgp_msg.c:(.text+0x175f): undefined reference to `s_origins' bgp_msg.c:(.text+0x1784): undefined reference to `s_origins' bgp_msg.c:(.text+0x17a9): undefined reference to `s_origins' bgp_msg.c:(.text+0x186a): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x18ce): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x18e8): undefined reference to `ref_nexthop' bgp_msg.c:(.text+0x19bc): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x19cd): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a41): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a5e): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x1b58): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b62): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1b95): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b9f): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1bb8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1bc3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1be0): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_ConnectRetry_fire': bgp_timer.c:(.text+0x1d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_KeepAlive_fire': bgp_timer.c:(.text+0x5d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_HoldTime_fire': bgp_timer.c:(.text+0x9d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_StartTime_fire': bgp_timer.c:(.text+0xe9): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `New_Generic_Attr': rib.c:(.text+0x47): undefined reference to `mrt_pthread_mutex_init' ../../lib/librib.a(rib.o): In function `Ref_Generic_Attr': rib.c:(.text+0x81): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x95): undefined reference to `MRT' rib.c:(.text+0xbb): undefined reference to `trace' rib.c:(.text+0xcd): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `Deref_Generic_Attr': rib.c:(.text+0x101): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x118): undefined reference to `deref_nexthop' rib.c:(.text+0x121): undefined reference to `deref_nexthop' rib.c:(.text+0x133): undefined reference to `mrt_pthread_mutex_destroy' rib.c:(.text+0x163): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `New_Rib': rib.c:(.text+0x1ad): undefined reference to `mrt_pthread_mutex_init' rib.c:(.text+0x1b8): undefined reference to `MRT' rib.c:(.text+0x1e4): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_update_route': rib.c:(.text+0x24c): undefined reference to `MRT' rib.c:(.text+0x272): undefined reference to `trace' rib.c:(.text+0x28a): undefined reference to `MRT' rib.c:(.text+0x2b0): undefined reference to `trace' rib.c:(.text+0x2ba): undefined reference to `family2afi' rib.c:(.text+0x2c8): undefined reference to `MRT' rib.c:(.text+0x2ee): undefined reference to `trace' rib.c:(.text+0x304): undefined reference to `RIBS' rib.c:(.text+0x32f): undefined reference to `MRT' rib.c:(.text+0x355): undefined reference to `trace' rib.c:(.text+0x388): undefined reference to `ref_nexthop' rib.c:(.text+0x3ae): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x3c7): undefined reference to `trace' rib.c:(.text+0x3d9): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x3e5): undefined reference to `MRT' rib.c:(.text+0x40b): undefined reference to `trace' rib.c:(.text+0x42b): undefined reference to `add_nexthop' rib.c:(.text+0x441): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x45a): undefined reference to `trace' rib.c:(.text+0x46c): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x4a1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_best_route': rib.c:(.text+0x4c7): undefined reference to `MRT' rib.c:(.text+0x4ed): undefined reference to `trace' rib.c:(.text+0x502): undefined reference to `family2afi' rib.c:(.text+0x510): undefined reference to `MRT' rib.c:(.text+0x536): undefined reference to `trace' rib.c:(.text+0x54c): undefined reference to `RIBS' rib.c:(.text+0x567): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x580): undefined reference to `trace' rib.c:(.text+0x592): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x5b3): undefined reference to `MRT' rib.c:(.text+0x5d9): undefined reference to `trace' rib.c:(.text+0x606): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x646): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_open': rib.c:(.text+0x674): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x68d): undefined reference to `trace' rib.c:(.text+0x6a5): undefined reference to `mrt_pthread_mutex_lock' ../../lib/librib.a(rib.o): In function `rib_add_route': rib.c:(.text+0x6fa): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x705): undefined reference to `MRT' rib.c:(.text+0x72b): undefined reference to `trace' rib.c:(.text+0x73d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x748): undefined reference to `MRT' rib.c:(.text+0x76e): undefined reference to `trace' rib.c:(.text+0x778): undefined reference to `family2afi' rib.c:(.text+0x786): undefined reference to `MRT' rib.c:(.text+0x7ac): undefined reference to `trace' rib.c:(.text+0x7d2): undefined reference to `MRT' rib.c:(.text+0x7f8): undefined reference to `trace' rib.c:(.text+0x808): undefined reference to `MRT' rib.c:(.text+0x82e): undefined reference to `trace' rib.c:(.text+0x83e): undefined reference to `MRT' rib.c:(.text+0x864): undefined reference to `trace' rib.c:(.text+0x884): undefined reference to `Ref_Prefix' rib.c:(.text+0x8e9): undefined reference to `MRT' rib.c:(.text+0x90f): undefined reference to `trace' rib.c:(.text+0x933): undefined reference to `prefix_toax' rib.c:(.text+0x94a): undefined reference to `trace' rib.c:(.text+0xa51): undefined reference to `New_Buffer' rib.c:(.text+0xa84): undefined reference to `trace' rib.c:(.text+0xa8c): undefined reference to `Delete_Buffer' rib.c:(.text+0xb1c): undefined reference to `New_Buffer' rib.c:(.text+0xb51): undefined reference to `trace' rib.c:(.text+0xb59): undefined reference to `Delete_Buffer' rib.c:(.text+0xb70): undefined reference to `New_Buffer' rib.c:(.text+0xbae): undefined reference to `trace' rib.c:(.text+0xbb7): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `rib_del_route': rib.c:(.text+0xc9f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xcaa): undefined reference to `MRT' rib.c:(.text+0xcd0): undefined reference to `trace' rib.c:(.text+0xce2): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xced): undefined reference to `MRT' rib.c:(.text+0xd13): undefined reference to `trace' rib.c:(.text+0xd3e): undefined reference to `MRT' rib.c:(.text+0xd64): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_close': rib.c:(.text+0xe20): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `route_toa_buffer': rib.c:(.text+0xe55): undefined reference to `New_Buffer' rib.c:(.text+0xe76): undefined reference to `buffer_printf' rib.c:(.text+0xe8a): undefined reference to `buffer_printf' rib.c:(.text+0xea7): undefined reference to `prefix_equal' rib.c:(.text+0xec1): undefined reference to `buffer_printf' rib.c:(.text+0xec9): undefined reference to `proto2string' rib.c:(.text+0xee1): undefined reference to `buffer_printf' rib.c:(.text+0xf06): undefined reference to `buffer_printf' ../../lib/librib.a(rib.o): In function `New_Route_Node': rib.c:(.text+0xf68): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0xf80): undefined reference to `MRT' rib.c:(.text+0xfa6): undefined reference to `trace' rib.c:(.text+0xfb8): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_call_fn': rib.c:(.text+0x1068): undefined reference to `MRT' rib.c:(.text+0x108e): undefined reference to `trace' rib.c:(.text+0x10b1): undefined reference to `nexthop_available' rib.c:(.text+0x10dd): undefined reference to `nexthop_available' rib.c:(.text+0x112a): undefined reference to `MRT' rib.c:(.text+0x1153): undefined reference to `trace' rib.c:(.text+0x119e): undefined reference to `MRT' rib.c:(.text+0x11c4): undefined reference to `trace' rib.c:(.text+0x11fd): undefined reference to `MRT' rib.c:(.text+0x124e): undefined reference to `MRT' rib.c:(.text+0x1274): undefined reference to `trace' rib.c:(.text+0x12ad): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_replace_active': rib.c:(.text+0x1340): undefined reference to `nexthop_available' rib.c:(.text+0x1366): undefined reference to `New_Buffer' rib.c:(.text+0x139a): undefined reference to `trace' rib.c:(.text+0x13a2): undefined reference to `Delete_Buffer' rib.c:(.text+0x1406): undefined reference to `MRT' rib.c:(.text+0x148d): undefined reference to `MRT' rib.c:(.text+0x14ec): undefined reference to `trace' rib.c:(.text+0x1501): undefined reference to `Deref_Prefix' rib.c:(.text+0x156a): undefined reference to `MRT' rib.c:(.text+0x15ef): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_delete_route_node': rib.c:(.text+0x168c): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1697): undefined reference to `MRT' rib.c:(.text+0x16bd): undefined reference to `trace' rib.c:(.text+0x16e7): undefined reference to `New_Buffer' rib.c:(.text+0x171a): undefined reference to `trace' rib.c:(.text+0x1722): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `init_rib': rib.c:(.text+0x178c): undefined reference to `RIB' rib.c:(.text+0x1796): undefined reference to `MRT' rib.c:(.text+0x17bc): undefined reference to `trace' rib.c:(.text+0x17cd): undefined reference to `RIB' rib.c:(.text+0x17e3): undefined reference to `trace_copy' rib.c:(.text+0x17ed): undefined reference to `RIB' rib.c:(.text+0x1804): undefined reference to `set_trace' rib.c:(.text+0x180b): undefined reference to `RIB' rib.c:(.text+0x1812): undefined reference to `RIBS' rib.c:(.text+0x1819): undefined reference to `RIBv6' rib.c:(.text+0x1823): undefined reference to `MRT' rib.c:(.text+0x1849): undefined reference to `trace' rib.c:(.text+0x185a): undefined reference to `RIBv6' rib.c:(.text+0x1870): undefined reference to `trace_copy' rib.c:(.text+0x187a): undefined reference to `RIBv6' rib.c:(.text+0x1891): undefined reference to `set_trace' rib.c:(.text+0x1898): undefined reference to `RIBv6' rib.c:(.text+0x189f): undefined reference to `RIBS' rib.c:(.text+0x18a6): undefined reference to `RIBv6m' rib.c:(.text+0x18b0): undefined reference to `MRT' rib.c:(.text+0x18d6): undefined reference to `trace' rib.c:(.text+0x18e7): undefined reference to `RIBv6m' rib.c:(.text+0x18fd): undefined reference to `trace_copy' rib.c:(.text+0x1907): undefined reference to `RIBv6m' rib.c:(.text+0x191e): undefined reference to `set_trace' rib.c:(.text+0x1925): undefined reference to `RIBv6m' rib.c:(.text+0x192c): undefined reference to `RIBS' rib.c:(.text+0x1933): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_flush_route': rib.c:(.text+0x19c6): undefined reference to `MRT' rib.c:(.text+0x19ec): undefined reference to `trace' rib.c:(.text+0x1a05): undefined reference to `MRT' rib.c:(.text+0x1a2b): undefined reference to `trace' rib.c:(.text+0x1a45): undefined reference to `RIBS' rib.c:(.text+0x1a60): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1a79): undefined reference to `trace' rib.c:(.text+0x1a8b): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1a9d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1aa8): undefined reference to `MRT' rib.c:(.text+0x1ace): undefined reference to `trace' rib.c:(.text+0x1d17): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_request': rib.c:(.text+0x1d50): undefined reference to `MRT' rib.c:(.text+0x1d76): undefined reference to `trace' rib.c:(.text+0x1d8f): undefined reference to `MRT' rib.c:(.text+0x1db5): undefined reference to `trace' rib.c:(.text+0x1dcf): undefined reference to `RIBS' rib.c:(.text+0x1dee): undefined reference to `MRT' rib.c:(.text+0x1e14): undefined reference to `trace' rib.c:(.text+0x1e26): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1e3f): undefined reference to `trace' rib.c:(.text+0x1e51): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1f17): undefined reference to `MRT' rib.c:(.text+0x1f3d): undefined reference to `trace' rib.c:(.text+0x1fb0): undefined reference to `nexthop_available' rib.c:(.text+0x1fc7): undefined reference to `MRT' rib.c:(.text+0x20ca): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x20e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_network': rib.c:(.text+0x212c): undefined reference to `MRT' rib.c:(.text+0x2152): undefined reference to `trace' rib.c:(.text+0x216a): undefined reference to `MRT' rib.c:(.text+0x2190): undefined reference to `trace' rib.c:(.text+0x219a): undefined reference to `family2afi' rib.c:(.text+0x21af): undefined reference to `RIBS' rib.c:(.text+0x21c9): undefined reference to `MRT' rib.c:(.text+0x21ef): undefined reference to `trace' rib.c:(.text+0x2205): undefined reference to `RIBv6' rib.c:(.text+0x2217): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2230): undefined reference to `trace' rib.c:(.text+0x2242): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x22c8): undefined reference to `prefix_equal' rib.c:(.text+0x2387): undefined reference to `prefix_equal' rib.c:(.text+0x23f3): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x2407): undefined reference to `Deref_Prefix' rib.c:(.text+0x2438): undefined reference to `Ref_Prefix' rib.c:(.text+0x24b9): undefined reference to `MRT' rib.c:(.text+0x24df): undefined reference to `trace' rib.c:(.text+0x24ec): undefined reference to `a_include_b' rib.c:(.text+0x2550): undefined reference to `nexthop_available' rib.c:(.text+0x257d): undefined reference to `MRT' rib.c:(.text+0x267d): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_upstream': rib.c:(.text+0x2707): undefined reference to `MRT' rib.c:(.text+0x272d): undefined reference to `trace' rib.c:(.text+0x2742): undefined reference to `family2afi' rib.c:(.text+0x2750): undefined reference to `MRT' rib.c:(.text+0x2776): undefined reference to `trace' rib.c:(.text+0x278c): undefined reference to `RIBS' rib.c:(.text+0x27a7): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x27c0): undefined reference to `trace' rib.c:(.text+0x27d2): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x27f3): undefined reference to `MRT' rib.c:(.text+0x2819): undefined reference to `trace' rib.c:(.text+0x2844): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_nexthop': rib.c:(.text+0x2881): undefined reference to `MRT' rib.c:(.text+0x28a7): undefined reference to `trace' rib.c:(.text+0x28b4): undefined reference to `MRT' rib.c:(.text+0x28da): undefined reference to `trace' rib.c:(.text+0x28f0): undefined reference to `RIBS' rib.c:(.text+0x291f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2938): undefined reference to `trace' rib.c:(.text+0x294a): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x29ec): undefined reference to `trace' rib.c:(.text+0x2a19): undefined reference to `MRT' rib.c:(.text+0x2a3f): undefined reference to `trace' rib.c:(.text+0x2a86): undefined reference to `add_nexthop' rib.c:(.text+0x2a9a): undefined reference to `MRT' rib.c:(.text+0x2ac0): undefined reference to `trace' rib.c:(.text+0x2ada): undefined reference to `MRT' rib.c:(.text+0x2b00): undefined reference to `trace' rib.c:(.text+0x2b1a): undefined reference to `ref_nexthop' rib.c:(.text+0x2b39): undefined reference to `prefix_toa' rib.c:(.text+0x2b54): undefined reference to `deref_nexthop' rib.c:(.text+0x2b7a): undefined reference to `prefix_toa' rib.c:(.text+0x2bc9): undefined reference to `trace' rib.c:(.text+0x2bd5): undefined reference to `deref_nexthop' rib.c:(.text+0x2d0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_time': rib.c:(.text+0x2d44): undefined reference to `MRT' rib.c:(.text+0x2d6a): undefined reference to `trace' rib.c:(.text+0x2d77): undefined reference to `MRT' rib.c:(.text+0x2d9d): undefined reference to `trace' rib.c:(.text+0x2db3): undefined reference to `RIBS' ../../lib/librib.a(rib.o): In function `rib_compare_routes': rib.c:(.text+0x2de6): undefined reference to `nexthop_available' rib.c:(.text+0x2df7): undefined reference to `nexthop_available' rib.c:(.text+0x2e08): undefined reference to `nexthop_available' rib.c:(.text+0x2e30): undefined reference to `nexthop_available' ../../lib/librib.a(rib.o): In function `check_networks': rib.c:(.text+0x2eb9): undefined reference to `MRT' rib.c:(.text+0x2edf): undefined reference to `trace' rib.c:(.text+0x2f1f): undefined reference to `a_include_b' ../../lib/librib.a(rib_uii.o): In function `show_rib_status': rib_uii.c:(.text+0xb): undefined reference to `num_active_prefixes' rib_uii.c:(.text+0x17): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2c): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x41): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x56): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x62): undefined reference to `MRT' rib_uii.c:(.text+0x76): undefined reference to `MRT' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_head': rib_uii.c:(.text+0xec): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_line': rib_uii.c:(.text+0x145): undefined reference to `prefix_toa2x' rib_uii.c:(.text+0x16d): undefined reference to `proto2string' rib_uii.c:(.text+0x1d8): undefined reference to `prefix_toa' rib_uii.c:(.text+0x241): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `show_rib_routes': rib_uii.c:(.text+0x2bb): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2ca): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x313): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x3cd): undefined reference to `nexthop_available' rib_uii.c:(.text+0x52a): undefined reference to `uii_send_bulk_data' ../../lib/librib.a(rib_uii.o): In function `show_ip_routes': rib_uii.c:(.text+0x560): undefined reference to `RIB' rib_uii.c:(.text+0x57d): undefined reference to `RIBm' ../../lib/librib.a(rib_uii.o): In function `show_ipv6_routes': rib_uii.c:(.text+0x5a0): undefined reference to `RIBv6' rib_uii.c:(.text+0x5bd): undefined reference to `RIBv6m' ../../lib/librib.a(rib_uii.o): In function `trace_ip_rib': rib_uii.c:(.text+0x5d6): undefined reference to `RIB' rib_uii.c:(.text+0x5f9): undefined reference to `RIB' rib_uii.c:(.text+0x60d): undefined reference to `set_trace' rib_uii.c:(.text+0x614): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `trace_ipv6_rib': rib_uii.c:(.text+0x633): undefined reference to `RIB' rib_uii.c:(.text+0x64f): undefined reference to `RIBv6' rib_uii.c:(.text+0x65b): undefined reference to `RIBv6' rib_uii.c:(.text+0x66f): undefined reference to `set_trace' rib_uii.c:(.text+0x676): undefined reference to `RIBv6' ../../lib/librib.a(rib_uii.o): In function `trace_bgp_rib_op': rib_uii.c:(.text+0x6b7): undefined reference to `RIB' rib_uii.c:(.text+0x6fa): undefined reference to `MRT' rib_uii.c:(.text+0x715): undefined reference to `user_notice' rib_uii.c:(.text+0x743): undefined reference to `RIB' rib_uii.c:(.text+0x758): undefined reference to `set_trace' rib_uii.c:(.text+0x75f): undefined reference to `RIB' rib_uii.c:(.text+0x76b): undefined reference to `RIBv6' rib_uii.c:(.text+0x777): undefined reference to `RIBv6' rib_uii.c:(.text+0x78c): undefined reference to `set_trace' rib_uii.c:(.text+0x793): undefined reference to `RIBv6' rib_uii.c:(.text+0x7a4): undefined reference to `RIB' rib_uii.c:(.text+0x7b9): undefined reference to `set_trace' rib_uii.c:(.text+0x7c0): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `show_gateway_table': rib_uii.c:(.text+0x829): undefined reference to `mrt_pthread_mutex_lock' rib_uii.c:(.text+0x838): undefined reference to `family2string' rib_uii.c:(.text+0x84d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x874): undefined reference to `prefix_toa' rib_uii.c:(.text+0x89d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x8d1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `New_IO': io.c:(.text+0x8d): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(io.o): In function `io_set': io.c:(.text+0x226): undefined reference to `mrt_close' io.c:(.text+0x26d): undefined reference to `mrt_close' io.c:(.text+0x2bf): undefined reference to `mrt_close' io.c:(.text+0x310): undefined reference to `mrt_open' io.c:(.text+0x438): undefined reference to `mrt_close' io.c:(.text+0x49d): undefined reference to `mrt_open' io.c:(.text+0x4d6): undefined reference to `mrt_open' ../../lib/libmrt.a(io.o): In function `io_set_notify': io.c:(.text+0x7a9): undefined reference to `select_add_fd' ../../lib/libmrt.a(io.o): In function `io_read': io.c:(.text+0xa97): undefined reference to `trace' io.c:(.text+0xae1): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `io_write': io.c:(.text+0xb7f): undefined reference to `mrt_pthread_mutex_lock' io.c:(.text+0xc6b): undefined reference to `mrt_pthread_mutex_unlock' io.c:(.text+0xd43): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `close_input': io.c:(.text+0xdd3): undefined reference to `mrt_close' ../../lib/libmrt.a(util.o): In function `uii_parse_line2': util.c:(.text+0x522): undefined reference to `MRT' util.c:(.text+0x54b): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `New_Radix': radix.c:(.text+0x3b): undefined reference to `MRT' radix.c:(.text+0x61): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `Clear_Radix': radix.c:(.text+0xa3): undefined reference to `MRT' radix.c:(.text+0xc9): undefined reference to `trace' radix.c:(.text+0xf2): undefined reference to `Deref_Prefix' radix.c:(.text+0x11a): undefined reference to `MRT' radix.c:(.text+0x140): undefined reference to `trace' radix.c:(.text+0x1c3): undefined reference to `MRT' radix.c:(.text+0x1fa): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_process': radix.c:(.text+0x26e): undefined reference to `MRT' radix.c:(.text+0x294): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_exact': radix.c:(.text+0x36f): undefined reference to `MRT' radix.c:(.text+0x395): undefined reference to `trace' radix.c:(.text+0x407): undefined reference to `MRT' radix.c:(.text+0x42d): undefined reference to `trace' radix.c:(.text+0x442): undefined reference to `MRT' radix.c:(.text+0x468): undefined reference to `trace' radix.c:(.text+0x47b): undefined reference to `comp_with_mask' radix.c:(.text+0x49c): undefined reference to `MRT' radix.c:(.text+0x4c2): undefined reference to `trace' radix.c:(.text+0x4d2): undefined reference to `MRT' radix.c:(.text+0x4f8): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_best2': radix.c:(.text+0x53c): undefined reference to `MRT' radix.c:(.text+0x562): undefined reference to `trace' radix.c:(.text+0x573): undefined reference to `MRT' radix.c:(.text+0x599): undefined reference to `trace' radix.c:(.text+0x649): undefined reference to `comp_with_mask' radix.c:(.text+0x674): undefined reference to `MRT' radix.c:(.text+0x69a): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_lookup': radix.c:(.text+0x6f7): undefined reference to `MRT' radix.c:(.text+0x71d): undefined reference to `trace' radix.c:(.text+0x795): undefined reference to `MRT' radix.c:(.text+0x7bb): undefined reference to `trace' radix.c:(.text+0x812): undefined reference to `MRT' radix.c:(.text+0x838): undefined reference to `trace' radix.c:(.text+0x84c): undefined reference to `MRT' radix.c:(.text+0x872): undefined reference to `trace' radix.c:(.text+0x8a0): undefined reference to `Ref_Prefix' radix.c:(.text+0x90e): undefined reference to `MRT' radix.c:(.text+0x937): undefined reference to `trace' radix.c:(.text+0x995): undefined reference to `Ref_Prefix' radix.c:(.text+0x9ab): undefined reference to `MRT' radix.c:(.text+0x9d1): undefined reference to `trace' radix.c:(.text+0xa05): undefined reference to `Ref_Prefix' radix.c:(.text+0xa64): undefined reference to `MRT' radix.c:(.text+0xa8a): undefined reference to `trace' radix.c:(.text+0xaf2): undefined reference to `MRT' radix.c:(.text+0xb18): undefined reference to `trace' radix.c:(.text+0xbf8): undefined reference to `MRT' radix.c:(.text+0xc1e): undefined reference to `trace' radix.c:(.text+0xc2c): undefined reference to `MRT' radix.c:(.text+0xc52): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_remove': radix.c:(.text+0xccf): undefined reference to `Deref_Prefix' radix.c:(.text+0xceb): undefined reference to `MRT' radix.c:(.text+0xd11): undefined reference to `trace' radix.c:(.text+0xd1d): undefined reference to `MRT' radix.c:(.text+0xd43): undefined reference to `trace' radix.c:(.text+0xd65): undefined reference to `Deref_Prefix' radix.c:(.text+0xd96): undefined reference to `MRT' radix.c:(.text+0xdbc): undefined reference to `trace' radix.c:(.text+0xdd2): undefined reference to `MRT' radix.c:(.text+0xdf8): undefined reference to `trace' radix.c:(.text+0xe0d): undefined reference to `Deref_Prefix' radix.c:(.text+0xe3c): undefined reference to `MRT' radix.c:(.text+0xe62): undefined reference to `trace' radix.c:(.text+0xe91): undefined reference to `MRT' radix.c:(.text+0xeb7): undefined reference to `trace' radix.c:(.text+0xef9): undefined reference to `MRT' radix.c:(.text+0xf1f): undefined reference to `trace' radix.c:(.text+0xf35): undefined reference to `MRT' radix.c:(.text+0xf5b): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `time_left': timer.c:(.text+0x11): undefined reference to `MRT' timer.c:(.text+0x37): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `init_timer': timer.c:(.text+0x66): undefined reference to `MRT' timer.c:(.text+0x8c): undefined reference to `trace' timer.c:(.text+0xda): undefined reference to `trace_copy' timer.c:(.text+0xfb): undefined reference to `set_trace' timer.c:(.text+0x117): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Fire': timer.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x1af): undefined reference to `MRT' timer.c:(.text+0x1d5): undefined reference to `trace' timer.c:(.text+0x288): undefined reference to `Ref_Event' timer.c:(.text+0x293): undefined reference to `schedule_event3' timer.c:(.text+0x2c3): undefined reference to `Ref_Event' timer.c:(.text+0x2fe): undefined reference to `Ref_Event' timer.c:(.text+0x3f8): undefined reference to `Deref_Event' timer.c:(.text+0x4f1): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x52a): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x552): undefined reference to `schedule_event_dispatch' timer.c:(.text+0x5b8): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x607): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Turn_OFF': timer.c:(.text+0x64f): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x67f): undefined reference to `trace' timer.c:(.text+0x69f): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x6a6): undefined reference to `MRT' timer.c:(.text+0x6cc): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Update': timer.c:(.text+0x710): undefined reference to `mrt_pthread_mutex_trylock' timer.c:(.text+0x71b): undefined reference to `MRT' timer.c:(.text+0x741): undefined reference to `trace' timer.c:(.text+0x7e2): undefined reference to `MRT' timer.c:(.text+0x808): undefined reference to `trace' timer.c:(.text+0x855): undefined reference to `trace' timer.c:(.text+0x887): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Reset_Time': timer.c:(.text+0x8a9): undefined reference to `MRT' timer.c:(.text+0x8cf): undefined reference to `trace' timer.c:(.text+0x991): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x9c5): undefined reference to `trace' timer.c:(.text+0x9f5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Set_Time': timer.c:(.text+0xa35): undefined reference to `MRT' timer.c:(.text+0xa5b): undefined reference to `trace' timer.c:(.text+0xa82): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Adjust_Time': timer.c:(.text+0xac5): undefined reference to `MRT' timer.c:(.text+0xaeb): undefined reference to `trace' timer.c:(.text+0xb12): undefined reference to `trace' timer.c:(.text+0xb49): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xb6f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `New_Timer2': timer.c:(.text+0xe0d): undefined reference to `New_Event' timer.c:(.text+0xeba): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xf00): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Destroy_Timer': timer.c:(.text+0xf84): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xfb5): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0xfbe): undefined reference to `Deref_Event' ../../lib/libmrt.a(signal.o): In function `mrt_process_signal': signal.c:(.text+0x1c): undefined reference to `MRT' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/programs/bgpsim cd mrtd; /usr/pkg/bin/bmake clang -Wl,-R/usr/pkg/lib mrtd.o ../../lib/libcfg.a ../../lib/libbgp.a ../../lib/librip.a ../../lib/libpim.a ../../lib/librib.a ../../lib/libmrt.a -o mrtd -lkvm mrtd.o: In function `main': mrtd.c:(.text+0x78): undefined reference to `New_Trace2' mrtd.c:(.text+0x97): undefined reference to `set_trace' mrtd.c:(.text+0xb1): undefined reference to `set_trace' mrtd.c:(.text+0x1aa): undefined reference to `set_trace' mrtd.c:(.text+0x1e2): undefined reference to `init_trace' mrtd.c:(.text+0x1ee): undefined reference to `init_mrt' mrtd.c:(.text+0x1f6): undefined reference to `init_uii' mrtd.c:(.text+0x1ff): undefined reference to `init_uii_port' mrtd.c:(.text+0x209): undefined reference to `init_mrt_reboot' mrtd.c:(.text+0x210): undefined reference to `MRT' mrtd.c:(.text+0x233): undefined reference to `trace' mrtd.c:(.text+0x243): undefined reference to `MRT' mrtd.c:(.text+0x270): undefined reference to `MRT' mrtd.c:(.text+0x31e): undefined reference to `MRT' mrtd.c:(.text+0x34d): undefined reference to `trace' mrtd.c:(.text+0x385): undefined reference to `mrt_update_pid' mrtd.c:(.text+0x391): undefined reference to `init_interfaces' mrtd.c:(.text+0x3ae): undefined reference to `igmp_init' mrtd.c:(.text+0x3bb): undefined reference to `igmp_init' mrtd.c:(.text+0x3df): undefined reference to `BGP' mrtd.c:(.text+0x3ef): undefined reference to `UII' mrtd.c:(.text+0x405): undefined reference to `set_uii' mrtd.c:(.text+0x40c): undefined reference to `UII' mrtd.c:(.text+0x425): undefined reference to `set_uii' mrtd.c:(.text+0x438): undefined reference to `kernel_init' mrtd.c:(.text+0x448): undefined reference to `kernel_read_rt_table' mrtd.c:(.text+0x459): undefined reference to `MRT' mrtd.c:(.text+0x464): undefined reference to `kernel_update_route' mrtd.c:(.text+0x47f): undefined reference to `add_interfaces_to_rib' mrtd.c:(.text+0x4c4): undefined reference to `listen_uii2' mrtd.c:(.text+0x4f0): undefined reference to `MRT' mrtd.c:(.text+0x51f): undefined reference to `trace' mrtd.c:(.text+0x524): undefined reference to `mrt_main_loop' mrtd.c:(.text+0x552): undefined reference to `MRT' mrtd.c:(.text+0x581): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_add_module': config_file.c:(.text+0x2a): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x12f): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x14a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_del_module': config_file.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x252): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x2c1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_add_output': config_file.c:(.text+0x3d9): undefined reference to `New_Buffer' config_file.c:(.text+0x414): undefined reference to `buffer_vprintf' ../../lib/libcfg.a(config_file.o): In function `get_alist_options': config_file.c:(.text+0x459): undefined reference to `uii_parse_line' config_file.c:(.text+0x498): undefined reference to `ascii2prefix' config_file.c:(.text+0x4ae): undefined reference to `Deref_Prefix' config_file.c:(.text+0x4db): undefined reference to `uii_parse_line' config_file.c:(.text+0x505): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_notice': config_file.c:(.text+0x6b0): undefined reference to `user_vnotice' ../../lib/libcfg.a(config_file.o): In function `show_config': config_file.c:(.text+0x6da): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x81d): undefined reference to `uii_add_bulk_output' config_file.c:(.text+0x82b): undefined reference to `buffer_adjust' config_file.c:(.text+0x83f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_write': config_file.c:(.text+0x891): undefined reference to `uii_send_data' config_file.c:(.text+0x899): undefined reference to `uii_yes_no' config_file.c:(.text+0x8e5): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0xa36): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0xaf3): undefined reference to `buffer_adjust' ../../lib/libcfg.a(config_file.o): In function `start_config': config_file.c:(.text+0xb29): undefined reference to `mrt_pthread_mutex_trylock' ../../lib/libcfg.a(config_file.o): In function `end_config': config_file.c:(.text+0xb98): undefined reference to `MRT' config_file.c:(.text+0xbbe): undefined reference to `trace' config_file.c:(.text+0xbda): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `init_config': config_file.c:(.text+0xc0b): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc21): undefined reference to `mrt_pthread_cond_init' config_file.c:(.text+0xc37): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc4d): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc85): undefined reference to `uii_add_command2' config_file.c:(.text+0xca1): undefined reference to `uii_add_command2' config_file.c:(.text+0xcbd): undefined reference to `uii_add_command2' config_file.c:(.text+0xcd9): undefined reference to `uii_add_command2' config_file.c:(.text+0xcf5): undefined reference to `uii_add_command2' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0xd11): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(config_file.o): In function `enable': config_file.c:(.text+0x10aa): undefined reference to `MRT' config_file.c:(.text+0x10d0): undefined reference to `trace' config_file.c:(.text+0x10d7): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_login': config_file.c:(.text+0x1170): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_password': config_file.c:(.text+0x11a2): undefined reference to `UII' config_file.c:(.text+0x11b2): undefined reference to `set_uii' config_file.c:(.text+0x11bc): undefined reference to `strip_spaces' config_file.c:(.text+0x11c6): undefined reference to `UII' config_file.c:(.text+0x11d4): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_access_class': config_file.c:(.text+0x1209): undefined reference to `UII' config_file.c:(.text+0x1217): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_timeout': config_file.c:(.text+0x123d): undefined reference to `UII' config_file.c:(.text+0x127c): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_port': config_file.c:(.text+0x129f): undefined reference to `UII' config_file.c:(.text+0x12b2): undefined reference to `MRT' config_file.c:(.text+0x12d8): undefined reference to `trace' config_file.c:(.text+0x12df): undefined reference to `UII' config_file.c:(.text+0x12f1): undefined reference to `UII' config_file.c:(.text+0x1304): undefined reference to `set_uii' config_file.c:(.text+0x1314): undefined reference to `listen_uii2' ../../lib/libcfg.a(config_file.o): In function `config_line_address': config_file.c:(.text+0x1330): undefined reference to `UII' config_file.c:(.text+0x1353): undefined reference to `prefix_compare2' config_file.c:(.text+0x135e): undefined reference to `UII' config_file.c:(.text+0x136f): undefined reference to `set_uii' config_file.c:(.text+0x1376): undefined reference to `listen_uii2' config_file.c:(.text+0x137e): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_password': config_file.c:(.text+0x13cc): undefined reference to `UII' config_file.c:(.text+0x13dc): undefined reference to `set_uii' config_file.c:(.text+0x13e9): undefined reference to `UII' config_file.c:(.text+0x1410): undefined reference to `set_uii' config_file.c:(.text+0x1426): undefined reference to `strip_spaces' config_file.c:(.text+0x1430): undefined reference to `UII' config_file.c:(.text+0x143e): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_enable_password': config_file.c:(.text+0x1472): undefined reference to `UII' config_file.c:(.text+0x1482): undefined reference to `set_uii' config_file.c:(.text+0x149a): undefined reference to `strip_spaces' config_file.c:(.text+0x14a4): undefined reference to `UII' config_file.c:(.text+0x14b2): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_uii_timeout': config_file.c:(.text+0x159c): undefined reference to `UII' config_file.c:(.text+0x15c8): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_debug': config_file.c:(.text+0x1605): undefined reference to `uii_parse_line' config_file.c:(.text+0x1619): undefined reference to `trace_flag' config_file.c:(.text+0x1640): undefined reference to `trace' config_file.c:(.text+0x1668): undefined reference to `set_trace' config_file.c:(.text+0x1671): undefined reference to `uii_parse_line' config_file.c:(.text+0x1691): undefined reference to `set_trace' config_file.c:(.text+0x16c2): undefined reference to `uii_parse_line' config_file.c:(.text+0x16e9): undefined reference to `set_trace' config_file.c:(.text+0x174b): undefined reference to `set_trace_global' config_file.c:(.text+0x175c): undefined reference to `uii_send_data' ../../lib/libcfg.a(config_file.o): In function `config_access_list': config_file.c:(.text+0x188b): undefined reference to `prefix_toax' config_file.c:(.text+0x18a2): undefined reference to `prefix_toa' config_file.c:(.text+0x199c): undefined reference to `remove_access_list' config_file.c:(.text+0x19ce): undefined reference to `add_access_list' ../../lib/libcfg.a(config_file.o): In function `config_redirect': config_file.c:(.text+0x1a60): undefined reference to `UII' config_file.c:(.text+0x1a83): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_comment': config_file.c:(.text+0x1b0a): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_from_file2': config_file.c:(.text+0x1ba8): undefined reference to `MRT' config_file.c:(.text+0x1c1a): undefined reference to `trace' config_file.c:(.text+0x1c2e): undefined reference to `mrt_pthread_mutex_trylock' config_file.c:(.text+0x1c57): undefined reference to `trace' config_file.c:(.text+0x1c6f): undefined reference to `trace' config_file.c:(.text+0x1cc0): undefined reference to `New_Buffer_Stream' config_file.c:(.text+0x1ccc): undefined reference to `buffer_gets' config_file.c:(.text+0x1ce5): undefined reference to `buffer_gets' config_file.c:(.text+0x1cf8): undefined reference to `uii_proccess_command' config_file.c:(.text+0x1d1a): undefined reference to `trace' config_file.c:(.text+0x1d3a): undefined reference to `trace' config_file.c:(.text+0x1d68): undefined reference to `Delete_Buffer' config_file.c:(.text+0x1d8d): undefined reference to `MRT' config_file.c:(.text+0x1db3): undefined reference to `trace' config_file.c:(.text+0x1dc9): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x1dfd): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_create_default': config_file.c:(.text+0x1e58): undefined reference to `MRT' ../../lib/libcfg.a(config_file.o): In function `get_config_line_vty': config_file.c:(.text+0x1f33): undefined reference to `UII' config_file.c:(.text+0x1f4f): undefined reference to `UII' config_file.c:(.text+0x1f7e): undefined reference to `UII' config_file.c:(.text+0x1fe5): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2013): undefined reference to `UII' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0x202d): more undefined references to `UII' follow ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2041): undefined reference to `MRT' config_file.c:(.text+0x2067): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `get_access_list_config': config_file.c:(.text+0x209b): undefined reference to `access_list_out' ../../lib/libcfg.a(config_file.o): In function `get_uii_redirect': config_file.c:(.text+0x20a7): undefined reference to `UII' ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0xbd): undefined reference to `ip_lookup_fn' commconf.c:(.text+0xd6): undefined reference to `ip_hash_fn' commconf.c:(.text+0x101): undefined reference to `ip_lookup_fn' commconf.c:(.text+0x11a): undefined reference to `ip_hash_fn' commconf.c:(.text+0x143): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x15f): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x166): undefined reference to `UII' commconf.c:(.text+0x17c): undefined reference to `set_uii' commconf.c:(.text+0x183): undefined reference to `UII' commconf.c:(.text+0x19c): undefined reference to `set_uii' commconf.c:(.text+0x1a3): undefined reference to `UII' commconf.c:(.text+0x1bc): undefined reference to `set_uii' commconf.c:(.text+0x1c3): undefined reference to `UII' commconf.c:(.text+0x1dc): undefined reference to `set_uii' commconf.c:(.text+0x1e3): undefined reference to `UII' commconf.c:(.text+0x1fc): undefined reference to `set_uii' commconf.c:(.text+0x203): undefined reference to `UII' commconf.c:(.text+0x21c): undefined reference to `set_uii' commconf.c:(.text+0x23b): undefined reference to `uii_add_command2' commconf.c:(.text+0x257): undefined reference to `uii_add_command2' commconf.c:(.text+0x276): undefined reference to `uii_add_command2' commconf.c:(.text+0x295): undefined reference to `uii_add_command2' commconf.c:(.text+0x2a6): undefined reference to `show_interfaces' commconf.c:(.text+0x2b1): undefined reference to `uii_add_command2' commconf.c:(.text+0x2cd): undefined reference to `uii_add_command2' commconf.c:(.text+0x2e9): undefined reference to `uii_add_command2' commconf.c:(.text+0x308): undefined reference to `uii_add_command2' commconf.c:(.text+0x327): undefined reference to `uii_add_command2' ../../lib/libcfg.a(commconf.o):commconf.c:(.text+0x346): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0x510): undefined reference to `INTERFACE_MASTER' ../../lib/libcfg.a(commconf.o): In function `static_delete_route': commconf.c:(.text+0x54d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x556): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_mrt_reboot': commconf.c:(.text+0x591): undefined reference to `uii_send_data' commconf.c:(.text+0x599): undefined reference to `uii_yes_no' commconf.c:(.text+0x5ac): undefined reference to `uii_send_data' commconf.c:(.text+0x5b6): undefined reference to `mrt_set_force_exit' ../../lib/libcfg.a(commconf.o): In function `config_ip_route': commconf.c:(.text+0x63b): undefined reference to `find_interface_byname' commconf.c:(.text+0x664): undefined reference to `Deref_Prefix' commconf.c:(.text+0x66d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x683): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x699): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x6e6): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x717): undefined reference to `MRT' commconf.c:(.text+0x791): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x7ad): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7b6): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7e7): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7f0): undefined reference to `Deref_Prefix' commconf.c:(.text+0x832): undefined reference to `Ref_Prefix' commconf.c:(.text+0x846): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x84e): undefined reference to `Deref_Prefix' commconf.c:(.text+0x888): undefined reference to `ascii2prefix' commconf.c:(.text+0x8a0): undefined reference to `MRT' commconf.c:(.text+0x8c6): undefined reference to `trace' commconf.c:(.text+0x8cf): undefined reference to `find_interface' commconf.c:(.text+0x8e6): undefined reference to `find_interface_local' commconf.c:(.text+0x901): undefined reference to `add_nexthop' commconf.c:(.text+0x913): undefined reference to `add_gateway' commconf.c:(.text+0x920): undefined reference to `Deref_Prefix' commconf.c:(.text+0x927): undefined reference to `MRT' commconf.c:(.text+0x93b): undefined reference to `nexthop_available' commconf.c:(.text+0x942): undefined reference to `MRT' commconf.c:(.text+0x9af): undefined reference to `Ref_Prefix' commconf.c:(.text+0x9bb): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa31): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa3a): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa48): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa51): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa8d): undefined reference to `MRT' commconf.c:(.text+0xab3): undefined reference to `trace' commconf.c:(.text+0xac5): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0xb59): undefined reference to `Deref_Prefix' commconf.c:(.text+0xb62): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_interface': commconf.c:(.text+0xb94): undefined reference to `find_interface_byname' ../../lib/libcfg.a(commconf.o): In function `config_interface_gateway': commconf.c:(.text+0xd21): undefined reference to `prefix_toa' commconf.c:(.text+0xd4d): undefined reference to `add_gateway' ../../lib/libcfg.a(commconf.o): In function `config_router_id': commconf.c:(.text+0xd84): undefined reference to `MRT' commconf.c:(.text+0xdaa): undefined reference to `trace' commconf.c:(.text+0xdb4): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `config_gateway': commconf.c:(.text+0xde8): undefined reference to `find_interface_byname' commconf.c:(.text+0xdf8): undefined reference to `prefix_toa' commconf.c:(.text+0xe23): undefined reference to `add_gateway' commconf.c:(.text+0xe4d): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `interface_call_fn': commconf.c:(.text+0xe97): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `get_config_ip_route': commconf.c:(.text+0xef3): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_interface_gateway': commconf.c:(.text+0xfb5): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_gateway': commconf.c:(.text+0xfdd): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `re_evaluate_static_routes': commconf.c:(.text+0x106e): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x1079): undefined reference to `MRT' commconf.c:(.text+0x109f): undefined reference to `trace' commconf.c:(.text+0x10a8): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x10b3): undefined reference to `MRT' commconf.c:(.text+0x10d9): undefined reference to `trace' commconf.c:(.text+0x10e2): undefined reference to `find_interface' commconf.c:(.text+0x10fe): undefined reference to `find_interface_local' commconf.c:(.text+0x1139): undefined reference to `nexthop_available' commconf.c:(.text+0x1154): undefined reference to `MRT' commconf.c:(.text+0x1199): undefined reference to `MRT' commconf.c:(.text+0x11d7): undefined reference to `deref_nexthop' commconf.c:(.text+0x11e3): undefined reference to `add_nexthop' commconf.c:(.text+0x11f5): undefined reference to `add_gateway' commconf.c:(.text+0x1200): undefined reference to `MRT' commconf.c:(.text+0x1254): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x1281): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x129b): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x12d6): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `name2peer': bgpconf.c:(.text+0x27): undefined reference to `MRT' bgpconf.c:(.text+0x4d): undefined reference to `trace' bgpconf.c:(.text+0x61): undefined reference to `BGP' bgpconf.c:(.text+0x84): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x95): undefined reference to `MRT' bgpconf.c:(.text+0xbe): undefined reference to `trace' bgpconf.c:(.text+0xcb): undefined reference to `ascii2prefix' bgpconf.c:(.text+0xed): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x108): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_bgp_updates': bgpconf.c:(.text+0x2ef): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_bgp_router_id': bgpconf.c:(.text+0x6f3): undefined reference to `BGP' bgpconf.c:(.text+0x726): undefined reference to `MRT' bgpconf.c:(.text+0x74c): undefined reference to `trace' bgpconf.c:(.text+0x756): undefined reference to `BGP' bgpconf.c:(.text+0x778): undefined reference to `MRT' bgpconf.c:(.text+0x784): undefined reference to `prefix_toa' bgpconf.c:(.text+0x79b): undefined reference to `trace' bgpconf.c:(.text+0x7a3): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_bgp_init2': bgpconf.c:(.text+0x7db): undefined reference to `UII' bgpconf.c:(.text+0x7f4): undefined reference to `set_uii' bgpconf.c:(.text+0x810): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x82c): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x848): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x864): undefined reference to `uii_add_command2' bgpconf.c:(.text+0x880): undefined reference to `uii_add_command2' ../../lib/libcfg.a(bgpconf.o):bgpconf.c:(.text+0x89c): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(bgpconf.o): In function `trace_bgp_neighbor': bgpconf.c:(.text+0x1b4b): undefined reference to `set_trace' ../../lib/libcfg.a(bgpconf.o): In function `load_ip_bgp_routes': bgpconf.c:(.text+0x1bc6): undefined reference to `uii_send_data' bgpconf.c:(.text+0x1bcf): undefined reference to `UII' bgpconf.c:(.text+0x1be9): undefined reference to `user_notice' ../../lib/libcfg.a(bgpconf.o): In function `load_bgp_routes': bgpconf.c:(.text+0x1c43): undefined reference to `uii_send_data' bgpconf.c:(.text+0x1c4c): undefined reference to `UII' bgpconf.c:(.text+0x1c66): undefined reference to `user_notice' ../../lib/libcfg.a(bgpconf.o): In function `load_ipv6_bgp_routes': bgpconf.c:(.text+0x1df6): undefined reference to `uii_send_data' bgpconf.c:(.text+0x1dff): undefined reference to `UII' bgpconf.c:(.text+0x1e19): undefined reference to `user_notice' ../../lib/libcfg.a(bgpconf.o): In function `show_bgp_rt_as': bgpconf.c:(.text+0x1f13): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_id_view': bgpconf.c:(.text+0x21d5): undefined reference to `MRT' bgpconf.c:(.text+0x21fb): undefined reference to `trace' bgpconf.c:(.text+0x2207): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_bgp_cluster_id': bgpconf.c:(.text+0x2293): undefined reference to `BGP' bgpconf.c:(.text+0x22c6): undefined reference to `MRT' bgpconf.c:(.text+0x22ec): undefined reference to `trace' bgpconf.c:(.text+0x22f6): undefined reference to `BGP' bgpconf.c:(.text+0x2318): undefined reference to `MRT' bgpconf.c:(.text+0x2324): undefined reference to `prefix_toa' bgpconf.c:(.text+0x233b): undefined reference to `trace' bgpconf.c:(.text+0x2343): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_add_interface': bgpconf.c:(.text+0x2487): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_delete_interface': bgpconf.c:(.text+0x24e4): undefined reference to `BGP' bgpconf.c:(.text+0x2518): undefined reference to `BGP' bgpconf.c:(.text+0x2547): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x254f): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2573): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_bind_interface_only': bgpconf.c:(.text+0x259a): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_network_prefix': bgpconf.c:(.text+0x260d): undefined reference to `BGP' bgpconf.c:(.text+0x2632): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x2665): undefined reference to `trace' bgpconf.c:(.text+0x2677): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x26aa): undefined reference to `trace' bgpconf.c:(.text+0x26e7): undefined reference to `prefix_compare' bgpconf.c:(.text+0x275e): undefined reference to `MRT' bgpconf.c:(.text+0x27a2): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x27b4): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x27ff): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2811): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2843): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2855): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x288a): undefined reference to `trace' bgpconf.c:(.text+0x2896): undefined reference to `MRT' bgpconf.c:(.text+0x28d5): undefined reference to `Ref_Prefix' bgpconf.c:(.text+0x2900): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2912): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2945): undefined reference to `trace' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_redistribute': bgpconf.c:(.text+0x2978): undefined reference to `BGP' bgpconf.c:(.text+0x2993): undefined reference to `string2proto' bgpconf.c:(.text+0x29af): undefined reference to `proto2string' bgpconf.c:(.text+0x29b9): undefined reference to `proto2string' bgpconf.c:(.text+0x2a04): undefined reference to `MRT' bgpconf.c:(.text+0x2a2a): undefined reference to `trace' bgpconf.c:(.text+0x2a3c): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x2a6c): undefined reference to `trace' bgpconf.c:(.text+0x2a7e): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x2aae): undefined reference to `trace' bgpconf.c:(.text+0x2ae6): undefined reference to `MRT' bgpconf.c:(.text+0x2b33): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2b86): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2bcd): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2bfd): undefined reference to `trace' bgpconf.c:(.text+0x2c10): undefined reference to `MRT' bgpconf.c:(.text+0x2c60): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2c90): undefined reference to `trace' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_remoteas': bgpconf.c:(.text+0x2cef): undefined reference to `BGP' bgpconf.c:(.text+0x2d24): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x2d8c): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2db2): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2dc6): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x2e88): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2eb8): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x2ecf): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2ee4): undefined reference to `BGP' bgpconf.c:(.text+0x2f32): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2f40): undefined reference to `BGP' bgpconf.c:(.text+0x2f4c): undefined reference to `prefix_toa' bgpconf.c:(.text+0x2f8b): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x2fe9): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x3006): undefined reference to `trace' bgpconf.c:(.text+0x300e): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_description': bgpconf.c:(.text+0x3095): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_update_source': bgpconf.c:(.text+0x313f): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x314e): undefined reference to `ascii2prefix' bgpconf.c:(.text+0x3186): undefined reference to `prefix_compare' bgpconf.c:(.text+0x3197): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x31f8): undefined reference to `find_interface_local' bgpconf.c:(.text+0x320b): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x3226): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x3254): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x3260): undefined reference to `find_interface_byname' bgpconf.c:(.text+0x327d): undefined reference to `prefix_toa' bgpconf.c:(.text+0x32bb): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x32f9): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_weight': bgpconf.c:(.text+0x3384): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_maximum_prefix': bgpconf.c:(.text+0x3430): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_alias': bgpconf.c:(.text+0x34df): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_option': bgpconf.c:(.text+0x361d): undefined reference to `MRT' bgpconf.c:(.text+0x3645): undefined reference to `trace' bgpconf.c:(.text+0x36de): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_list_in_out': bgpconf.c:(.text+0x37a4): undefined reference to `MRT' bgpconf.c:(.text+0x37cc): undefined reference to `trace' bgpconf.c:(.text+0x389e): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_routemap_in_out': bgpconf.c:(.text+0x3976): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_routerid': bgpconf.c:(.text+0x3a2a): undefined reference to `MRT' bgpconf.c:(.text+0x3a50): undefined reference to `trace' bgpconf.c:(.text+0x3a5c): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_time': bgpconf.c:(.text+0x3ca4): undefined reference to `MRT' bgpconf.c:(.text+0x3ccd): undefined reference to `trace' bgpconf.c:(.text+0x3d40): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_timers': bgpconf.c:(.text+0x3ddf): undefined reference to `schedule_event2' bgpconf.c:(.text+0x3e0c): undefined reference to `schedule_event2' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_n_peer': bgpconf.c:(.text+0x3e9e): undefined reference to `MRT' bgpconf.c:(.text+0x3ec4): undefined reference to `trace' bgpconf.c:(.text+0x3ed6): undefined reference to `BGP' bgpconf.c:(.text+0x3f12): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x3f6a): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x3fad): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x401e): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4034): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x4056): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x40ba): undefined reference to `parse_line' bgpconf.c:(.text+0x40db): undefined reference to `parse_line' bgpconf.c:(.text+0x410c): undefined reference to `find_interface_byname' bgpconf.c:(.text+0x414a): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4164): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x417f): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x41a7): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x41be): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x41e6): undefined reference to `prefix_compare2' bgpconf.c:(.text+0x41f3): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x41fb): undefined reference to `Ref_Prefix' bgpconf.c:(.text+0x4212): undefined reference to `BGP' bgpconf.c:(.text+0x4298): undefined reference to `prefix_compare2' bgpconf.c:(.text+0x42b0): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x42bc): undefined reference to `Ref_Prefix' bgpconf.c:(.text+0x42f9): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4313): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x4324): undefined reference to `Deref_Prefix' bgpconf.c:(.text+0x439c): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_n_remoteas': bgpconf.c:(.text+0x4404): undefined reference to `BGP' bgpconf.c:(.text+0x442e): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x4475): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x44b4): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x44fb): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4578): undefined reference to `BGP' bgpconf.c:(.text+0x459c): undefined reference to `BGP' bgpconf.c:(.text+0x45b7): undefined reference to `trace' ../../lib/libcfg.a(bgpconf.o): In function `config_router_neighbor_list': bgpconf.c:(.text+0x467a): undefined reference to `BGP' bgpconf.c:(.text+0x46a4): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x46f9): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x472d): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4775): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x47b0): undefined reference to `BGP' bgpconf.c:(.text+0x4813): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4850): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `config_router_aggregate': bgpconf.c:(.text+0x4882): undefined reference to `BGP' bgpconf.c:(.text+0x48b2): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x48e2): undefined reference to `trace' bgpconf.c:(.text+0x48f4): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x4923): undefined reference to `trace' bgpconf.c:(.text+0x4940): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x496f): undefined reference to `trace' bgpconf.c:(.text+0x49ba): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x49ea): undefined reference to `trace' bgpconf.c:(.text+0x49fc): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x4a2b): undefined reference to `trace' bgpconf.c:(.text+0x4a83): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x4ab2): undefined reference to `trace' bgpconf.c:(.text+0x4aba): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(bgpconf.o): In function `dump_f_bgp_routes': bgpconf.c:(.text+0x4b72): undefined reference to `UII' bgpconf.c:(.text+0x4bb9): undefined reference to `UII' bgpconf.c:(.text+0x4bf8): undefined reference to `uii_send_data' bgpconf.c:(.text+0x4c2c): undefined reference to `uii_send_data' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_f_bgp_routes': bgpconf.c:(.text+0x4dbe): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_f_bgp': bgpconf.c:(.text+0x4ff1): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_bgp_int': bgpconf.c:(.text+0x5122): undefined reference to `BGP' bgpconf.c:(.text+0x5182): undefined reference to `BGP' bgpconf.c:(.text+0x51d5): undefined reference to `MRT' bgpconf.c:(.text+0x5216): undefined reference to `BGP' bgpconf.c:(.text+0x5246): undefined reference to `trace' bgpconf.c:(.text+0x5253): undefined reference to `MRT' bgpconf.c:(.text+0x5279): undefined reference to `trace' bgpconf.c:(.text+0x52d4): undefined reference to `BGP' bgpconf.c:(.text+0x531a): undefined reference to `BGP' bgpconf.c:(.text+0x5348): undefined reference to `MRT' bgpconf.c:(.text+0x536e): undefined reference to `trace' bgpconf.c:(.text+0x5436): undefined reference to `BGP' bgpconf.c:(.text+0x54b0): undefined reference to `MRT' bgpconf.c:(.text+0x54d6): undefined reference to `trace' bgpconf.c:(.text+0x556f): undefined reference to `BGP' bgpconf.c:(.text+0x5580): undefined reference to `MRT' bgpconf.c:(.text+0x55a6): undefined reference to `trace' bgpconf.c:(.text+0x55b3): undefined reference to `MRT' bgpconf.c:(.text+0x55d9): undefined reference to `trace' bgpconf.c:(.text+0x5627): undefined reference to `MRT' bgpconf.c:(.text+0x564d): undefined reference to `trace' bgpconf.c:(.text+0x5669): undefined reference to `MRT' bgpconf.c:(.text+0x568f): undefined reference to `trace' bgpconf.c:(.text+0x56b1): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x5746): undefined reference to `ifzero' bgpconf.c:(.text+0x580e): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x58b1): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x58e1): undefined reference to `trace' bgpconf.c:(.text+0x58f3): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x5923): undefined reference to `trace' bgpconf.c:(.text+0x5963): undefined reference to `MRT' bgpconf.c:(.text+0x5a05): undefined reference to `MRT' bgpconf.c:(.text+0x5a58): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x5a88): undefined reference to `trace' bgpconf.c:(.text+0x5aac): undefined reference to `MRT' bgpconf.c:(.text+0x5ae2): undefined reference to `BGP' bgpconf.c:(.text+0x5b04): undefined reference to `BGP' bgpconf.c:(.text+0x5b51): undefined reference to `BGP' bgpconf.c:(.text+0x5b85): undefined reference to `BGP' bgpconf.c:(.text+0x5bb0): undefined reference to `MRT' bgpconf.c:(.text+0x5bd6): undefined reference to `trace' bgpconf.c:(.text+0x5bdd): undefined reference to `BGP' bgpconf.c:(.text+0x5c80): undefined reference to `MRT' bgpconf.c:(.text+0x5ca6): undefined reference to `trace' bgpconf.c:(.text+0x5cad): undefined reference to `BGP' bgpconf.c:(.text+0x5ceb): undefined reference to `MRT' bgpconf.c:(.text+0x5d11): undefined reference to `trace' bgpconf.c:(.text+0x5d2d): undefined reference to `ifzero' ../../lib/libcfg.a(bgpconf.o): In function `get_config_router_bgp': bgpconf.c:(.text+0x5e46): undefined reference to `MRT' bgpconf.c:(.text+0x5e6c): undefined reference to `trace' bgpconf.c:(.text+0x5ef0): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x5f20): undefined reference to `trace' bgpconf.c:(.text+0x5f32): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x5f62): undefined reference to `trace' bgpconf.c:(.text+0x5fa1): undefined reference to `prefix_toax' bgpconf.c:(.text+0x6024): undefined reference to `proto2string' bgpconf.c:(.text+0x6050): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x6080): undefined reference to `trace' bgpconf.c:(.text+0x6097): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6119): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x612b): undefined reference to `prefix_toa' bgpconf.c:(.text+0x61da): undefined reference to `prefix_toa' bgpconf.c:(.text+0x6602): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x6680): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(bgpconf.o): In function `print_aggregate_address': bgpconf.c:(.text+0x66ba): undefined reference to `prefix_toax' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_bgp_view': bgpconf.c:(.text+0x6700): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `get_config_dump_bgp_routes': bgpconf.c:(.text+0x692d): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `config_router_check_family': bgpconf.c:(.text+0x6a3a): undefined reference to `BGP' bgpconf.c:(.text+0x6a59): undefined reference to `MRT' bgpconf.c:(.text+0x6a7f): undefined reference to `trace' bgpconf.c:(.text+0x6a8d): undefined reference to `family2afi' bgpconf.c:(.text+0x6ad0): undefined reference to `BGP' bgpconf.c:(.text+0x6b0f): undefined reference to `MRT' bgpconf.c:(.text+0x6b35): undefined reference to `trace' bgpconf.c:(.text+0x6b4c): undefined reference to `MRT' bgpconf.c:(.text+0x6b72): undefined reference to `trace' bgpconf.c:(.text+0x6b89): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6bef): undefined reference to `MRT' bgpconf.c:(.text+0x6c15): undefined reference to `trace' bgpconf.c:(.text+0x6cac): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x6ce6): undefined reference to `MRT' bgpconf.c:(.text+0x6d0c): undefined reference to `trace' bgpconf.c:(.text+0x6d33): undefined reference to `MRT' bgpconf.c:(.text+0x6d59): undefined reference to `trace' bgpconf.c:(.text+0x6d69): undefined reference to `MRT' bgpconf.c:(.text+0x6d8f): undefined reference to `trace' bgpconf.c:(.text+0x6dbf): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x6dff): undefined reference to `trace' bgpconf.c:(.text+0x6e11): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6e50): undefined reference to `trace' bgpconf.c:(.text+0x6e62): undefined reference to `mrt_pthread_mutex_trylock' bgpconf.c:(.text+0x6ea8): undefined reference to `trace' bgpconf.c:(.text+0x6eba): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x6efc): undefined reference to `trace' bgpconf.c:(.text+0x6f42): undefined reference to `MRT' bgpconf.c:(.text+0x6ff5): undefined reference to `MRT' bgpconf.c:(.text+0x704d): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x7080): undefined reference to `trace' bgpconf.c:(.text+0x7092): undefined reference to `mrt_pthread_mutex_unlock' bgpconf.c:(.text+0x70c2): undefined reference to `trace' bgpconf.c:(.text+0x70e8): undefined reference to `BGP' ../../lib/libcfg.a(bgpconf.o): In function `set_bgp_peer': bgpconf.c:(.text+0x71f5): undefined reference to `MRT' bgpconf.c:(.text+0x721b): undefined reference to `trace' bgpconf.c:(.text+0x7238): undefined reference to `mrt_pthread_mutex_lock' bgpconf.c:(.text+0x72e6): undefined reference to `MRT' bgpconf.c:(.text+0x730c): undefined reference to `trace' bgpconf.c:(.text+0x7b69): undefined reference to `prefix_toa' bgpconf.c:(.text+0x7b93): undefined reference to `set_trace' bgpconf.c:(.text+0x7c00): undefined reference to `prefix_toa' bgpconf.c:(.text+0x7c23): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(rtmapconf.o): In function `config_rtmap_init': rtmapconf.c:(.text+0x7): undefined reference to `UII' rtmapconf.c:(.text+0x20): undefined reference to `set_uii' rtmapconf.c:(.text+0x3c): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0x58): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0x74): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0x90): undefined reference to `uii_add_command2' rtmapconf.c:(.text+0xac): undefined reference to `uii_add_command2' ../../lib/libcfg.a(rtmapconf.o):rtmapconf.c:(.text+0xc8): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_match_address': rtmapconf.c:(.text+0x4fe): undefined reference to `MRT' rtmapconf.c:(.text+0x524): undefined reference to `trace' rtmapconf.c:(.text+0x53c): undefined reference to `MRT' rtmapconf.c:(.text+0x562): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_match_aspath': rtmapconf.c:(.text+0x5be): undefined reference to `MRT' rtmapconf.c:(.text+0x5e4): undefined reference to `trace' rtmapconf.c:(.text+0x5fc): undefined reference to `MRT' rtmapconf.c:(.text+0x622): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_match_community': rtmapconf.c:(.text+0x67e): undefined reference to `MRT' rtmapconf.c:(.text+0x6a4): undefined reference to `trace' rtmapconf.c:(.text+0x6bc): undefined reference to `MRT' rtmapconf.c:(.text+0x6e2): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_origin': rtmapconf.c:(.text+0x725): undefined reference to `parse_line' rtmapconf.c:(.text+0x73c): undefined reference to `parse_line' rtmapconf.c:(.text+0x752): undefined reference to `parse_line' rtmapconf.c:(.text+0x773): undefined reference to `MRT' rtmapconf.c:(.text+0x799): undefined reference to `trace' rtmapconf.c:(.text+0x7cf): undefined reference to `MRT' rtmapconf.c:(.text+0x7f5): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_aspath': rtmapconf.c:(.text+0x8c9): undefined reference to `MRT' rtmapconf.c:(.text+0x8ef): undefined reference to `trace' rtmapconf.c:(.text+0x90b): undefined reference to `MRT' rtmapconf.c:(.text+0x931): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_nexthop': rtmapconf.c:(.text+0xa71): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xa9c): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xaca): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xaef): undefined reference to `MRT' rtmapconf.c:(.text+0xb15): undefined reference to `trace' rtmapconf.c:(.text+0xb31): undefined reference to `MRT' rtmapconf.c:(.text+0xb57): undefined reference to `trace' rtmapconf.c:(.text+0xb6b): undefined reference to `add_nexthop' rtmapconf.c:(.text+0xb76): undefined reference to `Deref_Prefix' rtmapconf.c:(.text+0xb82): undefined reference to `MRT' rtmapconf.c:(.text+0xba8): undefined reference to `trace' rtmapconf.c:(.text+0xbf2): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xc32): undefined reference to `MRT' rtmapconf.c:(.text+0xc58): undefined reference to `trace' rtmapconf.c:(.text+0xc74): undefined reference to `MRT' rtmapconf.c:(.text+0xc9a): undefined reference to `trace' rtmapconf.c:(.text+0xcc6): undefined reference to `ref_nexthop' rtmapconf.c:(.text+0xce9): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xd42): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xd6d): undefined reference to `MRT' rtmapconf.c:(.text+0xd93): undefined reference to `trace' rtmapconf.c:(.text+0xdaf): undefined reference to `MRT' rtmapconf.c:(.text+0xdd5): undefined reference to `trace' rtmapconf.c:(.text+0xddf): undefined reference to `deref_nexthop' rtmapconf.c:(.text+0xdff): undefined reference to `deref_nexthop' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_metric': rtmapconf.c:(.text+0xe92): undefined reference to `MRT' rtmapconf.c:(.text+0xeb8): undefined reference to `trace' rtmapconf.c:(.text+0xed0): undefined reference to `MRT' rtmapconf.c:(.text+0xef6): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_weight': rtmapconf.c:(.text+0xf54): undefined reference to `MRT' rtmapconf.c:(.text+0xf7a): undefined reference to `trace' rtmapconf.c:(.text+0xf92): undefined reference to `MRT' rtmapconf.c:(.text+0xfb8): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_community': rtmapconf.c:(.text+0x10f4): undefined reference to `MRT' rtmapconf.c:(.text+0x111a): undefined reference to `trace' rtmapconf.c:(.text+0x113f): undefined reference to `MRT' rtmapconf.c:(.text+0x1165): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_dpa': rtmapconf.c:(.text+0x1275): undefined reference to `MRT' rtmapconf.c:(.text+0x129b): undefined reference to `trace' rtmapconf.c:(.text+0x12b3): undefined reference to `MRT' rtmapconf.c:(.text+0x12d9): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_atomic': rtmapconf.c:(.text+0x133b): undefined reference to `MRT' rtmapconf.c:(.text+0x1361): undefined reference to `trace' rtmapconf.c:(.text+0x137b): undefined reference to `MRT' rtmapconf.c:(.text+0x13a1): undefined reference to `trace' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_aggregator': rtmapconf.c:(.text+0x1405): undefined reference to `MRT' rtmapconf.c:(.text+0x142b): undefined reference to `trace' rtmapconf.c:(.text+0x1445): undefined reference to `MRT' rtmapconf.c:(.text+0x146b): undefined reference to `trace' rtmapconf.c:(.text+0x1495): undefined reference to `Deref_Prefix' rtmapconf.c:(.text+0x14d4): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(rtmapconf.o): In function `config_route_map_localpref': rtmapconf.c:(.text+0x1581): undefined reference to `MRT' rtmapconf.c:(.text+0x15a7): undefined reference to `trace' rtmapconf.c:(.text+0x15bf): undefined reference to `MRT' rtmapconf.c:(.text+0x15e5): undefined reference to `trace' ../../lib/libcfg.a(load.o): In function `load_f_bgp_routes': load.c:(.text+0x25): undefined reference to `MRT' load.c:(.text+0xe1): undefined reference to `deref_nexthop' load.c:(.text+0x114): undefined reference to `ref_nexthop' load.c:(.text+0x133): undefined reference to `BGP' load.c:(.text+0x15d): undefined reference to `family2afi' load.c:(.text+0x178): undefined reference to `mrt_pthread_mutex_trylock' load.c:(.text+0x1a8): undefined reference to `trace' load.c:(.text+0x1ba): undefined reference to `mrt_pthread_mutex_lock' load.c:(.text+0x1ea): undefined reference to `trace' load.c:(.text+0x212): undefined reference to `mrt_pthread_mutex_unlock' load.c:(.text+0x242): undefined reference to `trace' load.c:(.text+0x262): undefined reference to `Deref_Prefix' load.c:(.text+0x390): undefined reference to `New_Prefix' load.c:(.text+0x39d): undefined reference to `add_nexthop' load.c:(.text+0x3ac): undefined reference to `Deref_Prefix' load.c:(.text+0x3df): undefined reference to `New_Prefix' load.c:(.text+0x3ec): undefined reference to `add_nexthop' load.c:(.text+0x3f8): undefined reference to `Deref_Prefix' load.c:(.text+0x74e): undefined reference to `New_Prefix' load.c:(.text+0x75e): undefined reference to `add_gateway' load.c:(.text+0x775): undefined reference to `Deref_Prefix' load.c:(.text+0x787): undefined reference to `New_Prefix' load.c:(.text+0x7a3): undefined reference to `BGP' load.c:(.text+0x7d1): undefined reference to `family2afi' load.c:(.text+0x7ec): undefined reference to `mrt_pthread_mutex_trylock' load.c:(.text+0x81f): undefined reference to `trace' load.c:(.text+0x831): undefined reference to `mrt_pthread_mutex_lock' load.c:(.text+0x864): undefined reference to `trace' load.c:(.text+0x895): undefined reference to `mrt_pthread_mutex_unlock' load.c:(.text+0x8c8): undefined reference to `trace' load.c:(.text+0x8df): undefined reference to `Deref_Prefix' load.c:(.text+0x962): undefined reference to `New_Prefix' load.c:(.text+0x9a9): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(ripconf.o): In function `config_rip_init': ripconf.c:(.text+0x7): undefined reference to `UII' ripconf.c:(.text+0x20): undefined reference to `set_uii' ripconf.c:(.text+0x27): undefined reference to `UII' ripconf.c:(.text+0x40): undefined reference to `set_uii' ripconf.c:(.text+0x47): undefined reference to `RIP' ripconf.c:(.text+0x6a): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x71): undefined reference to `RIP' ripconf.c:(.text+0x94): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x9b): undefined reference to `RIP' ripconf.c:(.text+0xbb): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0xc2): undefined reference to `RIP' ripconf.c:(.text+0xe2): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0xe9): undefined reference to `RIPNG' ripconf.c:(.text+0x10c): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x113): undefined reference to `RIPNG' ripconf.c:(.text+0x133): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x13a): undefined reference to `RIPNG' ripconf.c:(.text+0x15d): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x164): undefined reference to `RIPNG' ripconf.c:(.text+0x184): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x18b): undefined reference to `RIP' ripconf.c:(.text+0x1ae): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x1b5): undefined reference to `RIP' ripconf.c:(.text+0x1d8): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x1df): undefined reference to `RIP' ripconf.c:(.text+0x202): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x209): undefined reference to `RIPNG' ripconf.c:(.text+0x22c): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x233): undefined reference to `RIPNG' ripconf.c:(.text+0x256): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x25d): undefined reference to `RIPNG' ripconf.c:(.text+0x280): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x287): undefined reference to `RIP' ripconf.c:(.text+0x2aa): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x2b1): undefined reference to `RIP' ripconf.c:(.text+0x2d4): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x2db): undefined reference to `RIP' ripconf.c:(.text+0x2fe): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x305): undefined reference to `RIP' ripconf.c:(.text+0x328): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x32f): undefined reference to `RIP' ripconf.c:(.text+0x352): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x359): undefined reference to `RIP' ripconf.c:(.text+0x37c): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x383): undefined reference to `RIPNG' ripconf.c:(.text+0x3a6): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x3ad): undefined reference to `RIPNG' ripconf.c:(.text+0x3cd): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x3d4): undefined reference to `RIPNG' ripconf.c:(.text+0x3f7): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x3fe): undefined reference to `RIPNG' ripconf.c:(.text+0x41e): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x425): undefined reference to `RIP' ripconf.c:(.text+0x448): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x44f): undefined reference to `RIP' ripconf.c:(.text+0x472): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x479): undefined reference to `RIPNG' ripconf.c:(.text+0x499): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x4a0): undefined reference to `RIPNG' ripconf.c:(.text+0x4c0): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x4c7): undefined reference to `RIP' ripconf.c:(.text+0x4ea): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x4f1): undefined reference to `RIP' ripconf.c:(.text+0x514): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x51b): undefined reference to `RIPNG' ripconf.c:(.text+0x53b): undefined reference to `uii_add_command_schedule' ripconf.c:(.text+0x542): undefined reference to `RIPNG' ripconf.c:(.text+0x566): undefined reference to `uii_add_command_schedule' ../../lib/libcfg.a(ripconf.o): In function `config_router_rip_port': ripconf.c:(.text+0x591): undefined reference to `MRT' ripconf.c:(.text+0x5af): undefined reference to `RIP' ripconf.c:(.text+0x5f9): undefined reference to `MRT' ripconf.c:(.text+0x613): undefined reference to `RIP' ../../lib/libcfg.a(ripconf.o): In function `config_router_ripng_port': ripconf.c:(.text+0x661): undefined reference to `MRT' ripconf.c:(.text+0x67f): undefined reference to `RIPNG' ripconf.c:(.text+0x6c9): undefined reference to `MRT' ripconf.c:(.text+0x6e3): undefined reference to `RIPNG' ../../lib/libcfg.a(ripconf.o): In function `config_router_rip_network_prefix': ripconf.c:(.text+0x724): undefined reference to `RIP' ripconf.c:(.text+0x74b): undefined reference to `RIPNG' ripconf.c:(.text+0x787): undefined reference to `prefix_compare' ripconf.c:(.text+0x7fe): undefined reference to `MRT' ripconf.c:(.text+0x837): undefined reference to `MRT' ripconf.c:(.text+0x85d): undefined reference to `trace' ripconf.c:(.text+0x894): undefined reference to `Deref_Prefix' ripconf.c:(.text+0x89f): undefined reference to `MRT' ripconf.c:(.text+0x8cf): undefined reference to `Ref_Prefix' ripconf.c:(.text+0x902): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(ripconf.o): In function `config_router_rip_network_interface': ripconf.c:(.text+0x934): undefined reference to `RIP' ripconf.c:(.text+0x95b): undefined reference to `RIPNG' ripconf.c:(.text+0xa2c): undefined reference to `MRT' ripconf.c:(.text+0xa52): undefined reference to `trace' ../../lib/libcfg.a(ripconf.o): In function `config_router_rip_accept_update_from': ripconf.c:(.text+0xae3): undefined reference to `RIP' ripconf.c:(.text+0xb06): undefined reference to `RIPNG' ripconf.c:(.text+0xb33): undefined reference to `MRT' ripconf.c:(.text+0xb59): undefined reference to `trace' ../../lib/libcfg.a(ripconf.o): In function `config_router_rip_redistribute': ripconf.c:(.text+0xb94): undefined reference to `RIP' ripconf.c:(.text+0xb9c): undefined reference to `string2proto' ripconf.c:(.text+0xbba): undefined reference to `proto2string' ripconf.c:(.text+0xbc4): undefined reference to `proto2string' ripconf.c:(.text+0xc11): undefined reference to `RIPNG' ripconf.c:(.text+0xc49): undefined reference to `MRT' ripconf.c:(.text+0xc88): undefined reference to `MRT' ../../lib/libcfg.a(ripconf.o): In function `config_distribute_list': ripconf.c:(.text+0xcfe): undefined reference to `RIPNG' ripconf.c:(.text+0xd03): undefined reference to `RIP' ripconf.c:(.text+0xdb9): undefined reference to `find_interface_byname' ../../lib/libcfg.a(ripconf.o): In function `get_config_router_rip': ripconf.c:(.text+0x108e): undefined reference to `schedule_event_and_wait' ../../lib/libcfg.a(ripconf.o): In function `get_config_rt_rip': ripconf.c:(.text+0x10c7): undefined reference to `proto2string' ripconf.c:(.text+0x1151): undefined reference to `prefix_toax' ripconf.c:(.text+0x1314): undefined reference to `proto2string' ../../lib/libcfg.a(multiconf.o): In function `config_multicast_init': multiconf.c:(.text+0x1c): undefined reference to `uii_add_command2' multiconf.c:(.text+0x38): undefined reference to `uii_add_command2' multiconf.c:(.text+0x3f): undefined reference to `IGMP' multiconf.c:(.text+0x5a): undefined reference to `igmp_show_group' multiconf.c:(.text+0x65): undefined reference to `uii_add_command_schedule' multiconf.c:(.text+0x81): undefined reference to `uii_add_command2' multiconf.c:(.text+0x9d): undefined reference to `uii_add_command2' multiconf.c:(.text+0xa4): undefined reference to `IGMPv6' multiconf.c:(.text+0xbf): undefined reference to `igmp6_show_group' multiconf.c:(.text+0xca): undefined reference to `uii_add_command_schedule' multiconf.c:(.text+0xe6): undefined reference to `uii_add_command2' multiconf.c:(.text+0x102): undefined reference to `uii_add_command2' multiconf.c:(.text+0x109): undefined reference to `IGMPv6' multiconf.c:(.text+0x12f): undefined reference to `uii_add_command_schedule' multiconf.c:(.text+0x136): undefined reference to `IGMPv6' multiconf.c:(.text+0x15d): undefined reference to `uii_add_command_schedule' ../../lib/libcfg.a(pimconf.o): In function `config_pim_init': pimconf.c:(.text+0x2a): undefined reference to `uii_add_command_schedule' pimconf.c:(.text+0x57): undefined reference to `uii_add_command_schedule' pimconf.c:(.text+0x84): undefined reference to `uii_add_command_schedule' pimconf.c:(.text+0xb2): undefined reference to `uii_add_command_schedule' ../../lib/libbgp.a(aspath.o): In function `Delete_ASPATH_segment': aspath.c:(.text+0x31): undefined reference to `MRT' aspath.c:(.text+0x57): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `munge_aspath': aspath.c:(.text+0x2b3): undefined reference to `MRT' aspath.c:(.text+0x2ca): undefined reference to `MRT' aspath.c:(.text+0x2e4): undefined reference to `trace' aspath.c:(.text+0x305): undefined reference to `MRT' aspath.c:(.text+0x31e): undefined reference to `MRT' aspath.c:(.text+0x335): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `bgp_get_home_AS': aspath.c:(.text+0x67a): undefined reference to `MRT' aspath.c:(.text+0x6a2): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspth_from_string': aspath.c:(.text+0x1122): undefined reference to `MRT' aspath.c:(.text+0x113c): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_merge': aspath.c:(.text+0x1d72): undefined reference to `MRT' aspath.c:(.text+0x1d98): undefined reference to `trace' aspath.c:(.text+0x1db7): undefined reference to `MRT' aspath.c:(.text+0x1ddd): undefined reference to `trace' aspath.c:(.text+0x1e05): undefined reference to `MRT' aspath.c:(.text+0x1e2b): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_remove': aspath.c:(.text+0x1f9f): undefined reference to `MRT' aspath.c:(.text+0x1fc5): undefined reference to `trace' aspath.c:(.text+0x2065): undefined reference to `MRT' aspath.c:(.text+0x208b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr': bgp_attr.c:(.text+0xcc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0xda): undefined reference to `origin2string' bgp_attr.c:(.text+0xf3): undefined reference to `trace' bgp_attr.c:(.text+0x106): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x11f): undefined reference to `trace' bgp_attr.c:(.text+0x13c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x14f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x168): undefined reference to `trace' bgp_attr.c:(.text+0x172): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x182): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x19b): undefined reference to `trace' bgp_attr.c:(.text+0x1ae): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1c7): undefined reference to `trace' bgp_attr.c:(.text+0x1da): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1f3): undefined reference to `trace' bgp_attr.c:(.text+0x206): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x21b): undefined reference to `trace' bgp_attr.c:(.text+0x22d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x245): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x262): undefined reference to `trace' bgp_attr.c:(.text+0x275): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x285): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x29e): undefined reference to `trace' bgp_attr.c:(.text+0x2b1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x2da): undefined reference to `trace' bgp_attr.c:(.text+0x2ed): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x316): undefined reference to `trace' bgp_attr.c:(.text+0x329): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x34d): undefined reference to `trace' bgp_attr.c:(.text+0x3df): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr2': bgp_attr.c:(.text+0x45d): undefined reference to `trace' bgp_attr.c:(.text+0x483): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x495): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4bc): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0x4f2): undefined reference to `MRT' bgp_attr.c:(.text+0x518): undefined reference to `trace' bgp_attr.c:(.text+0x52a): undefined reference to `MRT' bgp_attr.c:(.text+0x550): undefined reference to `trace' bgp_attr.c:(.text+0x565): undefined reference to `MRT' bgp_attr.c:(.text+0x58b): undefined reference to `trace' bgp_attr.c:(.text+0x5a8): undefined reference to `MRT' bgp_attr.c:(.text+0x5ce): undefined reference to `trace' bgp_attr.c:(.text+0x60e): undefined reference to `trace' bgp_attr.c:(.text+0x648): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x67e): undefined reference to `trace' bgp_attr.c:(.text+0x74c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x788): undefined reference to `okay_trace' bgp_attr.c:(.text+0x79c): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x7b3): undefined reference to `trace' bgp_attr.c:(.text+0x7de): undefined reference to `trace' bgp_attr.c:(.text+0x81f): undefined reference to `trace' bgp_attr.c:(.text+0x846): undefined reference to `trace' bgp_attr.c:(.text+0x91b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x939): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0xa1b): undefined reference to `New_Prefix' bgp_attr.c:(.text+0xa44): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0xa79): undefined reference to `okay_trace' bgp_attr.c:(.text+0xa8d): undefined reference to `prefix_toax' bgp_attr.c:(.text+0xaa4): undefined reference to `trace' bgp_attr.c:(.text+0xad4): undefined reference to `trace' bgp_attr.c:(.text+0xb10): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0xb80): undefined reference to `MRT' bgp_attr.c:(.text+0xba6): undefined reference to `trace' bgp_attr.c:(.text+0xbb7): undefined reference to `MRT' bgp_attr.c:(.text+0xbdd): undefined reference to `trace' bgp_attr.c:(.text+0xc5b): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0xcf1): undefined reference to `trace' bgp_attr.c:(.text+0xf1a): undefined reference to `trace' bgp_attr.c:(.text+0x1050): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x1070): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x1080): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x1213): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x12f4): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x148e): undefined reference to `trace' bgp_attr.c:(.text+0x152a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1571): undefined reference to `trace' bgp_attr.c:(.text+0x15a1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x15e2): undefined reference to `trace' bgp_attr.c:(.text+0x1641): undefined reference to `trace' bgp_attr.c:(.text+0x170d): undefined reference to `trace' bgp_attr.c:(.text+0x1803): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x184a): undefined reference to `trace' bgp_attr.c:(.text+0x189a): undefined reference to `trace' bgp_attr.c:(.text+0x19f4): undefined reference to `trace' bgp_attr.c:(.text+0x1b07): undefined reference to `trace' bgp_attr.c:(.text+0x1b9e): undefined reference to `trace' bgp_attr.c:(.text+0x1bcf): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x1bdf): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x1c5f): undefined reference to `trace' bgp_attr.c:(.text+0x1cc0): undefined reference to `trace' bgp_attr.c:(.text+0x1d01): undefined reference to `trace' bgp_attr.c:(.text+0x1f14): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2007): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x203f): undefined reference to `trace' bgp_attr.c:(.text+0x2055): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x21df): undefined reference to `trace' bgp_attr.c:(.text+0x2238): undefined reference to `trace' bgp_attr.c:(.text+0x226f): undefined reference to `MRT' bgp_attr.c:(.text+0x2295): undefined reference to `trace' bgp_attr.c:(.text+0x22c4): undefined reference to `MRT' bgp_attr.c:(.text+0x22ea): undefined reference to `trace' bgp_attr.c:(.text+0x2318): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2331): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x2341): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2388): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x23a2): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x23c2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x23cd): undefined reference to `prefix_is_unspecified' bgp_attr.c:(.text+0x23e7): undefined reference to `prefix_is_linklocal' bgp_attr.c:(.text+0x23f7): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2435): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x244e): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x248e): undefined reference to `MRT' bgp_attr.c:(.text+0x24b4): undefined reference to `trace' bgp_attr.c:(.text+0x24e2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x24fb): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x250b): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x253d): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x2554): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x257f): undefined reference to `trace' bgp_attr.c:(.text+0x283c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x293f): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2973): undefined reference to `trace' bgp_attr.c:(.text+0x2999): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2a74): undefined reference to `trace' bgp_attr.c:(.text+0x2ac3): undefined reference to `trace' bgp_attr.c:(.text+0x2b18): undefined reference to `trace' bgp_attr.c:(.text+0x2b40): undefined reference to `trace' bgp_attr.c:(.text+0x2b6e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x2bdf): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x2ebe): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2efb): undefined reference to `trace' bgp_attr.c:(.text+0x2f3a): undefined reference to `trace' bgp_attr.c:(.text+0x2f6e): undefined reference to `trace' bgp_attr.c:(.text+0x2f9c): undefined reference to `trace' bgp_attr.c:(.text+0x3019): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x304c): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x3096): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x30c8): undefined reference to `trace' bgp_attr.c:(.text+0x30ef): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_deref_attr': bgp_attr.c:(.text+0x313c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x314a): undefined reference to `MRT' bgp_attr.c:(.text+0x3170): undefined reference to `trace' bgp_attr.c:(.text+0x31a5): undefined reference to `MRT' bgp_attr.c:(.text+0x31cb): undefined reference to `trace' bgp_attr.c:(.text+0x31e3): undefined reference to `mrt_pthread_mutex_unlock' bgp_attr.c:(.text+0x31ef): undefined reference to `MRT' bgp_attr.c:(.text+0x3215): undefined reference to `trace' bgp_attr.c:(.text+0x321e): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x322c): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3242): undefined reference to `MRT' bgp_attr.c:(.text+0x3268): undefined reference to `trace' bgp_attr.c:(.text+0x328d): undefined reference to `MRT' bgp_attr.c:(.text+0x32b3): undefined reference to `trace' bgp_attr.c:(.text+0x32c1): undefined reference to `MRT' bgp_attr.c:(.text+0x32e7): undefined reference to `trace' bgp_attr.c:(.text+0x32f3): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x330c): undefined reference to `MRT' bgp_attr.c:(.text+0x3332): undefined reference to `trace' bgp_attr.c:(.text+0x3340): undefined reference to `MRT' bgp_attr.c:(.text+0x3366): undefined reference to `trace' bgp_attr.c:(.text+0x3372): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x338b): undefined reference to `MRT' bgp_attr.c:(.text+0x33b1): undefined reference to `trace' bgp_attr.c:(.text+0x33bf): undefined reference to `MRT' bgp_attr.c:(.text+0x33e5): undefined reference to `trace' bgp_attr.c:(.text+0x340a): undefined reference to `MRT' bgp_attr.c:(.text+0x3430): undefined reference to `trace' bgp_attr.c:(.text+0x343e): undefined reference to `MRT' bgp_attr.c:(.text+0x3464): undefined reference to `trace' bgp_attr.c:(.text+0x3481): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3492): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x34b9): undefined reference to `mrt_pthread_mutex_destroy' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_new_attr': bgp_attr.c:(.text+0x3553): undefined reference to `mrt_pthread_mutex_init' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attributes': bgp_attr.c:(.text+0x3594): undefined reference to `MRT' bgp_attr.c:(.text+0x35ba): undefined reference to `trace' bgp_attr.c:(.text+0x36b6): undefined reference to `MRT' bgp_attr.c:(.text+0x36df): undefined reference to `trace' bgp_attr.c:(.text+0x3706): undefined reference to `MRT' bgp_attr.c:(.text+0x372f): undefined reference to `trace' bgp_attr.c:(.text+0x3779): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x3793): undefined reference to `trace' bgp_attr.c:(.text+0x37b1): undefined reference to `MRT' bgp_attr.c:(.text+0x37d7): undefined reference to `trace' bgp_attr.c:(.text+0x3957): undefined reference to `MRT' bgp_attr.c:(.text+0x397d): undefined reference to `trace' bgp_attr.c:(.text+0x3994): undefined reference to `MRT' bgp_attr.c:(.text+0x39ba): undefined reference to `trace' bgp_attr.c:(.text+0x3a08): undefined reference to `MRT' bgp_attr.c:(.text+0x3a2e): undefined reference to `trace' bgp_attr.c:(.text+0x3a72): undefined reference to `MRT' bgp_attr.c:(.text+0x3a9b): undefined reference to `trace' bgp_attr.c:(.text+0x3b46): undefined reference to `MRT' bgp_attr.c:(.text+0x3b6f): undefined reference to `trace' bgp_attr.c:(.text+0x3bba): undefined reference to `MRT' bgp_attr.c:(.text+0x3be0): undefined reference to `trace' bgp_attr.c:(.text+0x3c27): undefined reference to `MRT' bgp_attr.c:(.text+0x3c50): undefined reference to `trace' bgp_attr.c:(.text+0x3d65): undefined reference to `MRT' bgp_attr.c:(.text+0x3d8b): undefined reference to `trace' bgp_attr.c:(.text+0x3d9a): undefined reference to `MRT' bgp_attr.c:(.text+0x3dc0): undefined reference to `trace' bgp_attr.c:(.text+0x3f1a): undefined reference to `MRT' bgp_attr.c:(.text+0x3f40): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attr_ipv6': bgp_attr.c:(.text+0x3f85): undefined reference to `MRT' bgp_attr.c:(.text+0x3fab): undefined reference to `trace' bgp_attr.c:(.text+0x4011): undefined reference to `trace' bgp_attr.c:(.text+0x4030): undefined reference to `trace' bgp_attr.c:(.text+0x403a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x4051): undefined reference to `trace' bgp_attr.c:(.text+0x4078): undefined reference to `MRT' bgp_attr.c:(.text+0x409e): undefined reference to `trace' bgp_attr.c:(.text+0x40ce): undefined reference to `okay_trace' bgp_attr.c:(.text+0x40dc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x40fa): undefined reference to `trace' bgp_attr.c:(.text+0x416a): undefined reference to `MRT' bgp_attr.c:(.text+0x4190): undefined reference to `trace' bgp_attr.c:(.text+0x41a4): undefined reference to `trace' bgp_attr.c:(.text+0x41b1): undefined reference to `okay_trace' bgp_attr.c:(.text+0x41bf): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x41dd): undefined reference to `trace' bgp_attr.c:(.text+0x422f): undefined reference to `okay_trace' bgp_attr.c:(.text+0x423d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x424f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4269): undefined reference to `trace' bgp_attr.c:(.text+0x42f0): undefined reference to `MRT' bgp_attr.c:(.text+0x4316): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_ref_attr': bgp_attr.c:(.text+0x434c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x435a): undefined reference to `MRT' bgp_attr.c:(.text+0x4380): undefined reference to `trace' bgp_attr.c:(.text+0x439b): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_compare_attr': bgp_attr.c:(.text+0x4524): undefined reference to `prefix_compare2' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x45ba): undefined reference to `MRT' bgp_attr.c:(.text+0x4610): undefined reference to `trace' bgp_attr.c:(.text+0x46ce): undefined reference to `MRT' bgp_attr.c:(.text+0x46f4): undefined reference to `trace' bgp_attr.c:(.text+0x47fd): undefined reference to `MRT' bgp_attr.c:(.text+0x4823): undefined reference to `trace' bgp_attr.c:(.text+0x48c1): undefined reference to `MRT' bgp_attr.c:(.text+0x48e7): undefined reference to `trace' bgp_attr.c:(.text+0x490c): undefined reference to `MRT' bgp_attr.c:(.text+0x4932): undefined reference to `trace' bgp_attr.c:(.text+0x49b0): undefined reference to `trace' bgp_attr.c:(.text+0x4a5e): undefined reference to `trace' bgp_attr.c:(.text+0x4adc): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4ae9): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4b00): undefined reference to `trace' bgp_attr.c:(.text+0x4bd4): undefined reference to `MRT' bgp_attr.c:(.text+0x4bfd): undefined reference to `trace' bgp_attr.c:(.text+0x4c3a): undefined reference to `trace' bgp_attr.c:(.text+0x4cc8): undefined reference to `trace' bgp_attr.c:(.text+0x4d7d): undefined reference to `trace' bgp_attr.c:(.text+0x4e16): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4e22): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4e39): undefined reference to `trace' bgp_attr.c:(.text+0x4f37): undefined reference to `MRT' bgp_attr.c:(.text+0x4f69): undefined reference to `trace' bgp_attr.c:(.text+0x4fce): undefined reference to `MRT' bgp_attr.c:(.text+0x5001): undefined reference to `trace' bgp_attr.c:(.text+0x520c): undefined reference to `MRT' bgp_attr.c:(.text+0x5238): undefined reference to `trace' bgp_attr.c:(.text+0x540c): undefined reference to `trace' bgp_attr.c:(.text+0x5426): undefined reference to `trace' bgp_attr.c:(.text+0x545b): undefined reference to `trace' bgp_attr.c:(.text+0x5465): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x547c): undefined reference to `trace' bgp_attr.c:(.text+0x549d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x54c7): undefined reference to `trace' bgp_attr.c:(.text+0x55bd): undefined reference to `trace' bgp_attr.c:(.text+0x55db): undefined reference to `trace' bgp_attr.c:(.text+0x5605): undefined reference to `trace' bgp_attr.c:(.text+0x562d): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x5807): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x5868): undefined reference to `MRT' bgp_attr.c:(.text+0x588e): undefined reference to `trace' bgp_attr.c:(.text+0x58a5): undefined reference to `MRT' bgp_attr.c:(.text+0x58cb): undefined reference to `trace' bgp_attr.c:(.text+0x58f5): undefined reference to `trace' bgp_attr.c:(.text+0x5915): undefined reference to `MRT' bgp_attr.c:(.text+0x593b): undefined reference to `trace' bgp_attr.c:(.text+0x596b): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5991): undefined reference to `trace' bgp_attr.c:(.text+0x5a19): undefined reference to `MRT' bgp_attr.c:(.text+0x5a3f): undefined reference to `trace' bgp_attr.c:(.text+0x5a5a): undefined reference to `trace' bgp_attr.c:(.text+0x5a67): undefined reference to `okay_trace' bgp_attr.c:(.text+0x5a7c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5a9a): undefined reference to `trace' bgp_attr.c:(.text+0x5b15): undefined reference to `trace' bgp_attr.c:(.text+0x5b3a): undefined reference to `trace' bgp_attr.c:(.text+0x5ce3): undefined reference to `trace' bgp_attr.c:(.text+0x5d58): undefined reference to `MRT' bgp_attr.c:(.text+0x5d7e): undefined reference to `trace' bgp_attr.c:(.text+0x5d98): undefined reference to `MRT' bgp_attr.c:(.text+0x5dbe): undefined reference to `trace' bgp_attr.c:(.text+0x5de8): undefined reference to `trace' bgp_attr.c:(.text+0x5e1f): undefined reference to `trace' bgp_attr.c:(.text+0x5e9e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_copy_attr': bgp_attr.c:(.text+0x5f2c): undefined reference to `MRT' bgp_attr.c:(.text+0x5f52): undefined reference to `trace' bgp_attr.c:(.text+0x5fc5): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0x6016): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6086): undefined reference to `MRT' bgp_attr.c:(.text+0x60ac): undefined reference to `trace' bgp_attr.c:(.text+0x60d0): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60e8): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60fd): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6310): undefined reference to `Ref_Prefix' bgp_attr.c:(.text+0x6330): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(as_alist.o): In function `as_access_list_toa': as_alist.c:(.text+0x38d): undefined reference to `MRT' as_alist.c:(.text+0x3b3): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_community': community.c:(.text+0x2f): undefined reference to `MRT' community.c:(.text+0x47): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `community_copy': community.c:(.text+0x235): undefined reference to `MRT' community.c:(.text+0x25b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `apply_community_condition': community.c:(.text+0x965): undefined reference to `MRT' community.c:(.text+0x98b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_cluster_list': community.c:(.text+0xd1f): undefined reference to `MRT' community.c:(.text+0xd37): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `peer_set_gateway': bgp_util.c:(.text+0x34): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x4b): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x5e): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x67): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x75): undefined reference to `find_interface_local' bgp_util.c:(.text+0x97): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xa0): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xbd): undefined reference to `find_interface' bgp_util.c:(.text+0xd2): undefined reference to `add_bgp_gateway' bgp_util.c:(.text+0xe5): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xee): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xfa): undefined reference to `INTERFACE_MASTER' bgp_util.c:(.text+0x113): undefined reference to `is_prefix_on' bgp_util.c:(.text+0x11e): undefined reference to `INTERFACE_MASTER' bgp_util.c:(.text+0x13b): undefined reference to `find_interface_local' bgp_util.c:(.text+0x165): undefined reference to `find_interface_local' bgp_util.c:(.text+0x176): undefined reference to `add_bgp_gateway' bgp_util.c:(.text+0x182): undefined reference to `MRT' bgp_util.c:(.text+0x1ad): undefined reference to `prefix_is_unspecified' bgp_util.c:(.text+0x1d7): undefined reference to `trace' bgp_util.c:(.text+0x207): undefined reference to `deref_nexthop' bgp_util.c:(.text+0x20f): undefined reference to `ref_nexthop' bgp_util.c:(.text+0x239): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_transport_connection': bgp_util.c:(.text+0x2eb): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x303): undefined reference to `mrt_close' bgp_util.c:(.text+0x31c): undefined reference to `mrt_socket' bgp_util.c:(.text+0x331): undefined reference to `socket_reuse' bgp_util.c:(.text+0x3bc): undefined reference to `socket_set_nonblocking' bgp_util.c:(.text+0x418): undefined reference to `trace' bgp_util.c:(.text+0x44b): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x46a): undefined reference to `trace' bgp_util.c:(.text+0x496): undefined reference to `MRT' bgp_util.c:(.text+0x4bc): undefined reference to `trace' bgp_util.c:(.text+0x4d2): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_connect_ready': bgp_util.c:(.text+0x52d): undefined reference to `select_delete_fd2' bgp_util.c:(.text+0x559): undefined reference to `trace' bgp_util.c:(.text+0x591): undefined reference to `trace' bgp_util.c:(.text+0x5a3): undefined reference to `mrt_close' bgp_util.c:(.text+0x5da): undefined reference to `trace' bgp_util.c:(.text+0x620): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_in_recv_open': bgp_util.c:(.text+0x65c): undefined reference to `MRT' bgp_util.c:(.text+0x682): undefined reference to `trace' bgp_util.c:(.text+0x6ec): undefined reference to `MRT' bgp_util.c:(.text+0x712): undefined reference to `trace' bgp_util.c:(.text+0x73d): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x750): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x77c): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x7bd): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x7ea): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x88e): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_peer_dead': bgp_util.c:(.text+0x8d2): undefined reference to `trace' bgp_util.c:(.text+0x8df): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x8f6): undefined reference to `mrt_close' bgp_util.c:(.text+0x912): undefined reference to `trace' bgp_util.c:(.text+0x96a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x98c): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x9a5): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x9c7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xa57): undefined reference to `clear_schedule' bgp_util.c:(.text+0xab9): undefined reference to `trace' bgp_util.c:(.text+0xae5): undefined reference to `trace' bgp_util.c:(.text+0xba3): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `init_bgp_local': bgp_util.c:(.text+0xc54): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xc5b): undefined reference to `BGP' bgp_util.c:(.text+0xc64): undefined reference to `trace_copy' bgp_util.c:(.text+0xc93): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xcbe): undefined reference to `BGP' bgp_util.c:(.text+0xcd1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xcd8): undefined reference to `BGP' bgp_util.c:(.text+0xcfd): undefined reference to `BGP' bgp_util.c:(.text+0xd10): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xd17): undefined reference to `BGP' bgp_util.c:(.text+0xd29): undefined reference to `MRT' bgp_util.c:(.text+0xd38): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xd3f): undefined reference to `MRT' bgp_util.c:(.text+0xd56): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `remove_bgp_local': bgp_util.c:(.text+0xd81): undefined reference to `MRT' bgp_util.c:(.text+0xda7): undefined reference to `trace' bgp_util.c:(.text+0xdae): undefined reference to `BGP' bgp_util.c:(.text+0xdc1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xdc8): undefined reference to `BGP' bgp_util.c:(.text+0xddf): undefined reference to `BGP' bgp_util.c:(.text+0xdf2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xe05): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0xe0e): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0xe22): undefined reference to `BGP' bgp_util.c:(.text+0xe3b): undefined reference to `MRT' bgp_util.c:(.text+0xe4a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xe51): undefined reference to `MRT' bgp_util.c:(.text+0xe6e): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `init_BGP': bgp_util.c:(.text+0xe9c): undefined reference to `BGP' bgp_util.c:(.text+0xeb1): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xeb8): undefined reference to `BGP' bgp_util.c:(.text+0xed5): undefined reference to `BGP' bgp_util.c:(.text+0xee9): undefined reference to `BGP' bgp_util.c:(.text+0xefc): undefined reference to `trace_copy' bgp_util.c:(.text+0xf06): undefined reference to `BGP' bgp_util.c:(.text+0xf1d): undefined reference to `set_trace' bgp_util.c:(.text+0xf38): undefined reference to `BGP' bgp_util.c:(.text+0xf61): undefined reference to `BGP' bgp_util.c:(.text+0xf8a): undefined reference to `BGP' bgp_util.c:(.text+0xfb3): undefined reference to `BGP' bgp_util.c:(.text+0xff9): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x1000): undefined reference to `BGP' bgp_util.c:(.text+0x100e): undefined reference to `New_Schedule' bgp_util.c:(.text+0x1015): undefined reference to `BGP' bgp_util.c:(.text+0x1023): undefined reference to `MRT' bgp_util.c:(.text+0x1058): undefined reference to `mrt_thread_create2' bgp_util.c:(.text+0x105f): undefined reference to `BGP' bgp_util.c:(.text+0x108c): undefined reference to `BGP' bgp_util.c:(.text+0x109a): undefined reference to `INTERFACE_MASTER' ../../lib/libbgp.a(bgp_util.o): In function `bgp_house_keeping_timeout': bgp_util.c:(.text+0x10ff): undefined reference to `BGP' bgp_util.c:(.text+0x110e): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1115): undefined reference to `BGP' bgp_util.c:(.text+0x1162): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x11d0): undefined reference to `MRT' bgp_util.c:(.text+0x11f6): undefined reference to `trace' bgp_util.c:(.text+0x1200): undefined reference to `BGP' bgp_util.c:(.text+0x1223): undefined reference to `trace' bgp_util.c:(.text+0x122a): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x123f): undefined reference to `mrt_close' bgp_util.c:(.text+0x124b): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x1257): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x132e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1335): undefined reference to `BGP' bgp_util.c:(.text+0x139f): undefined reference to `BGP' bgp_util.c:(.text+0x13b5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_if_call_fn': bgp_util.c:(.text+0x1403): undefined reference to `BGP' bgp_util.c:(.text+0x1416): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x141d): undefined reference to `BGP' bgp_util.c:(.text+0x1463): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x14e2): undefined reference to `schedule_event2' bgp_util.c:(.text+0x153e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1545): undefined reference to `BGP' bgp_util.c:(.text+0x15af): undefined reference to `BGP' bgp_util.c:(.text+0x15ca): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `init_BGP_listen': bgp_util.c:(.text+0x1605): undefined reference to `BGP' bgp_util.c:(.text+0x161b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1622): undefined reference to `BGP' bgp_util.c:(.text+0x1677): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x16a4): undefined reference to `BGP' bgp_util.c:(.text+0x170f): undefined reference to `BGP' bgp_util.c:(.text+0x1725): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1733): undefined reference to `BGP' bgp_util.c:(.text+0x17db): undefined reference to `mrt_socket' bgp_util.c:(.text+0x17f7): undefined reference to `socket_reuse' bgp_util.c:(.text+0x184b): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x1853): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1878): undefined reference to `BGP' bgp_util.c:(.text+0x1887): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x188e): undefined reference to `BGP' bgp_util.c:(.text+0x18cc): undefined reference to `mrt_socket' bgp_util.c:(.text+0x18e5): undefined reference to `BGP' bgp_util.c:(.text+0x18ff): undefined reference to `trace' bgp_util.c:(.text+0x1911): undefined reference to `mrt_close' bgp_util.c:(.text+0x191d): undefined reference to `BGP' bgp_util.c:(.text+0x1934): undefined reference to `trace' bgp_util.c:(.text+0x194a): undefined reference to `BGP' bgp_util.c:(.text+0x1960): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1988): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x1993): undefined reference to `BGP' bgp_util.c:(.text+0x19b3): undefined reference to `trace' bgp_util.c:(.text+0x19bc): undefined reference to `BGP' bgp_util.c:(.text+0x19d2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x19e8): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x19fe): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1a0c): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `bgp_in_accept_connection': bgp_util.c:(.text+0x1a86): undefined reference to `mrt_accept' bgp_util.c:(.text+0x1ac3): undefined reference to `sockaddr_toprefix' bgp_util.c:(.text+0x1ad2): undefined reference to `sockaddr_toprefix' bgp_util.c:(.text+0x1b11): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1b20): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1b55): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1b70): undefined reference to `MRT' bgp_util.c:(.text+0x1b85): undefined reference to `trace' bgp_util.c:(.text+0x1b92): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1b9e): undefined reference to `MRT' bgp_util.c:(.text+0x1bb3): undefined reference to `trace' bgp_util.c:(.text+0x1bc0): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1bd2): undefined reference to `mrt_close' bgp_util.c:(.text+0x1bf3): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1c00): undefined reference to `socket_set_nonblocking' bgp_util.c:(.text+0x1c28): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x1c33): undefined reference to `BGP' bgp_util.c:(.text+0x1c55): undefined reference to `trace' bgp_util.c:(.text+0x1c62): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1c6a): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x1c72): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `Find_BGP_Peer': bgp_util.c:(.text+0x1d28): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x1d80): undefined reference to `apply_access_list' bgp_util.c:(.text+0x1de9): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x1ebb): undefined reference to `BGP' bgp_util.c:(.text+0x1ece): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1ed5): undefined reference to `BGP' bgp_util.c:(.text+0x1f22): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1f52): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1f59): undefined reference to `BGP' bgp_util.c:(.text+0x1fc0): undefined reference to `BGP' bgp_util.c:(.text+0x1fd3): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1ff4): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1ffb): undefined reference to `BGP' bgp_util.c:(.text+0x200e): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `Find_BGP_Peer_ByID': bgp_util.c:(.text+0x20f3): undefined reference to `BGP' bgp_util.c:(.text+0x2106): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x210d): undefined reference to `BGP' bgp_util.c:(.text+0x2152): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x217b): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2182): undefined reference to `BGP' bgp_util.c:(.text+0x21ef): undefined reference to `BGP' bgp_util.c:(.text+0x2202): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2219): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2220): undefined reference to `BGP' bgp_util.c:(.text+0x2233): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `Add_BGP_Peer': bgp_util.c:(.text+0x2292): undefined reference to `MRT' bgp_util.c:(.text+0x22b8): undefined reference to `trace' bgp_util.c:(.text+0x22c4): undefined reference to `BGP' bgp_util.c:(.text+0x2311): undefined reference to `MRT' bgp_util.c:(.text+0x233a): undefined reference to `trace' bgp_util.c:(.text+0x238f): undefined reference to `prefix_toa' bgp_util.c:(.text+0x23b7): undefined reference to `prefix_toa' bgp_util.c:(.text+0x240a): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x2435): undefined reference to `BGP' bgp_util.c:(.text+0x2440): undefined reference to `trace_copy' bgp_util.c:(.text+0x245f): undefined reference to `set_trace' bgp_util.c:(.text+0x2476): undefined reference to `MRT' bgp_util.c:(.text+0x249c): undefined reference to `trace' bgp_util.c:(.text+0x25ea): undefined reference to `BGP' bgp_util.c:(.text+0x2610): undefined reference to `BGP' bgp_util.c:(.text+0x2636): undefined reference to `BGP' bgp_util.c:(.text+0x265c): undefined reference to `BGP' bgp_util.c:(.text+0x272b): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x275d): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x2778): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x2789): undefined reference to `prefix_toa' bgp_util.c:(.text+0x2798): undefined reference to `New_Schedule' bgp_util.c:(.text+0x27d4): undefined reference to `mrt_thread_create2' ../../lib/libbgp.a(bgp_util.o): In function `Destroy_BGP_Peer': bgp_util.c:(.text+0x2815): undefined reference to `MRT' bgp_util.c:(.text+0x283b): undefined reference to `trace' bgp_util.c:(.text+0x2877): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_destroy_peer': bgp_util.c:(.text+0x28b3): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x28ca): undefined reference to `mrt_close' bgp_util.c:(.text+0x28ec): undefined reference to `MRT' bgp_util.c:(.text+0x2912): undefined reference to `trace' bgp_util.c:(.text+0x2936): undefined reference to `MRT' bgp_util.c:(.text+0x295c): undefined reference to `trace' bgp_util.c:(.text+0x29b1): undefined reference to `BGP' bgp_util.c:(.text+0x29cf): undefined reference to `BGP' bgp_util.c:(.text+0x2a40): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2a66): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2a77): undefined reference to `MRT' bgp_util.c:(.text+0x2a9d): undefined reference to `trace' bgp_util.c:(.text+0x2add): undefined reference to `schedule_event2' bgp_util.c:(.text+0x2ae6): undefined reference to `MRT' bgp_util.c:(.text+0x2b0c): undefined reference to `trace' bgp_util.c:(.text+0x2b21): undefined reference to `MRT' bgp_util.c:(.text+0x2b47): undefined reference to `trace' bgp_util.c:(.text+0x2b7a): undefined reference to `delete_schedule' bgp_util.c:(.text+0x2b99): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0x2baf): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2bd8): undefined reference to `mrt_thread_exit' bgp_util.c:(.text+0x2be4): undefined reference to `clear_schedule' bgp_util.c:(.text+0x2c49): undefined reference to `MRT' bgp_util.c:(.text+0x2c6f): undefined reference to `trace' bgp_util.c:(.text+0x2c87): undefined reference to `mrt_close' bgp_util.c:(.text+0x2ca8): undefined reference to `trace' bgp_util.c:(.text+0x2cc1): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2cd4): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2cf9): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2d10): undefined reference to `mrt_close' bgp_util.c:(.text+0x2d38): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x2d55): undefined reference to `BGP' bgp_util.c:(.text+0x2d6b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x2d72): undefined reference to `BGP' bgp_util.c:(.text+0x2d8a): undefined reference to `BGP' bgp_util.c:(.text+0x2da0): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2dad): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2db8): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2dd1): undefined reference to `mrt_close' bgp_util.c:(.text+0x2e63): undefined reference to `BGP' bgp_util.c:(.text+0x2e89): undefined reference to `trace' bgp_util.c:(.text+0x2e90): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2ea5): undefined reference to `mrt_close' bgp_util.c:(.text+0x2eb1): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2ebd): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2f71): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2f9f): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2fda): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3012): undefined reference to `schedule_event2' bgp_util.c:(.text+0x302c): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_peer_down': bgp_util.c:(.text+0x30f1): undefined reference to `BGP' bgp_util.c:(.text+0x310f): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `bgp_stop_peer': bgp_util.c:(.text+0x3281): undefined reference to `MRT' bgp_util.c:(.text+0x32a7): undefined reference to `trace' bgp_util.c:(.text+0x32d3): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_peer': bgp_util.c:(.text+0x32f1): undefined reference to `MRT' bgp_util.c:(.text+0x3317): undefined reference to `trace' bgp_util.c:(.text+0x3343): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_all': bgp_util.c:(.text+0x3378): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x33e9): undefined reference to `schedule_event2' bgp_util.c:(.text+0x3442): undefined reference to `BGP' bgp_util.c:(.text+0x3455): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x345c): undefined reference to `BGP' bgp_util.c:(.text+0x349b): undefined reference to `BGP' bgp_util.c:(.text+0x34f7): undefined reference to `BGP' bgp_util.c:(.text+0x3514): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_kill_all': bgp_util.c:(.text+0x3548): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x35b9): undefined reference to `schedule_event2' bgp_util.c:(.text+0x3612): undefined reference to `BGP' bgp_util.c:(.text+0x3625): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x362c): undefined reference to `BGP' bgp_util.c:(.text+0x366b): undefined reference to `BGP' bgp_util.c:(.text+0x36c7): undefined reference to `BGP' bgp_util.c:(.text+0x36e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x374e): undefined reference to `BGP' bgp_util.c:(.text+0x3764): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x37d0): undefined reference to `MRT' bgp_util.c:(.text+0x37f6): undefined reference to `trace' bgp_util.c:(.text+0x3922): undefined reference to `BGP' bgp_util.c:(.text+0x3989): undefined reference to `BGP' bgp_util.c:(.text+0x39a8): undefined reference to `BGP' bgp_util.c:(.text+0x39ca): undefined reference to `BGP' bgp_util.c:(.text+0x39ec): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x3a0e): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x3aae): undefined reference to `MRT' bgp_util.c:(.text+0x3ad4): undefined reference to `trace' bgp_util.c:(.text+0x3adb): undefined reference to `BGP' bgp_util.c:(.text+0x3b23): undefined reference to `BGP' bgp_util.c:(.text+0x3b3f): undefined reference to `BGP' bgp_util.c:(.text+0x3b7b): undefined reference to `BGP' bgp_util.c:(.text+0x3b9c): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x3bb9): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x3cfa): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_listening': bgp_util.c:(.text+0x3d23): undefined reference to `MRT' bgp_util.c:(.text+0x3d49): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `start_bgp_peer': bgp_util.c:(.text+0x3da6): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `start_bgp': bgp_util.c:(.text+0x3df7): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_local': bgp_util.c:(.text+0x3e35): undefined reference to `BGP' bgp_util.c:(.text+0x3e4b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3e5a): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3e61): undefined reference to `BGP' bgp_util.c:(.text+0x3e7c): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3e83): undefined reference to `BGP' bgp_util.c:(.text+0x3e99): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x3ea0): undefined reference to `BGP' bgp_util.c:(.text+0x3eb3): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3eba): undefined reference to `BGP' bgp_util.c:(.text+0x3f12): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3f25): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f53): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f62): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f92): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3fa9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3fbb): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x3fc2): undefined reference to `BGP' bgp_util.c:(.text+0x4030): undefined reference to `BGP' bgp_util.c:(.text+0x4043): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_views': bgp_util.c:(.text+0x40a3): undefined reference to `BGP' bgp_util.c:(.text+0x40f3): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4109): undefined reference to `mrt_pthread_mutex_trylock' bgp_util.c:(.text+0x4139): undefined reference to `trace' bgp_util.c:(.text+0x414f): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x417f): undefined reference to `trace' bgp_util.c:(.text+0x425a): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x428a): undefined reference to `trace' bgp_util.c:(.text+0x42ca): undefined reference to `MRT' bgp_util.c:(.text+0x432d): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_summary': bgp_util.c:(.text+0x43d6): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x43f1): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4401): undefined reference to `MRT' bgp_util.c:(.text+0x4435): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4446): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4468): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x44ad): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x44bd): undefined reference to `BGP' bgp_util.c:(.text+0x44d0): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x44d7): undefined reference to `BGP' bgp_util.c:(.text+0x4524): undefined reference to `BGP' bgp_util.c:(.text+0x4587): undefined reference to `BGP' bgp_util.c:(.text+0x45b5): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x45c7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x45ef): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4684): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x469d): undefined reference to `prefix_toa' bgp_util.c:(.text+0x471d): undefined reference to `prefix_toa' bgp_util.c:(.text+0x47fb): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x489d): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x48f7): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x493d): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49a9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49bb): undefined reference to `prefix_toa' bgp_util.c:(.text+0x49d1): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49d8): undefined reference to `BGP' bgp_util.c:(.text+0x49f8): undefined reference to `MRT' bgp_util.c:(.text+0x4a39): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4a57): undefined reference to `prefix_toa' bgp_util.c:(.text+0x4a6f): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4a95): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4aa6): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4acc): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4add): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x4b03): more undefined references to `uii_add_bulk_output' follow ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_summary': bgp_util.c:(.text+0x4bc6): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x4c3f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_debug': bgp_util.c:(.text+0x4c8e): undefined reference to `BGP' bgp_util.c:(.text+0x4c9d): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4caa): undefined reference to `uii_parse_line' bgp_util.c:(.text+0x4cb7): undefined reference to `trace_flag' bgp_util.c:(.text+0x4cc8): undefined reference to `BGP' bgp_util.c:(.text+0x4cda): undefined reference to `set_trace' bgp_util.c:(.text+0x4ce3): undefined reference to `uii_parse_line' bgp_util.c:(.text+0x4cf6): undefined reference to `BGP' bgp_util.c:(.text+0x4d08): undefined reference to `set_trace' bgp_util.c:(.text+0x4d11): undefined reference to `BGP' bgp_util.c:(.text+0x4d28): undefined reference to `set_trace' bgp_util.c:(.text+0x4d2f): undefined reference to `BGP' bgp_util.c:(.text+0x4d45): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `trace_bgp': bgp_util.c:(.text+0x4dac): undefined reference to `BGP' bgp_util.c:(.text+0x4dc2): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4dcd): undefined reference to `BGP' bgp_util.c:(.text+0x4ded): undefined reference to `set_trace' bgp_util.c:(.text+0x4df4): undefined reference to `BGP' bgp_util.c:(.text+0x4e0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_view_int': bgp_util.c:(.text+0x4eae): undefined reference to `afi2family' bgp_util.c:(.text+0x4ef9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f24): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f36): undefined reference to `afi2string' bgp_util.c:(.text+0x4f41): undefined reference to `safi2string' bgp_util.c:(.text+0x4f6b): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f7a): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f89): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f98): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x51a3): undefined reference to `apply_condition' bgp_util.c:(.text+0x51fe): undefined reference to `apply_condition' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_rt_view_regexp': bgp_util.c:(.text+0x54f5): undefined reference to `uii_send_bulk_data' bgp_util.c:(.text+0x5512): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x5529): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_rtin': bgp_util.c:(.text+0x5600): undefined reference to `family2afi' bgp_util.c:(.text+0x569b): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x56b2): undefined reference to `afi2string' bgp_util.c:(.text+0x56c1): undefined reference to `safi2string' bgp_util.c:(.text+0x56e0): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x5786): undefined reference to `apply_condition' bgp_util.c:(.text+0x5810): undefined reference to `New_Buffer' bgp_util.c:(.text+0x59aa): undefined reference to `Delete_Buffer' bgp_util.c:(.text+0x5a7d): undefined reference to `BGP' bgp_util.c:(.text+0x5a90): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5a97): undefined reference to `BGP' bgp_util.c:(.text+0x5ae2): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5bbe): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x5bc5): undefined reference to `BGP' bgp_util.c:(.text+0x5c2f): undefined reference to `BGP' bgp_util.c:(.text+0x5c42): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_view': bgp_util.c:(.text+0x5c9c): undefined reference to `BGP' bgp_util.c:(.text+0x5cda): undefined reference to `afi2family' bgp_util.c:(.text+0x5cf5): undefined reference to `mrt_pthread_mutex_trylock' bgp_util.c:(.text+0x5d25): undefined reference to `trace' bgp_util.c:(.text+0x5d37): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5d66): undefined reference to `trace' bgp_util.c:(.text+0x5d90): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x5dcd): undefined reference to `trace' bgp_util.c:(.text+0x5de3): undefined reference to `BGP' bgp_util.c:(.text+0x5e19): undefined reference to `afi2family' ../../lib/libbgp.a(bgp_util.o): In function `get_first_view': bgp_util.c:(.text+0x5e67): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_rt_view_prefix': bgp_util.c:(.text+0x5efd): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5fcc): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5fd5): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5ffa): undefined reference to `uii_send_bulk_data' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_neighbors_errors': bgp_util.c:(.text+0x604e): undefined reference to `ascii2prefix' bgp_util.c:(.text+0x6080): undefined reference to `print_error_list' bgp_util.c:(.text+0x6088): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x6094): undefined reference to `BGP' bgp_util.c:(.text+0x60a7): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x60ae): undefined reference to `BGP' bgp_util.c:(.text+0x6102): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x616e): undefined reference to `print_error_list' bgp_util.c:(.text+0x61ce): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x61d5): undefined reference to `BGP' bgp_util.c:(.text+0x623f): undefined reference to `BGP' bgp_util.c:(.text+0x6252): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6274): undefined reference to `print_error_list' bgp_util.c:(.text+0x6291): undefined reference to `prefix_toa' bgp_util.c:(.text+0x62b0): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_neighbors_routes': bgp_util.c:(.text+0x6349): undefined reference to `BGP' bgp_util.c:(.text+0x637d): undefined reference to `ascii2prefix' bgp_util.c:(.text+0x6398): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x6404): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x6497): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x64c8): undefined reference to `BGP' bgp_util.c:(.text+0x64db): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x64e2): undefined reference to `BGP' bgp_util.c:(.text+0x65f4): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x6617): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x665d): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6693): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x677f): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6786): undefined reference to `BGP' bgp_util.c:(.text+0x67ef): undefined reference to `BGP' bgp_util.c:(.text+0x6802): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_check_attr': bgp_util.c:(.text+0x6890): undefined reference to `MRT' bgp_util.c:(.text+0x68b6): undefined reference to `trace' bgp_util.c:(.text+0x68d7): undefined reference to `trace' bgp_util.c:(.text+0x695e): undefined reference to `trace' bgp_util.c:(.text+0x696b): undefined reference to `deref_nexthop' bgp_util.c:(.text+0x6998): undefined reference to `trace' bgp_util.c:(.text+0x69bc): undefined reference to `MRT' bgp_util.c:(.text+0x69e2): undefined reference to `trace' bgp_util.c:(.text+0x6a63): undefined reference to `trace' bgp_util.c:(.text+0x6a86): undefined reference to `trace' bgp_util.c:(.text+0x6ac7): undefined reference to `trace' bgp_util.c:(.text+0x6b25): undefined reference to `bgptype2string' bgp_util.c:(.text+0x6b40): undefined reference to `trace' bgp_util.c:(.text+0x6b65): undefined reference to `MRT' bgp_util.c:(.text+0x6b88): undefined reference to `MRT' bgp_util.c:(.text+0x6bae): undefined reference to `trace' bgp_util.c:(.text+0x6c13): undefined reference to `trace' bgp_util.c:(.text+0x6c45): undefined reference to `trace' bgp_util.c:(.text+0x6c86): undefined reference to `MRT' bgp_util.c:(.text+0x6ca1): undefined reference to `MRT' bgp_util.c:(.text+0x6cc7): undefined reference to `trace' bgp_util.c:(.text+0x6d93): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `check_bgp_networks': bgp_util.c:(.text+0x6dc1): undefined reference to `BGP' bgp_util.c:(.text+0x6dd5): undefined reference to `MRT' bgp_util.c:(.text+0x6dfb): undefined reference to `trace' bgp_util.c:(.text+0x6e14): undefined reference to `MRT' bgp_util.c:(.text+0x6e3a): undefined reference to `trace' bgp_util.c:(.text+0x6e84): undefined reference to `a_include_b' ../../lib/libbgp.a(bgp_util.o): In function `bgp_direct_in_recv_open': bgp_util.c:(.text+0x6f17): undefined reference to `MRT' bgp_util.c:(.text+0x6f3d): undefined reference to `trace' bgp_util.c:(.text+0x6f4d): undefined reference to `MRT' bgp_util.c:(.text+0x6f73): undefined reference to `trace' bgp_util.c:(.text+0x6fc2): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x6fce): undefined reference to `BGP' bgp_util.c:(.text+0x6ff4): undefined reference to `trace' bgp_util.c:(.text+0x7019): undefined reference to `BGP' bgp_util.c:(.text+0x703f): undefined reference to `trace' bgp_util.c:(.text+0x7054): undefined reference to `BGP' bgp_util.c:(.text+0x707c): undefined reference to `trace' bgp_util.c:(.text+0x70a3): undefined reference to `select_delete_fd2' bgp_util.c:(.text+0x70bd): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x70ee): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7135): undefined reference to `BGP' bgp_util.c:(.text+0x7180): undefined reference to `trace' bgp_util.c:(.text+0x7187): undefined reference to `BGP' bgp_util.c:(.text+0x719a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x71a1): undefined reference to `BGP' bgp_util.c:(.text+0x71e8): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x7242): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x72e7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x72ee): undefined reference to `BGP' bgp_util.c:(.text+0x7350): undefined reference to `BGP' bgp_util.c:(.text+0x7363): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x736a): undefined reference to `BGP' bgp_util.c:(.text+0x73bb): undefined reference to `trace' bgp_util.c:(.text+0x73f4): undefined reference to `schedule_event2' bgp_util.c:(.text+0x73fb): undefined reference to `BGP' bgp_util.c:(.text+0x740e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7435): undefined reference to `trace' bgp_util.c:(.text+0x743e): undefined reference to `BGP' bgp_util.c:(.text+0x745b): undefined reference to `trace' bgp_util.c:(.text+0x7462): undefined reference to `BGP' bgp_util.c:(.text+0x7489): undefined reference to `trace' bgp_util.c:(.text+0x7491): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x74a7): undefined reference to `mrt_close' bgp_util.c:(.text+0x74c1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x74f2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x74fe): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x750a): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x7550): undefined reference to `trace' bgp_util.c:(.text+0x7598): undefined reference to `trace' bgp_util.c:(.text+0x75d0): undefined reference to `MRT' bgp_util.c:(.text+0x75f6): undefined reference to `trace' bgp_util.c:(.text+0x75fd): undefined reference to `BGP' bgp_util.c:(.text+0x7623): undefined reference to `trace' bgp_util.c:(.text+0x772e): undefined reference to `MRT' bgp_util.c:(.text+0x7754): undefined reference to `trace' bgp_util.c:(.text+0x775b): undefined reference to `BGP' bgp_util.c:(.text+0x77a1): undefined reference to `trace' bgp_util.c:(.text+0x77d6): undefined reference to `trace' bgp_util.c:(.text+0x7819): undefined reference to `trace' bgp_util.c:(.text+0x782c): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7833): undefined reference to `BGP' bgp_util.c:(.text+0x7846): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7888): undefined reference to `schedule_event2' bgp_util.c:(.text+0x789b): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x78a2): undefined reference to `BGP' bgp_util.c:(.text+0x78b5): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x78c1): undefined reference to `BGP' bgp_util.c:(.text+0x78e4): undefined reference to `trace' bgp_util.c:(.text+0x790c): undefined reference to `BGP' bgp_util.c:(.text+0x7933): undefined reference to `trace' bgp_util.c:(.text+0x793f): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x794b): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x796b): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_schedule_recv_in': bgp_util.c:(.text+0x79fe): undefined reference to `MRT' bgp_util.c:(.text+0x7a9d): undefined reference to `trace' bgp_util.c:(.text+0x7ae5): undefined reference to `trace' bgp_util.c:(.text+0x7b04): undefined reference to `MRT' bgp_util.c:(.text+0x7b2a): undefined reference to `trace' bgp_util.c:(.text+0x7b5d): undefined reference to `trace' bgp_util.c:(.text+0x7b90): undefined reference to `trace' bgp_util.c:(.text+0x7bb4): undefined reference to `trace' bgp_util.c:(.text+0x7bce): undefined reference to `trace' bgp_util.c:(.text+0x7c09): undefined reference to `mrt_close' bgp_util.c:(.text+0x7c1c): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x7c2f): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `bgp_remove_me': bgp_util.c:(.text+0x7c8c): undefined reference to `MRT' bgp_util.c:(.text+0x7cb2): undefined reference to `trace' bgp_util.c:(.text+0x7cf6): undefined reference to `delete_schedule' bgp_util.c:(.text+0x7d15): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0x7d2b): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x7d4a): undefined reference to `mrt_thread_exit' ../../lib/libbgp.a(bgp_util.o): In function `bgp_put_a_line': bgp_util.c:(.text+0x7d9e): undefined reference to `New_Buffer' bgp_util.c:(.text+0x7e6d): undefined reference to `Delete_Buffer' ../../lib/libbgp.a(bgp_util.o): In function `bgp_make_tail': bgp_util.c:(.text+0x7ea9): undefined reference to `buffer_printf' bgp_util.c:(.text+0x7ec2): undefined reference to `buffer_putc' bgp_util.c:(.text+0x7ed1): undefined reference to `origin2char' bgp_util.c:(.text+0x7edb): undefined reference to `buffer_putc' bgp_util.c:(.text+0x7eef): undefined reference to `buffer_putc' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_change_state': bgp_sm.c:(.text+0x46): undefined reference to `trace' bgp_sm.c:(.text+0x67): undefined reference to `trace' bgp_sm.c:(.text+0x7a): undefined reference to `BGP' bgp_sm.c:(.text+0xc5): undefined reference to `trace' bgp_sm.c:(.text+0xeb): undefined reference to `trace' bgp_sm.c:(.text+0x103): undefined reference to `mrt_close' bgp_sm.c:(.text+0x116): undefined reference to `Deref_Prefix' bgp_sm.c:(.text+0x129): undefined reference to `Deref_Prefix' bgp_sm.c:(.text+0x16a): undefined reference to `BGP' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_sm_process_event': bgp_sm.c:(.text+0x1a5): undefined reference to `MRT' bgp_sm.c:(.text+0x1cb): undefined reference to `trace' bgp_sm.c:(.text+0x222): undefined reference to `trace' bgp_sm.c:(.text+0x229): undefined reference to `MRT' bgp_sm.c:(.text+0x253): undefined reference to `trace' bgp_sm.c:(.text+0x2de): undefined reference to `select_add_fd_event' bgp_sm.c:(.text+0x30b): undefined reference to `select_add_fd_event' bgp_sm.c:(.text+0x354): undefined reference to `trace' bgp_sm.c:(.text+0x375): undefined reference to `trace' bgp_sm.c:(.text+0x389): undefined reference to `BGP' bgp_sm.c:(.text+0x3f4): undefined reference to `select_delete_fd' bgp_sm.c:(.text+0x40a): undefined reference to `mrt_close' bgp_sm.c:(.text+0x4f1): undefined reference to `trace' bgp_sm.c:(.text+0x512): undefined reference to `trace' bgp_sm.c:(.text+0x526): undefined reference to `BGP' bgp_sm.c:(.text+0x589): undefined reference to `trace' bgp_sm.c:(.text+0x5ca): undefined reference to `trace' bgp_sm.c:(.text+0x5eb): undefined reference to `trace' bgp_sm.c:(.text+0x5ff): undefined reference to `BGP' bgp_sm.c:(.text+0x675): undefined reference to `trace' bgp_sm.c:(.text+0x696): undefined reference to `trace' bgp_sm.c:(.text+0x6aa): undefined reference to `BGP' bgp_sm.c:(.text+0x7a0): undefined reference to `trace' bgp_sm.c:(.text+0x7c1): undefined reference to `trace' bgp_sm.c:(.text+0x7d5): undefined reference to `BGP' bgp_sm.c:(.text+0x885): undefined reference to `trace' bgp_sm.c:(.text+0x8a6): undefined reference to `trace' bgp_sm.c:(.text+0x8ba): undefined reference to `BGP' bgp_sm.c:(.text+0xa2b): undefined reference to `trace' bgp_sm.c:(.text+0xa4c): undefined reference to `trace' bgp_sm.c:(.text+0xa60): undefined reference to `BGP' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_update_peer_options': bgp_sm.c:(.text+0xab1): undefined reference to `MRT' bgp_sm.c:(.text+0xad7): undefined reference to `trace' bgp_sm.c:(.text+0xb23): undefined reference to `trace' bgp_sm.c:(.text+0xb60): undefined reference to `trace' bgp_sm.c:(.text+0xbd5): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_read': bgp_pdu.c:(.text+0xd): undefined reference to `BGP' bgp_pdu.c:(.text+0x56): undefined reference to `trace' bgp_pdu.c:(.text+0xa0): undefined reference to `trace' bgp_pdu.c:(.text+0xb6): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_get_pdu': bgp_pdu.c:(.text+0xe9): undefined reference to `MRT' bgp_pdu.c:(.text+0x10f): undefined reference to `trace' bgp_pdu.c:(.text+0x129): undefined reference to `MRT' bgp_pdu.c:(.text+0x14f): undefined reference to `trace' bgp_pdu.c:(.text+0x169): undefined reference to `MRT' bgp_pdu.c:(.text+0x18f): undefined reference to `trace' bgp_pdu.c:(.text+0x1a2): undefined reference to `MRT' bgp_pdu.c:(.text+0x1c8): undefined reference to `trace' bgp_pdu.c:(.text+0x1db): undefined reference to `MRT' bgp_pdu.c:(.text+0x201): undefined reference to `trace' bgp_pdu.c:(.text+0x29d): undefined reference to `MRT' bgp_pdu.c:(.text+0x2c3): undefined reference to `trace' bgp_pdu.c:(.text+0x302): undefined reference to `MRT' bgp_pdu.c:(.text+0x328): undefined reference to `trace' bgp_pdu.c:(.text+0x339): undefined reference to `MRT' bgp_pdu.c:(.text+0x35f): undefined reference to `trace' bgp_pdu.c:(.text+0x36d): undefined reference to `select_enable_fd_mask' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_get_pdu2': bgp_pdu.c:(.text+0x473): undefined reference to `trace' bgp_pdu.c:(.text+0x551): undefined reference to `schedule_event2' bgp_pdu.c:(.text+0x560): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x5ac): undefined reference to `MRT' bgp_pdu.c:(.text+0x5d2): undefined reference to `trace' bgp_pdu.c:(.text+0x604): undefined reference to `trace' bgp_pdu.c:(.text+0x65b): undefined reference to `trace' bgp_pdu.c:(.text+0x6a3): undefined reference to `MRT' bgp_pdu.c:(.text+0x6c9): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_update': bgp_pdu.c:(.text+0x6f5): undefined reference to `MRT' bgp_pdu.c:(.text+0x71b): undefined reference to `trace' bgp_pdu.c:(.text+0x72e): undefined reference to `MRT' bgp_pdu.c:(.text+0x754): undefined reference to `trace' bgp_pdu.c:(.text+0x777): undefined reference to `MRT' bgp_pdu.c:(.text+0x79d): undefined reference to `trace' bgp_pdu.c:(.text+0x7af): undefined reference to `MRT' bgp_pdu.c:(.text+0x7d5): undefined reference to `trace' bgp_pdu.c:(.text+0x7dc): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_open': bgp_pdu.c:(.text+0x94f): undefined reference to `trace' bgp_pdu.c:(.text+0x9aa): undefined reference to `trace' bgp_pdu.c:(.text+0x9d1): undefined reference to `trace' bgp_pdu.c:(.text+0xa4a): undefined reference to `trace' bgp_pdu.c:(.text+0xad8): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o):bgp_pdu.c:(.text+0xb4e): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_open': bgp_pdu.c:(.text+0xeec): undefined reference to `BGP' bgp_pdu.c:(.text+0xf26): undefined reference to `MRT' bgp_pdu.c:(.text+0xf4c): undefined reference to `trace' bgp_pdu.c:(.text+0xf76): undefined reference to `trace' bgp_pdu.c:(.text+0xf9a): undefined reference to `MRT' bgp_pdu.c:(.text+0xfc0): undefined reference to `trace' bgp_pdu.c:(.text+0xff4): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_notify': bgp_pdu.c:(.text+0x10ec): undefined reference to `trace' bgp_pdu.c:(.text+0x1183): undefined reference to `trace' bgp_pdu.c:(.text+0x11c9): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_flush_queue': bgp_pdu.c:(.text+0x123e): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1297): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1354): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1396): undefined reference to `MRT' bgp_pdu.c:(.text+0x13bc): undefined reference to `trace' bgp_pdu.c:(.text+0x13cc): undefined reference to `MRT' bgp_pdu.c:(.text+0x13f2): undefined reference to `trace' bgp_pdu.c:(.text+0x1409): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1426): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x1438): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1448): undefined reference to `select_enable_fd_mask' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_dump_msg': bgp_pdu.c:(.text+0x1489): undefined reference to `MRT' bgp_pdu.c:(.text+0x14af): undefined reference to `trace' bgp_pdu.c:(.text+0x14b6): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_write': bgp_pdu.c:(.text+0x1599): undefined reference to `MRT' bgp_pdu.c:(.text+0x15bf): undefined reference to `trace' bgp_pdu.c:(.text+0x15da): undefined reference to `BGP' bgp_pdu.c:(.text+0x162d): undefined reference to `trace' bgp_pdu.c:(.text+0x1686): undefined reference to `BGP' bgp_pdu.c:(.text+0x169d): undefined reference to `trace' bgp_pdu.c:(.text+0x16a6): undefined reference to `BGP' bgp_pdu.c:(.text+0x16c3): undefined reference to `trace' bgp_pdu.c:(.text+0x16cc): undefined reference to `BGP' bgp_pdu.c:(.text+0x16e3): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_reset_cap_opt': bgp_pdu.c:(.text+0x1726): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_open': bgp_pdu.c:(.text+0x17b5): undefined reference to `BGP' bgp_pdu.c:(.text+0x17d3): undefined reference to `MRT' bgp_pdu.c:(.text+0x18d3): undefined reference to `trace' bgp_pdu.c:(.text+0x1979): undefined reference to `trace' bgp_pdu.c:(.text+0x199b): undefined reference to `trace' bgp_pdu.c:(.text+0x1a11): undefined reference to `trace' bgp_pdu.c:(.text+0x1a64): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o):bgp_pdu.c:(.text+0x1ab7): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_peer': bgp_pdu.c:(.text+0x1b22): undefined reference to `MRT' bgp_pdu.c:(.text+0x1b48): undefined reference to `trace' bgp_pdu.c:(.text+0x1b4f): undefined reference to `MRT' bgp_pdu.c:(.text+0x1b75): undefined reference to `trace' bgp_pdu.c:(.text+0x1be5): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1c58): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1ce9): undefined reference to `MRT' bgp_pdu.c:(.text+0x1d0f): undefined reference to `trace' bgp_pdu.c:(.text+0x1d66): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1e41): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x1e53): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1e7f): undefined reference to `trace' bgp_pdu.c:(.text+0x1eb5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_notification2': bgp_pdu.c:(.text+0x1f86): undefined reference to `BGP' bgp_pdu.c:(.text+0x1f99): undefined reference to `prefix_toa' bgp_pdu.c:(.text+0x1fec): undefined reference to `trace' bgp_pdu.c:(.text+0x201c): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_notify': bgp_pdu.c:(.text+0x2086): undefined reference to `MRT' bgp_pdu.c:(.text+0x20ac): undefined reference to `trace' bgp_pdu.c:(.text+0x21fc): undefined reference to `trace' bgp_pdu.c:(.text+0x2226): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_update': bgp_pdu.c:(.text+0x22b6): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `delete_update_bucket': view.c:(.text+0x31): undefined reference to `MRT' view.c:(.text+0x57): undefined reference to `trace' view.c:(.text+0x66): undefined reference to `MRT' view.c:(.text+0x8c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_set_nexthop_self': view.c:(.text+0xda): undefined reference to `deref_nexthop' view.c:(.text+0xf7): undefined reference to `add_nexthop' view.c:(.text+0x141): undefined reference to `MRT' view.c:(.text+0x15d): undefined reference to `New_Prefix' view.c:(.text+0x178): undefined reference to `deref_nexthop' view.c:(.text+0x187): undefined reference to `find_interface' view.c:(.text+0x192): undefined reference to `add_nexthop' view.c:(.text+0x1aa): undefined reference to `deref_nexthop' view.c:(.text+0x200): undefined reference to `add_nexthop' ../../lib/libbgp.a(view.o): In function `bgp_process_changes': view.c:(.text+0x237): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x30d): undefined reference to `MRT' view.c:(.text+0x333): undefined reference to `trace' view.c:(.text+0x39c): undefined reference to `Deref_Prefix' view.c:(.text+0x3cf): undefined reference to `Ref_Prefix' view.c:(.text+0x4cd): undefined reference to `MRT' view.c:(.text+0x4f3): undefined reference to `trace' view.c:(.text+0x5a0): undefined reference to `Deref_Prefix' view.c:(.text+0x5d6): undefined reference to `Ref_Prefix' view.c:(.text+0x691): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6d7): undefined reference to `schedule_event2' view.c:(.text+0x709): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x79a): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x813): undefined reference to `MRT' view.c:(.text+0x839): undefined reference to `trace' view.c:(.text+0x863): undefined reference to `MRT' view.c:(.text+0x889): undefined reference to `trace' view.c:(.text+0x89b): undefined reference to `BGP' view.c:(.text+0x8c5): undefined reference to `trace' view.c:(.text+0x8e3): undefined reference to `BGP' view.c:(.text+0x9e3): undefined reference to `MRT' view.c:(.text+0xa09): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_policy': view.c:(.text+0xb4b): undefined reference to `MRT' view.c:(.text+0xb71): undefined reference to `trace' view.c:(.text+0xbac): undefined reference to `MRT' view.c:(.text+0xbd2): undefined reference to `trace' view.c:(.text+0xbe2): undefined reference to `MRT' view.c:(.text+0xc08): undefined reference to `trace' view.c:(.text+0xc14): undefined reference to `MRT' view.c:(.text+0xc3a): undefined reference to `trace' view.c:(.text+0xc74): undefined reference to `MRT' view.c:(.text+0xc9a): undefined reference to `trace' view.c:(.text+0xcc5): undefined reference to `trace' view.c:(.text+0xcd6): undefined reference to `family2afi' view.c:(.text+0xce1): undefined reference to `MRT' view.c:(.text+0xd07): undefined reference to `trace' view.c:(.text+0xd13): undefined reference to `find_interface_local' view.c:(.text+0xd48): undefined reference to `trace' view.c:(.text+0xd67): undefined reference to `apply_access_list' view.c:(.text+0xe96): undefined reference to `address_equal' view.c:(.text+0xec4): undefined reference to `trace' view.c:(.text+0xfbf): undefined reference to `apply_access_list' view.c:(.text+0x106a): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_announce_peer': view.c:(.text+0x10bc): undefined reference to `MRT' view.c:(.text+0x10e2): undefined reference to `trace' view.c:(.text+0x10fd): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x1113): undefined reference to `MRT' view.c:(.text+0x1139): undefined reference to `trace' view.c:(.text+0x122d): undefined reference to `MRT' view.c:(.text+0x1253): undefined reference to `trace' view.c:(.text+0x12f0): undefined reference to `MRT' view.c:(.text+0x1316): undefined reference to `trace' view.c:(.text+0x13b5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(view.o): In function `view_build_update_buckets': view.c:(.text+0x15d4): undefined reference to `Deref_Prefix' view.c:(.text+0x163d): undefined reference to `Ref_Prefix' view.c:(.text+0x1791): undefined reference to `schedule_event2' view.c:(.text+0x1830): undefined reference to `deref_nexthop' view.c:(.text+0x185a): undefined reference to `is_prefix_on' view.c:(.text+0x18b9): undefined reference to `deref_nexthop' view.c:(.text+0x18c2): undefined reference to `ref_nexthop' view.c:(.text+0x1966): undefined reference to `Deref_Prefix' view.c:(.text+0x19e1): undefined reference to `New_Prefix' view.c:(.text+0x1a3e): undefined reference to `MRT' view.c:(.text+0x1ae8): undefined reference to `BGP' view.c:(.text+0x1b5e): undefined reference to `MRT' view.c:(.text+0x1b84): undefined reference to `trace' view.c:(.text+0x1c04): undefined reference to `trace' view.c:(.text+0x1c65): undefined reference to `MRT' view.c:(.text+0x1c8b): undefined reference to `trace' view.c:(.text+0x1cba): undefined reference to `Ref_Prefix' view.c:(.text+0x1d04): undefined reference to `MRT' view.c:(.text+0x1d2a): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `Delete_Bgp_Route': view.c:(.text+0x1dac): undefined reference to `BGP' view.c:(.text+0x1dd6): undefined reference to `trace' view.c:(.text+0x1df4): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `Delete_Bgp_Route_Head': view.c:(.text+0x1e1c): undefined reference to `BGP' view.c:(.text+0x1e35): undefined reference to `trace' view.c:(.text+0x1e47): undefined reference to `MRT' view.c:(.text+0x1e6d): undefined reference to `trace' view.c:(.text+0x1e8c): undefined reference to `MRT' view.c:(.text+0x1eb2): undefined reference to `trace' view.c:(.text+0x1ec8): undefined reference to `Deref_Prefix' view.c:(.text+0x1edd): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `process_bgp_update': view.c:(.text+0x1f12): undefined reference to `MRT' view.c:(.text+0x1f38): undefined reference to `trace' view.c:(.text+0x1f9d): undefined reference to `MRT' view.c:(.text+0x1fc3): undefined reference to `trace' view.c:(.text+0x2080): undefined reference to `MRT' view.c:(.text+0x20ab): undefined reference to `trace' view.c:(.text+0x20ce): undefined reference to `MRT' view.c:(.text+0x20fd): undefined reference to `MRT' view.c:(.text+0x212a): undefined reference to `trace' view.c:(.text+0x213d): undefined reference to `MRT' view.c:(.text+0x2163): undefined reference to `trace' view.c:(.text+0x21b9): undefined reference to `deref_nexthop' view.c:(.text+0x21c3): undefined reference to `ref_nexthop' view.c:(.text+0x21e3): undefined reference to `trace' view.c:(.text+0x225b): undefined reference to `trace' view.c:(.text+0x22c6): undefined reference to `trace' view.c:(.text+0x2323): undefined reference to `trace' view.c:(.text+0x2363): undefined reference to `trace' ../../lib/libbgp.a(view.o):view.c:(.text+0x2498): more undefined references to `trace' follow ../../lib/libbgp.a(view.o): In function `process_bgp_update': view.c:(.text+0x275f): undefined reference to `BGP' view.c:(.text+0x2777): undefined reference to `MRT' view.c:(.text+0x279d): undefined reference to `trace' view.c:(.text+0x27df): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x281f): undefined reference to `trace' view.c:(.text+0x2831): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x286e): undefined reference to `trace' view.c:(.text+0x29b2): undefined reference to `MRT' view.c:(.text+0x29d8): undefined reference to `trace' view.c:(.text+0x2a16): undefined reference to `trace' view.c:(.text+0x2b37): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x2b66): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_del_route': view.c:(.text+0x2c2c): undefined reference to `family2afi' view.c:(.text+0x2c37): undefined reference to `MRT' view.c:(.text+0x2c5d): undefined reference to `trace' view.c:(.text+0x2c6f): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x2c7a): undefined reference to `MRT' view.c:(.text+0x2ca0): undefined reference to `trace' view.c:(.text+0x2d80): undefined reference to `MRT' view.c:(.text+0x2da6): undefined reference to `trace' view.c:(.text+0x2db6): undefined reference to `MRT' view.c:(.text+0x2ddc): undefined reference to `trace' view.c:(.text+0x2dec): undefined reference to `MRT' view.c:(.text+0x2e12): undefined reference to `trace' view.c:(.text+0x2e1e): undefined reference to `MRT' view.c:(.text+0x2e44): undefined reference to `trace' view.c:(.text+0x2e6c): undefined reference to `trace' view.c:(.text+0x2f3b): undefined reference to `trace' view.c:(.text+0x2f65): undefined reference to `BGP' view.c:(.text+0x2f8f): undefined reference to `trace' view.c:(.text+0x2fad): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `bgp_add_route2': view.c:(.text+0x3031): undefined reference to `family2afi' view.c:(.text+0x303c): undefined reference to `MRT' view.c:(.text+0x3062): undefined reference to `trace' view.c:(.text+0x3074): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x307f): undefined reference to `MRT' view.c:(.text+0x30a5): undefined reference to `trace' view.c:(.text+0x3114): undefined reference to `MRT' view.c:(.text+0x313a): undefined reference to `trace' view.c:(.text+0x314a): undefined reference to `MRT' view.c:(.text+0x3170): undefined reference to `trace' view.c:(.text+0x3180): undefined reference to `MRT' view.c:(.text+0x31a6): undefined reference to `trace' view.c:(.text+0x32b2): undefined reference to `BGP' view.c:(.text+0x32dc): undefined reference to `trace' view.c:(.text+0x32fa): undefined reference to `BGP' view.c:(.text+0x331a): undefined reference to `BGP' view.c:(.text+0x3344): undefined reference to `trace' view.c:(.text+0x3362): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `bgp_re_evaluate_in': view.c:(.text+0x3410): undefined reference to `MRT' view.c:(.text+0x3436): undefined reference to `trace' view.c:(.text+0x343d): undefined reference to `BGP' view.c:(.text+0x344e): undefined reference to `MRT' view.c:(.text+0x3474): undefined reference to `trace' view.c:(.text+0x3482): undefined reference to `MRT' view.c:(.text+0x34a8): undefined reference to `trace' view.c:(.text+0x34d0): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x3500): undefined reference to `trace' view.c:(.text+0x3512): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x3542): undefined reference to `trace' view.c:(.text+0x369e): undefined reference to `trace' view.c:(.text+0x37e4): undefined reference to `MRT' view.c:(.text+0x380a): undefined reference to `trace' view.c:(.text+0x3923): undefined reference to `trace' view.c:(.text+0x3a70): undefined reference to `MRT' view.c:(.text+0x3a96): undefined reference to `trace' view.c:(.text+0x3b33): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x3b74): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_bgp_route': view.c:(.text+0x3bab): undefined reference to `MRT' view.c:(.text+0x3bd1): undefined reference to `trace' view.c:(.text+0x3da7): undefined reference to `BGP' view.c:(.text+0x3dd1): undefined reference to `trace' view.c:(.text+0x3def): undefined reference to `BGP' view.c:(.text+0x3e16): undefined reference to `BGP' view.c:(.text+0x3e47): undefined reference to `trace' view.c:(.text+0x3e65): undefined reference to `BGP' view.c:(.text+0x3eb0): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_get_route_head': view.c:(.text+0x3f36): undefined reference to `MRT' view.c:(.text+0x3f5c): undefined reference to `trace' view.c:(.text+0x3f84): undefined reference to `MRT' view.c:(.text+0x3faa): undefined reference to `trace' view.c:(.text+0x3fba): undefined reference to `MRT' view.c:(.text+0x3fe0): undefined reference to `trace' view.c:(.text+0x3ffa): undefined reference to `MRT' view.c:(.text+0x4020): undefined reference to `trace' view.c:(.text+0x403b): undefined reference to `Ref_Prefix' view.c:(.text+0x40b6): undefined reference to `BGP' view.c:(.text+0x40dd): undefined reference to `trace' view.c:(.text+0x40fa): undefined reference to `MRT' view.c:(.text+0x4120): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_delete_bgp_route': view.c:(.text+0x415d): undefined reference to `MRT' view.c:(.text+0x4183): undefined reference to `trace' view.c:(.text+0x4280): undefined reference to `MRT' view.c:(.text+0x42a6): undefined reference to `trace' view.c:(.text+0x4326): undefined reference to `BGP' view.c:(.text+0x4350): undefined reference to `trace' view.c:(.text+0x436e): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `view_eval_nexthop': view.c:(.text+0x43b9): undefined reference to `BGP' view.c:(.text+0x43d5): undefined reference to `MRT' view.c:(.text+0x43fb): undefined reference to `trace' view.c:(.text+0x4426): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x4465): undefined reference to `trace' view.c:(.text+0x4477): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x44a3): undefined reference to `BGP' view.c:(.text+0x44d4): undefined reference to `schedule_event2' view.c:(.text+0x44ea): undefined reference to `MRT' view.c:(.text+0x4551): undefined reference to `trace' view.c:(.text+0x45bc): undefined reference to `MRT' view.c:(.text+0x45e2): undefined reference to `trace' view.c:(.text+0x4624): undefined reference to `MRT' view.c:(.text+0x4650): undefined reference to `trace' view.c:(.text+0x466d): undefined reference to `MRT' view.c:(.text+0x4697): undefined reference to `trace' view.c:(.text+0x49cd): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x49fd): undefined reference to `trace' view.c:(.text+0x4a42): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_resolve_nexthop': view.c:(.text+0x4a67): undefined reference to `MRT' view.c:(.text+0x4aa0): undefined reference to `trace' view.c:(.text+0x4ab8): undefined reference to `MRT' view.c:(.text+0x4ade): undefined reference to `trace' view.c:(.text+0x4af2): undefined reference to `BGP' view.c:(.text+0x4b18): undefined reference to `ip_lookup_fn' view.c:(.text+0x4b31): undefined reference to `ip_hash_fn' view.c:(.text+0x4b44): undefined reference to `BGP' view.c:(.text+0x4b82): undefined reference to `Ref_Prefix' view.c:(.text+0x4b91): undefined reference to `find_interface' view.c:(.text+0x4ba7): undefined reference to `find_interface_local' view.c:(.text+0x4bb8): undefined reference to `MRT' view.c:(.text+0x4bd6): undefined reference to `ref_nexthop' view.c:(.text+0x4be7): undefined reference to `add_nexthop' view.c:(.text+0x4bf2): undefined reference to `BGP' view.c:(.text+0x4c19): undefined reference to `BGP' view.c:(.text+0x4c3e): undefined reference to `prefix_toa' view.c:(.text+0x4c91): undefined reference to `prefix_toa' view.c:(.text+0x4cd4): undefined reference to `trace' view.c:(.text+0x4ce4): undefined reference to `deref_nexthop' view.c:(.text+0x4ced): undefined reference to `ref_nexthop' ../../lib/libbgp.a(view.o): In function `bgp_rt_update_call': view.c:(.text+0x4d35): undefined reference to `MRT' view.c:(.text+0x4d5b): undefined reference to `trace' view.c:(.text+0x4d6a): undefined reference to `MRT' view.c:(.text+0x4dea): undefined reference to `MRT' ../../lib/libbgp.a(view.o): In function `bgp_pick_best': view.c:(.text+0x4e59): undefined reference to `MRT' view.c:(.text+0x4e7f): undefined reference to `trace' view.c:(.text+0x4f2a): undefined reference to `BGP' view.c:(.text+0x4f54): undefined reference to `trace' view.c:(.text+0x4f72): undefined reference to `BGP' view.c:(.text+0x4f93): undefined reference to `MRT' view.c:(.text+0x4fb9): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_aggregate': view.c:(.text+0x5033): undefined reference to `family2afi' view.c:(.text+0x503e): undefined reference to `MRT' view.c:(.text+0x5064): undefined reference to `trace' view.c:(.text+0x507f): undefined reference to `MRT' view.c:(.text+0x50a5): undefined reference to `trace' view.c:(.text+0x50ca): undefined reference to `trace' view.c:(.text+0x50d6): undefined reference to `MRT' view.c:(.text+0x50fc): undefined reference to `trace' view.c:(.text+0x510c): undefined reference to `MRT' view.c:(.text+0x5132): undefined reference to `trace' view.c:(.text+0x5152): undefined reference to `Ref_Prefix' view.c:(.text+0x5187): undefined reference to `MRT' view.c:(.text+0x51a3): undefined reference to `New_Prefix' view.c:(.text+0x51b5): undefined reference to `find_interface' view.c:(.text+0x51c0): undefined reference to `add_nexthop' view.c:(.text+0x51d6): undefined reference to `ascii2prefix' view.c:(.text+0x51e1): undefined reference to `find_interface' view.c:(.text+0x51ec): undefined reference to `add_nexthop' view.c:(.text+0x5205): undefined reference to `add_gateway' view.c:(.text+0x5214): undefined reference to `Deref_Prefix' view.c:(.text+0x5223): undefined reference to `ascii2prefix' view.c:(.text+0x522e): undefined reference to `find_interface' view.c:(.text+0x5239): undefined reference to `add_nexthop' view.c:(.text+0x5252): undefined reference to `add_gateway' view.c:(.text+0x5261): undefined reference to `Deref_Prefix' view.c:(.text+0x5286): undefined reference to `ref_nexthop' view.c:(.text+0x5295): undefined reference to `ref_nexthop' view.c:(.text+0x52ac): undefined reference to `ref_nexthop' view.c:(.text+0x52ca): undefined reference to `ref_nexthop' view.c:(.text+0x5305): undefined reference to `Ref_Prefix' view.c:(.text+0x532c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_compute_agg': view.c:(.text+0x5421): undefined reference to `MRT' view.c:(.text+0x5447): undefined reference to `trace' view.c:(.text+0x547b): undefined reference to `MRT' view.c:(.text+0x54a1): undefined reference to `trace' view.c:(.text+0x54b1): undefined reference to `MRT' view.c:(.text+0x54d7): undefined reference to `trace' view.c:(.text+0x54e7): undefined reference to `MRT' view.c:(.text+0x550d): undefined reference to `trace' view.c:(.text+0x55ec): undefined reference to `trace' view.c:(.text+0x5619): undefined reference to `MRT' view.c:(.text+0x563f): undefined reference to `trace' view.c:(.text+0x565f): undefined reference to `deref_nexthop' view.c:(.text+0x578e): undefined reference to `deref_nexthop' view.c:(.text+0x57bd): undefined reference to `deref_nexthop' view.c:(.text+0x57e6): undefined reference to `deref_nexthop' view.c:(.text+0x5884): undefined reference to `deref_nexthop' view.c:(.text+0x5891): undefined reference to `ref_nexthop' view.c:(.text+0x595e): undefined reference to `deref_nexthop' view.c:(.text+0x596b): undefined reference to `ref_nexthop' view.c:(.text+0x598f): undefined reference to `ref_nexthop' view.c:(.text+0x59b3): undefined reference to `Deref_Prefix' view.c:(.text+0x5a02): undefined reference to `Ref_Prefix' view.c:(.text+0x5a5d): undefined reference to `ref_nexthop' view.c:(.text+0x5a85): undefined reference to `ref_nexthop' view.c:(.text+0x5b1f): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_remove_route_head': view.c:(.text+0x5b6f): undefined reference to `MRT' view.c:(.text+0x5b95): undefined reference to `trace' view.c:(.text+0x5bd1): undefined reference to `MRT' view.c:(.text+0x5bf7): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_del_aggregate': view.c:(.text+0x5c45): undefined reference to `family2afi' view.c:(.text+0x5c50): undefined reference to `MRT' view.c:(.text+0x5c76): undefined reference to `trace' view.c:(.text+0x5d84): undefined reference to `Deref_Prefix' view.c:(.text+0x5dac): undefined reference to `MRT' view.c:(.text+0x5dd2): undefined reference to `trace' view.c:(.text+0x5de2): undefined reference to `MRT' view.c:(.text+0x5e08): undefined reference to `trace' view.c:(.text+0x5e25): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_ll_list': view.c:(.text+0x5eba): undefined reference to `trace' view.c:(.text+0x5ecf): undefined reference to `MRT' view.c:(.text+0x5ef5): undefined reference to `trace' view.c:(.text+0x5f05): undefined reference to `MRT' view.c:(.text+0x5f2b): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_find_best_route': view.c:(.text+0x6084): undefined reference to `MRT' view.c:(.text+0x60aa): undefined reference to `trace' view.c:(.text+0x60d4): undefined reference to `MRT' view.c:(.text+0x60fa): undefined reference to `trace' view.c:(.text+0x610a): undefined reference to `MRT' view.c:(.text+0x6130): undefined reference to `trace' view.c:(.text+0x613c): undefined reference to `MRT' view.c:(.text+0x6162): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_find_bgp_active': view.c:(.text+0x61dd): undefined reference to `MRT' view.c:(.text+0x6203): undefined reference to `trace' view.c:(.text+0x620f): undefined reference to `MRT' view.c:(.text+0x6235): undefined reference to `trace' view.c:(.text+0x6241): undefined reference to `MRT' view.c:(.text+0x6267): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_update_route': view.c:(.text+0x62a5): undefined reference to `MRT' view.c:(.text+0x62cb): undefined reference to `trace' view.c:(.text+0x62e9): undefined reference to `MRT' view.c:(.text+0x630f): undefined reference to `trace' view.c:(.text+0x6325): undefined reference to `MRT' view.c:(.text+0x634b): undefined reference to `trace' view.c:(.text+0x6354): undefined reference to `BGP' view.c:(.text+0x637b): undefined reference to `trace' view.c:(.text+0x639d): undefined reference to `ref_nexthop' view.c:(.text+0x63c1): undefined reference to `BGP' view.c:(.text+0x63e8): undefined reference to `trace' view.c:(.text+0x640a): undefined reference to `ref_nexthop' view.c:(.text+0x6422): undefined reference to `MRT' view.c:(.text+0x6448): undefined reference to `trace' view.c:(.text+0x6477): undefined reference to `MRT' view.c:(.text+0x64a0): undefined reference to `trace' view.c:(.text+0x64e8): undefined reference to `Ref_Prefix' view.c:(.text+0x64f2): undefined reference to `BGP' view.c:(.text+0x6520): undefined reference to `schedule_event2' ../../lib/libbgp.a(view.o): In function `bgp_import': view.c:(.text+0x656b): undefined reference to `MRT' view.c:(.text+0x6591): undefined reference to `trace' view.c:(.text+0x65a3): undefined reference to `MRT' view.c:(.text+0x65c9): undefined reference to `trace' view.c:(.text+0x65db): undefined reference to `BGP' view.c:(.text+0x6605): undefined reference to `family2afi' view.c:(.text+0x6611): undefined reference to `MRT' view.c:(.text+0x6637): undefined reference to `trace' view.c:(.text+0x664d): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x668d): undefined reference to `trace' view.c:(.text+0x669f): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x66df): undefined reference to `trace' view.c:(.text+0x6734): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x6763): undefined reference to `trace' view.c:(.text+0x676b): undefined reference to `Deref_Prefix' view.c:(.text+0x67a8): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x67d7): undefined reference to `trace' view.c:(.text+0x67df): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(view.o): In function `New_View': view.c:(.text+0x687d): undefined reference to `Deref_Prefix' view.c:(.text+0x68aa): undefined reference to `mrt_pthread_mutex_init' view.c:(.text+0x68be): undefined reference to `trace_copy' view.c:(.text+0x68f8): undefined reference to `set_trace' ../../lib/libbgp.a(view.o): In function `Destroy_View': view.c:(.text+0x6961): undefined reference to `MRT' view.c:(.text+0x6987): undefined reference to `trace' view.c:(.text+0x69cb): undefined reference to `mrt_pthread_mutex_destroy' view.c:(.text+0x69e2): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(view.o): In function `view_delete_peer': view.c:(.text+0x6a2b): undefined reference to `MRT' view.c:(.text+0x6a51): undefined reference to `trace' view.c:(.text+0x6a63): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x6a93): undefined reference to `trace' view.c:(.text+0x6aa5): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6ad4): undefined reference to `trace' view.c:(.text+0x6c95): undefined reference to `MRT' view.c:(.text+0x6cbb): undefined reference to `trace' view.c:(.text+0x6d6e): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x6daf): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_establish_peer': view.c:(.text+0x6e12): undefined reference to `BGP' view.c:(.text+0x6e34): undefined reference to `MRT' view.c:(.text+0x6e5a): undefined reference to `trace' view.c:(.text+0x6e74): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x6ea4): undefined reference to `trace' view.c:(.text+0x6eb6): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6ee5): undefined reference to `trace' view.c:(.text+0x6f52): undefined reference to `MRT' view.c:(.text+0x6f78): undefined reference to `trace' view.c:(.text+0x6ff1): undefined reference to `trace' view.c:(.text+0x705d): undefined reference to `MRT' view.c:(.text+0x70a8): undefined reference to `MRT' view.c:(.text+0x70ce): undefined reference to `trace' view.c:(.text+0x71e4): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7213): undefined reference to `trace' view.c:(.text+0x7231): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x7261): undefined reference to `Deref_Prefix' view.c:(.text+0x72d7): undefined reference to `schedule_event2' view.c:(.text+0x72fb): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(view.o): In function `trace_bgp_view_op': view.c:(.text+0x7403): undefined reference to `BGP' view.c:(.text+0x7431): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x7461): undefined reference to `trace' view.c:(.text+0x7473): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x74a2): undefined reference to `trace' view.c:(.text+0x74b7): undefined reference to `set_trace' view.c:(.text+0x74c9): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x74f8): undefined reference to `trace' view.c:(.text+0x7523): undefined reference to `BGP' view.c:(.text+0x755c): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x758c): undefined reference to `trace' view.c:(.text+0x759e): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x75ce): undefined reference to `trace' view.c:(.text+0x75e3): undefined reference to `set_trace' view.c:(.text+0x75f5): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7625): undefined reference to `trace' view.c:(.text+0x7673): undefined reference to `BGP' view.c:(.text+0x76a2): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x76d5): undefined reference to `trace' view.c:(.text+0x76e7): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x771a): undefined reference to `trace' view.c:(.text+0x7730): undefined reference to `set_trace' view.c:(.text+0x7742): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7775): undefined reference to `trace' view.c:(.text+0x77c3): undefined reference to `BGP' view.c:(.text+0x77fc): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x782c): undefined reference to `trace' view.c:(.text+0x783e): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x786e): undefined reference to `trace' view.c:(.text+0x7883): undefined reference to `set_trace' view.c:(.text+0x7895): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x78c5): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `trace_f_bgp': view.c:(.text+0x793c): undefined reference to `BGP' view.c:(.text+0x794f): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x795a): undefined reference to `BGP' view.c:(.text+0x798a): undefined reference to `trace' view.c:(.text+0x7991): undefined reference to `BGP' view.c:(.text+0x79a4): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x79ab): undefined reference to `BGP' view.c:(.text+0x79e2): undefined reference to `trace' view.c:(.text+0x79e9): undefined reference to `BGP' view.c:(.text+0x7a02): undefined reference to `set_trace' view.c:(.text+0x7a09): undefined reference to `BGP' view.c:(.text+0x7a1c): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7a23): undefined reference to `BGP' view.c:(.text+0x7a5a): undefined reference to `trace' view.c:(.text+0x7a6e): undefined reference to `BGP' view.c:(.text+0x7a81): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x7a8c): undefined reference to `BGP' view.c:(.text+0x7abc): undefined reference to `trace' view.c:(.text+0x7ac3): undefined reference to `BGP' view.c:(.text+0x7ad6): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x7add): undefined reference to `BGP' view.c:(.text+0x7b14): undefined reference to `trace' view.c:(.text+0x7b1b): undefined reference to `BGP' view.c:(.text+0x7b34): undefined reference to `set_trace' view.c:(.text+0x7b3b): undefined reference to `BGP' view.c:(.text+0x7b4e): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7b55): undefined reference to `BGP' view.c:(.text+0x7b8c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `New_Bgp_Route': view.c:(.text+0x7bdc): undefined reference to `MRT' view.c:(.text+0x7c02): undefined reference to `trace' view.c:(.text+0x7c2b): undefined reference to `BGP' view.c:(.text+0x7c5b): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_delete_nexthop_cache': view.c:(.text+0x7e2d): undefined reference to `Deref_Prefix' view.c:(.text+0x7e36): undefined reference to `deref_nexthop' ../../lib/libbgp.a(view.o): In function `bgp2gen': view.c:(.text+0x7e9c): undefined reference to `MRT' view.c:(.text+0x7ec2): undefined reference to `trace' view.c:(.text+0x7ecb): undefined reference to `ref_nexthop' view.c:(.text+0x7ef9): undefined reference to `MRT' view.c:(.text+0x7f1f): undefined reference to `trace' view.c:(.text+0x7f28): undefined reference to `ref_nexthop' view.c:(.text+0x7f35): undefined reference to `BGP' view.c:(.text+0x7f65): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_change_list': view.c:(.text+0x7fac): undefined reference to `MRT' view.c:(.text+0x7fd2): undefined reference to `trace' view.c:(.text+0x7ff8): undefined reference to `prefix_compare' view.c:(.text+0x8003): undefined reference to `MRT' view.c:(.text+0x8029): undefined reference to `trace' view.c:(.text+0x8039): undefined reference to `MRT' view.c:(.text+0x805f): undefined reference to `trace' view.c:(.text+0x808c): undefined reference to `trace' view.c:(.text+0x80ab): undefined reference to `MRT' view.c:(.text+0x80d1): undefined reference to `trace' view.c:(.text+0x80eb): undefined reference to `MRT' view.c:(.text+0x8111): undefined reference to `trace' view.c:(.text+0x812c): undefined reference to `trace' view.c:(.text+0x81bf): undefined reference to `MRT' view.c:(.text+0x81e5): undefined reference to `trace' view.c:(.text+0x824f): undefined reference to `trace' ../../lib/libbgp.a(bgp_thread.o): In function `bgp_schedule_timer': bgp_thread.c:(.text+0x83): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_mrt_msg': bgp_dump.c:(.text+0x53): undefined reference to `BGP' bgp_dump.c:(.text+0x62): undefined reference to `mrt_pthread_mutex_lock' bgp_dump.c:(.text+0xb4): undefined reference to `BGP' bgp_dump.c:(.text+0xf8): undefined reference to `BGP' bgp_dump.c:(.text+0x125): undefined reference to `BGP' bgp_dump.c:(.text+0x21a): undefined reference to `BGP' bgp_dump.c:(.text+0x25d): undefined reference to `BGP' ../../lib/libbgp.a(bgp_dump.o):bgp_dump.c:(.text+0x290): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_mrt_msg': bgp_dump.c:(.text+0x317): undefined reference to `MRT' bgp_dump.c:(.text+0x33d): undefined reference to `trace' bgp_dump.c:(.text+0x44a): undefined reference to `MRT' bgp_dump.c:(.text+0x470): undefined reference to `trace' bgp_dump.c:(.text+0x4e6): undefined reference to `MRT' bgp_dump.c:(.text+0x502): undefined reference to `trace' bgp_dump.c:(.text+0x51e): undefined reference to `MRT' bgp_dump.c:(.text+0x544): undefined reference to `trace' bgp_dump.c:(.text+0x584): undefined reference to `MRT' bgp_dump.c:(.text+0x5aa): undefined reference to `trace' bgp_dump.c:(.text+0x5bd): undefined reference to `MRT' bgp_dump.c:(.text+0x5e3): undefined reference to `trace' bgp_dump.c:(.text+0x621): undefined reference to `MRT' bgp_dump.c:(.text+0x647): undefined reference to `trace' bgp_dump.c:(.text+0x6c0): undefined reference to `MRT' bgp_dump.c:(.text+0x6e6): undefined reference to `trace' bgp_dump.c:(.text+0x74e): undefined reference to `MRT' bgp_dump.c:(.text+0x774): undefined reference to `trace' bgp_dump.c:(.text+0x853): undefined reference to `BGP' bgp_dump.c:(.text+0x921): undefined reference to `BGP' bgp_dump.c:(.text+0x937): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_status_change': bgp_dump.c:(.text+0x97f): undefined reference to `BGP' ../../lib/libbgp.a(bgp_dump.o): In function `dump_view_bgp_routes': bgp_dump.c:(.text+0x9f0): undefined reference to `mrt_open' bgp_dump.c:(.text+0xa03): undefined reference to `BGP' bgp_dump.c:(.text+0xa17): undefined reference to `MRT' bgp_dump.c:(.text+0xa3d): undefined reference to `trace' bgp_dump.c:(.text+0xa4f): undefined reference to `mrt_pthread_mutex_trylock' bgp_dump.c:(.text+0xa7f): undefined reference to `trace' bgp_dump.c:(.text+0xa91): undefined reference to `mrt_pthread_mutex_lock' bgp_dump.c:(.text+0xac1): undefined reference to `trace' bgp_dump.c:(.text+0xaf5): undefined reference to `BGP' bgp_dump.c:(.text+0xb15): undefined reference to `trace' bgp_dump.c:(.text+0xb2b): undefined reference to `BGP' bgp_dump.c:(.text+0xb40): undefined reference to `trace' bgp_dump.c:(.text+0xb47): undefined reference to `BGP' bgp_dump.c:(.text+0xb5c): undefined reference to `trace' bgp_dump.c:(.text+0xb6e): undefined reference to `mrt_pthread_mutex_unlock' bgp_dump.c:(.text+0xb9e): undefined reference to `trace' bgp_dump.c:(.text+0xbb0): undefined reference to `mrt_close' bgp_dump.c:(.text+0xbc4): undefined reference to `BGP' bgp_dump.c:(.text+0xbdb): undefined reference to `trace' bgp_dump.c:(.text+0xbf9): undefined reference to `trace' bgp_dump.c:(.text+0xc15): undefined reference to `BGP' bgp_dump.c:(.text+0xc2e): undefined reference to `trace' bgp_dump.c:(.text+0xd19): undefined reference to `Delete_Buffer' bgp_dump.c:(.text+0xd37): undefined reference to `BGP' bgp_dump.c:(.text+0xe21): undefined reference to `trace' bgp_dump.c:(.text+0xe98): undefined reference to `BGP' bgp_dump.c:(.text+0x104e): undefined reference to `trace' bgp_dump.c:(.text+0x1074): undefined reference to `mrt_pthread_mutex_unlock' bgp_dump.c:(.text+0x10a7): undefined reference to `trace' bgp_dump.c:(.text+0x10b9): undefined reference to `mrt_close' bgp_dump.c:(.text+0x10eb): undefined reference to `BGP' bgp_dump.c:(.text+0x1100): undefined reference to `trace' bgp_dump.c:(.text+0x110e): undefined reference to `BGP' bgp_dump.c:(.text+0x1123): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_write': bgp_dump2.c:(.text+0x9e): undefined reference to `MRT' bgp_dump2.c:(.text+0xc4): undefined reference to `trace' bgp_dump2.c:(.text+0x103): undefined reference to `MRT' bgp_dump2.c:(.text+0x129): undefined reference to `trace' bgp_dump2.c:(.text+0x1a1): undefined reference to `MRT' bgp_dump2.c:(.text+0x1c6): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_entry': bgp_dump2.c:(.text+0x26c): undefined reference to `MRT' bgp_dump2.c:(.text+0x298): undefined reference to `trace' bgp_dump2.c:(.text+0x4d8): undefined reference to `MRT' bgp_dump2.c:(.text+0x4fe): undefined reference to `trace' bgp_dump2.c:(.text+0x510): undefined reference to `MRT' bgp_dump2.c:(.text+0x536): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `create_fake_peer': bgp_dump2.c:(.text+0x61d): undefined reference to `MRT' ../../lib/libbgp.a(filter.o): In function `del_route_map_memory': filter.c:(.text+0x171): undefined reference to `MRT' filter.c:(.text+0x197): undefined reference to `trace' ../../lib/libbgp.a(filter.o): In function `apply_route_map_alist': filter.c:(.text+0x333): undefined reference to `MRT' filter.c:(.text+0x359): undefined reference to `trace' filter.c:(.text+0x36d): undefined reference to `apply_access_list' ../../lib/libbgp.a(filter.o): In function `apply_route_map': filter.c:(.text+0x45e): undefined reference to `MRT' filter.c:(.text+0x484): undefined reference to `trace' filter.c:(.text+0x4a2): undefined reference to `MRT' filter.c:(.text+0x4c8): undefined reference to `trace' filter.c:(.text+0x51a): undefined reference to `MRT' filter.c:(.text+0x540): undefined reference to `trace' filter.c:(.text+0x558): undefined reference to `apply_access_list' filter.c:(.text+0x64a): undefined reference to `deref_nexthop' filter.c:(.text+0x65a): undefined reference to `ref_nexthop' filter.c:(.text+0x685): undefined reference to `deref_nexthop' filter.c:(.text+0x695): undefined reference to `ref_nexthop' filter.c:(.text+0x6ac): undefined reference to `deref_nexthop' filter.c:(.text+0x6b9): undefined reference to `ref_nexthop' filter.c:(.text+0x7e9): undefined reference to `Deref_Prefix' filter.c:(.text+0x802): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(filter.o): In function `route_map_out': filter.c:(.text+0x8a9): undefined reference to `MRT' filter.c:(.text+0x8cf): undefined reference to `trace' filter.c:(.text+0x9e6): undefined reference to `origin2string' filter.c:(.text+0xa52): undefined reference to `prefix_toa' filter.c:(.text+0xa76): undefined reference to `prefix_toa' filter.c:(.text+0xa92): undefined reference to `prefix_toa' filter.c:(.text+0xb09): undefined reference to `prefix_toa' ../../lib/libbgp.a(as_regexp.o): In function `as_regexp_comp': as_regexp.c:(.text+0x18): undefined reference to `MRT' as_regexp.c:(.text+0x3e): undefined reference to `trace' as_regexp.c:(.text+0x81): undefined reference to `MRT' as_regexp.c:(.text+0xa7): undefined reference to `trace' as_regexp.c:(.text+0xdc): undefined reference to `MRT' as_regexp.c:(.text+0x102): undefined reference to `trace' ../../lib/libbgp.a(as_regexp.o): In function `as_regexp_exec': as_regexp.c:(.text+0x2df): undefined reference to `MRT' as_regexp.c:(.text+0x305): undefined reference to `trace' as_regexp.c:(.text+0x7a8): undefined reference to `MRT' as_regexp.c:(.text+0x7ce): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_mrt_msg': bgp_msg.c:(.text+0x275): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x285): undefined reference to `add_gateway' bgp_msg.c:(.text+0x290): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x2bd): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x2cd): undefined reference to `add_gateway' bgp_msg.c:(.text+0x2d8): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_update_msg': bgp_msg.c:(.text+0x43b): undefined reference to `MRT' bgp_msg.c:(.text+0x461): undefined reference to `trace' bgp_msg.c:(.text+0x47f): undefined reference to `MRT' bgp_msg.c:(.text+0x494): undefined reference to `trace' bgp_msg.c:(.text+0x4bd): undefined reference to `MRT' bgp_msg.c:(.text+0x4c6): undefined reference to `trace_copy' bgp_msg.c:(.text+0x4f5): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x55c): undefined reference to `set_trace' bgp_msg.c:(.text+0x5e5): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(bgp_msg.o): In function `mrt_bgp_msg_type': bgp_msg.c:(.text+0x6c8): undefined reference to `MRT' bgp_msg.c:(.text+0x6ee): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_create_update_msg': bgp_msg.c:(.text+0x786): undefined reference to `MRT' bgp_msg.c:(.text+0x7ac): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_fill_update': bgp_msg.c:(.text+0x854): undefined reference to `MRT' bgp_msg.c:(.text+0x860): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x87b): undefined reference to `trace' bgp_msg.c:(.text+0x887): undefined reference to `MRT' bgp_msg.c:(.text+0x893): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x8ae): undefined reference to `trace' bgp_msg.c:(.text+0x918): undefined reference to `MRT' bgp_msg.c:(.text+0x93e): undefined reference to `trace' bgp_msg.c:(.text+0x967): undefined reference to `MRT' bgp_msg.c:(.text+0x98d): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_state_msg': bgp_msg.c:(.text+0xcc2): undefined reference to `New_Prefix' bgp_msg.c:(.text+0xcd1): undefined reference to `add_gateway' bgp_msg.c:(.text+0xcdc): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_toa': bgp_msg.c:(.text+0xd7d): undefined reference to `origin2string' bgp_msg.c:(.text+0xd92): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xe20): undefined reference to `prefix_toa' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr': bgp_msg.c:(.text+0xe65): undefined reference to `MRT' bgp_msg.c:(.text+0xe8b): undefined reference to `trace' bgp_msg.c:(.text+0xebb): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xecd): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xef6): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf08): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xf7a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf86): undefined reference to `origin2string' bgp_msg.c:(.text+0xfb1): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xfe8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xff7): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1029): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1055): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1081): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x109f): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10b3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x10df): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10ee): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x111a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1155): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1190): undefined reference to `bgptype2string' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_buffer': bgp_msg.c:(.text+0x11e6): undefined reference to `origin2string' bgp_msg.c:(.text+0x11fb): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1246): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x127a): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr_buffer': bgp_msg.c:(.text+0x12ab): undefined reference to `MRT' bgp_msg.c:(.text+0x12d1): undefined reference to `trace' bgp_msg.c:(.text+0x1312): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x131d): undefined reference to `origin2string' bgp_msg.c:(.text+0x1334): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1354): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1379): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x139c): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x13bf): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x141e): more undefined references to `buffer_printf' follow ../../lib/libbgp.a(bgp_msg.o): In function `bgp_uii_attr': bgp_msg.c:(.text+0x1565): undefined reference to `MRT' bgp_msg.c:(.text+0x158b): undefined reference to `trace' bgp_msg.c:(.text+0x159b): undefined reference to `New_Buffer' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_scan_attr': bgp_msg.c:(.text+0x15f4): undefined reference to `MRT' bgp_msg.c:(.text+0x161a): undefined reference to `trace' bgp_msg.c:(.text+0x1626): undefined reference to `string2bgptype' bgp_msg.c:(.text+0x175f): undefined reference to `s_origins' bgp_msg.c:(.text+0x1784): undefined reference to `s_origins' bgp_msg.c:(.text+0x17a9): undefined reference to `s_origins' bgp_msg.c:(.text+0x186a): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x18ce): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x18e8): undefined reference to `ref_nexthop' bgp_msg.c:(.text+0x19bc): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x19cd): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a41): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a5e): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x1b58): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b62): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1b95): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b9f): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1bb8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1bc3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1be0): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_ConnectRetry_fire': bgp_timer.c:(.text+0x1d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_KeepAlive_fire': bgp_timer.c:(.text+0x5d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_HoldTime_fire': bgp_timer.c:(.text+0x9d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_StartTime_fire': bgp_timer.c:(.text+0xe9): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_del_attr': rip_proto.c:(.text+0x71): undefined reference to `MRT' rip_proto.c:(.text+0x97): undefined reference to `trace' rip_proto.c:(.text+0xa0): undefined reference to `deref_nexthop' ../../lib/librip.a(rip_proto.o): In function `rip_new_route': rip_proto.c:(.text+0xef): undefined reference to `Ref_Prefix' ../../lib/librip.a(rip_proto.o): In function `check_networks': rip_proto.c:(.text+0x229): undefined reference to `MRT' rip_proto.c:(.text+0x24f): undefined reference to `trace' rip_proto.c:(.text+0x28f): undefined reference to `a_include_b' ../../lib/librip.a(rip_proto.o): In function `rip_policy': rip_proto.c:(.text+0x3ad): undefined reference to `trace' rip_proto.c:(.text+0x40c): undefined reference to `MRT' rip_proto.c:(.text+0x432): undefined reference to `trace' rip_proto.c:(.text+0x496): undefined reference to `apply_access_list' rip_proto.c:(.text+0x4b3): undefined reference to `prefix_is_loopback' rip_proto.c:(.text+0x504): undefined reference to `MRT' rip_proto.c:(.text+0x52a): undefined reference to `trace' rip_proto.c:(.text+0x53e): undefined reference to `apply_access_list' rip_proto.c:(.text+0x56e): undefined reference to `trace' rip_proto.c:(.text+0x5b3): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_process_requst': rip_proto.c:(.text+0x6b9): undefined reference to `trace' rip_proto.c:(.text+0x749): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_prepare_routes': rip_proto.c:(.text+0x8e5): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_advertise_route': rip_proto.c:(.text+0x9e8): undefined reference to `INTERFACE_MASTER' rip_proto.c:(.text+0xaa3): undefined reference to `INTERFACE_MASTER' ../../lib/librip.a(rip_proto.o): In function `rip_process_update': rip_proto.c:(.text+0xc6a): undefined reference to `trace' rip_proto.c:(.text+0xcc1): undefined reference to `prefix_toax' rip_proto.c:(.text+0xcee): undefined reference to `trace' rip_proto.c:(.text+0xcfe): undefined reference to `MRT' rip_proto.c:(.text+0xd24): undefined reference to `trace' rip_proto.c:(.text+0xd2d): undefined reference to `deref_nexthop' rip_proto.c:(.text+0xd83): undefined reference to `trace' rip_proto.c:(.text+0xdb3): undefined reference to `MRT' rip_proto.c:(.text+0xdd9): undefined reference to `trace' rip_proto.c:(.text+0xe45): undefined reference to `trace' rip_proto.c:(.text+0xf55): undefined reference to `MRT' rip_proto.c:(.text+0xf7b): undefined reference to `trace' rip_proto.c:(.text+0xf84): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x1084): undefined reference to `trace' rip_proto.c:(.text+0x10a6): undefined reference to `MRT' rip_proto.c:(.text+0x10cc): undefined reference to `trace' rip_proto.c:(.text+0x1156): undefined reference to `prefix_toa' rip_proto.c:(.text+0x1255): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x12a8): undefined reference to `MRT' rip_proto.c:(.text+0x12ce): undefined reference to `trace' rip_proto.c:(.text+0x12ee): undefined reference to `trace' rip_proto.c:(.text+0x1318): undefined reference to `MRT' rip_proto.c:(.text+0x133e): undefined reference to `trace' rip_proto.c:(.text+0x136d): undefined reference to `MRT' rip_proto.c:(.text+0x1393): undefined reference to `trace' rip_proto.c:(.text+0x13c7): undefined reference to `MRT' rip_proto.c:(.text+0x13ed): undefined reference to `trace' rip_proto.c:(.text+0x1476): undefined reference to `MRT' rip_proto.c:(.text+0x149c): undefined reference to `trace' rip_proto.c:(.text+0x14ae): undefined reference to `MRT' rip_proto.c:(.text+0x14d4): undefined reference to `trace' rip_proto.c:(.text+0x14e4): undefined reference to `MRT' rip_proto.c:(.text+0x150a): undefined reference to `trace' rip_proto.c:(.text+0x1513): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x1587): undefined reference to `trace' rip_proto.c:(.text+0x1590): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x1680): undefined reference to `MRT' rip_proto.c:(.text+0x16a6): undefined reference to `trace' rip_proto.c:(.text+0x16b8): undefined reference to `MRT' rip_proto.c:(.text+0x16de): undefined reference to `trace' rip_proto.c:(.text+0x1751): undefined reference to `trace' rip_proto.c:(.text+0x175a): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x1805): undefined reference to `trace' rip_proto.c:(.text+0x1816): undefined reference to `MRT' rip_proto.c:(.text+0x183c): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_update_route': rip_proto.c:(.text+0x18e1): undefined reference to `Ref_Prefix' rip_proto.c:(.text+0x1924): undefined reference to `schedule_event2' ../../lib/librip.a(rip_proto.o): In function `rip_import': rip_proto.c:(.text+0x1971): undefined reference to `MRT' rip_proto.c:(.text+0x1997): undefined reference to `trace' rip_proto.c:(.text+0x19b4): undefined reference to `MRT' rip_proto.c:(.text+0x19da): undefined reference to `trace' rip_proto.c:(.text+0x1b2b): undefined reference to `trace' rip_proto.c:(.text+0x1b47): undefined reference to `trace' rip_proto.c:(.text+0x1b59): undefined reference to `MRT' rip_proto.c:(.text+0x1b7f): undefined reference to `trace' rip_proto.c:(.text+0x1cd0): undefined reference to `ref_nexthop' rip_proto.c:(.text+0x1d5f): undefined reference to `trace' rip_proto.c:(.text+0x1d75): undefined reference to `MRT' rip_proto.c:(.text+0x1d9b): undefined reference to `trace' rip_proto.c:(.text+0x1e87): undefined reference to `MRT' rip_proto.c:(.text+0x1ead): undefined reference to `trace' rip_proto.c:(.text+0x1ec7): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x1eef): undefined reference to `MRT' rip_proto.c:(.text+0x1f15): undefined reference to `trace' rip_proto.c:(.text+0x1f73): undefined reference to `MRT' rip_proto.c:(.text+0x1f99): undefined reference to `trace' rip_proto.c:(.text+0x1fbb): undefined reference to `trace' rip_proto.c:(.text+0x200e): undefined reference to `Deref_Prefix' rip_proto.c:(.text+0x2087): undefined reference to `trace' rip_proto.c:(.text+0x209b): undefined reference to `MRT' rip_proto.c:(.text+0x20c1): undefined reference to `trace' rip_proto.c:(.text+0x2164): undefined reference to `MRT' rip_proto.c:(.text+0x218a): undefined reference to `trace' rip_proto.c:(.text+0x21f9): undefined reference to `trace' rip_proto.c:(.text+0x224b): undefined reference to `MRT' rip_proto.c:(.text+0x2271): undefined reference to `trace' rip_proto.c:(.text+0x230d): undefined reference to `MRT' rip_proto.c:(.text+0x2333): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_set': rip_proto.c:(.text+0x238a): undefined reference to `MRT' rip_proto.c:(.text+0x23b0): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_show': rip_proto.c:(.text+0x2418): undefined reference to `proto2string' rip_proto.c:(.text+0x242d): undefined reference to `uii_add_bulk_output' rip_proto.c:(.text+0x244e): undefined reference to `uii_add_bulk_output' rip_proto.c:(.text+0x245f): undefined reference to `uii_add_bulk_output' rip_proto.c:(.text+0x249f): undefined reference to `uii_add_bulk_output' rip_proto.c:(.text+0x24ae): undefined reference to `uii_add_bulk_output' ../../lib/librip.a(rip_proto.o):rip_proto.c:(.text+0x24cd): more undefined references to `uii_add_bulk_output' follow ../../lib/librip.a(rip_proto.o): In function `rip_show_routing_table': rip_proto.c:(.text+0x25f4): undefined reference to `find_interface_byname' ../../lib/librip.a(rip_proto.o): In function `rip_route_compare': rip_proto.c:(.text+0x2a1e): undefined reference to `prefix_compare2' ../../lib/librip.a(rip_proto.o): In function `rip_interface_recheck': rip_proto.c:(.text+0x2aa5): undefined reference to `find_network' rip_proto.c:(.text+0x2c05): undefined reference to `find_interface_byname_all' rip_proto.c:(.text+0x2d46): undefined reference to `MRT' rip_proto.c:(.text+0x2d6c): undefined reference to `trace' rip_proto.c:(.text+0x2dd1): undefined reference to `trace' rip_proto.c:(.text+0x2e35): undefined reference to `MRT' rip_proto.c:(.text+0x2e5b): undefined reference to `trace' rip_proto.c:(.text+0x2e71): undefined reference to `MRT' rip_proto.c:(.text+0x2e97): undefined reference to `trace' rip_proto.c:(.text+0x2eb3): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_distribute_list_recheck': rip_proto.c:(.text+0x31b3): undefined reference to `MRT' rip_proto.c:(.text+0x31d9): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_start': rip_proto.c:(.text+0x325d): undefined reference to `INTERFACE_MASTER' rip_proto.c:(.text+0x32d2): undefined reference to `INTERFACE_MASTER' ../../lib/librip.a(rip_proto.o): In function `rip_stop': rip_proto.c:(.text+0x33b4): undefined reference to `MRT' rip_proto.c:(.text+0x3436): undefined reference to `trace' rip_proto.c:(.text+0x3442): undefined reference to `select_delete_fd' rip_proto.c:(.text+0x345c): undefined reference to `mrt_close' rip_proto.c:(.text+0x3470): undefined reference to `clear_schedule' ../../lib/librip.a(rip_proto.o): In function `rip_init': rip_proto.c:(.text+0x34dc): undefined reference to `ip_lookup_fn' rip_proto.c:(.text+0x34f5): undefined reference to `ip_hash_fn' rip_proto.c:(.text+0x350c): undefined reference to `Deref_Prefix' rip_proto.c:(.text+0x356b): undefined reference to `New_Schedule' rip_proto.c:(.text+0x362a): undefined reference to `mrt_thread_create2' ../../lib/librip.a(rip_proto.o): In function `rip_delete_route': rip_proto.c:(.text+0x363f): undefined reference to `Deref_Prefix' rip_proto.c:(.text+0x366b): undefined reference to `deref_nexthop' ../../lib/librip.a(rip_proto.o): In function `rip_timer_update': rip_proto.c:(.text+0x36aa): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_timeout_routes': rip_proto.c:(.text+0x3702): undefined reference to `trace' rip_proto.c:(.text+0x3772): undefined reference to `MRT' rip_proto.c:(.text+0x3798): undefined reference to `trace' rip_proto.c:(.text+0x37eb): undefined reference to `trace' rip_proto.c:(.text+0x3885): undefined reference to `trace' rip_proto.c:(.text+0x39c1): undefined reference to `trace' rip_proto.c:(.text+0x3a04): undefined reference to `MRT' rip_proto.c:(.text+0x3a2a): undefined reference to `trace' rip_proto.c:(.text+0x3a33): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x3b01): undefined reference to `MRT' rip_proto.c:(.text+0x3b27): undefined reference to `trace' rip_proto.c:(.text+0x3b93): undefined reference to `MRT' rip_proto.c:(.text+0x3bb9): undefined reference to `trace' rip_proto.c:(.text+0x3bc2): undefined reference to `deref_nexthop' rip_proto.c:(.text+0x3c06): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_flash_update': rip_proto.c:(.text+0x3caa): undefined reference to `trace' ../../lib/librip.a(rip_proto.o): In function `rip_delete_rip_ann_rt': rip_proto.c:(.text+0x3ced): undefined reference to `Deref_Prefix' ../../lib/librip.a(rip_proto.o): In function `rip_update_call_fn': rip_proto.c:(.text+0x3d2f): undefined reference to `MRT' rip_proto.c:(.text+0x3d55): undefined reference to `trace' rip_proto.c:(.text+0x3d5c): undefined reference to `MRT' rip_proto.c:(.text+0x3d8d): undefined reference to `ref_nexthop' rip_proto.c:(.text+0x3dca): undefined reference to `ref_nexthop' ../../lib/librip.a(rip2.o): In function `rip2_process_packet_response': rip2.c:(.text+0x43): undefined reference to `RIP' rip2.c:(.text+0x5b): undefined reference to `trace' rip2.c:(.text+0x103): undefined reference to `RIP' rip2.c:(.text+0x123): undefined reference to `RIP' rip2.c:(.text+0x13b): undefined reference to `trace' rip2.c:(.text+0x174): undefined reference to `mask2len' rip2.c:(.text+0x184): undefined reference to `New_Prefix' rip2.c:(.text+0x18f): undefined reference to `RIP' rip2.c:(.text+0x1bb): undefined reference to `New_Prefix' rip2.c:(.text+0x1cf): undefined reference to `add_nexthop' rip2.c:(.text+0x1dc): undefined reference to `Deref_Prefix' rip2.c:(.text+0x1f4): undefined reference to `ref_nexthop' ../../lib/librip.a(rip2.o): In function `rip2_process_packet_request': rip2.c:(.text+0x2ec): undefined reference to `RIP' rip2.c:(.text+0x304): undefined reference to `trace' rip2.c:(.text+0x387): undefined reference to `mask2len' rip2.c:(.text+0x3ac): undefined reference to `RIP' rip2.c:(.text+0x3c4): undefined reference to `trace' rip2.c:(.text+0x3ec): undefined reference to `New_Prefix' rip2.c:(.text+0x446): undefined reference to `RIP' rip2.c:(.text+0x45b): undefined reference to `trace' ../../lib/librip.a(rip2.o): In function `rip2_init_listen': rip2.c:(.text+0x49d): undefined reference to `socket_open' rip2.c:(.text+0x4b3): undefined reference to `socket_reuse' rip2.c:(.text+0x4bf): undefined reference to `socket_broadcast' rip2.c:(.text+0x4c8): undefined reference to `ip_multicast_loop' rip2.c:(.text+0x4d4): undefined reference to `ip_recvttl' rip2.c:(.text+0x4e0): undefined reference to `ip_pktinfo' rip2.c:(.text+0x4ee): undefined reference to `RIP' rip2.c:(.text+0x51a): undefined reference to `MRT' rip2.c:(.text+0x540): undefined reference to `trace' rip2.c:(.text+0x556): undefined reference to `MRT' rip2.c:(.text+0x57c): undefined reference to `trace' rip2.c:(.text+0x592): undefined reference to `MRT' rip2.c:(.text+0x5b8): undefined reference to `trace' rip2.c:(.text+0x5de): undefined reference to `RIP' rip2.c:(.text+0x603): undefined reference to `prefix_toa' rip2.c:(.text+0x629): undefined reference to `trace' rip2.c:(.text+0x63a): undefined reference to `mrt_close' rip2.c:(.text+0x66f): undefined reference to `trace' ../../lib/librip.a(rip2.o): In function `rip2_send_request': rip2.c:(.text+0x6c4): undefined reference to `MRT' rip2.c:(.text+0x6ea): undefined reference to `trace' rip2.c:(.text+0x716): undefined reference to `RIP' rip2.c:(.text+0x74e): undefined reference to `send_packet' rip2.c:(.text+0x75f): undefined reference to `RIP' rip2.c:(.text+0x77b): undefined reference to `trace' ../../lib/librip.a(rip2.o): In function `rip2_interface': rip2.c:(.text+0x7e4): undefined reference to `RIP' rip2.c:(.text+0x7fd): undefined reference to `trace' rip2.c:(.text+0x817): undefined reference to `RIP' rip2.c:(.text+0x82e): undefined reference to `join_leave_group' rip2.c:(.text+0x86e): undefined reference to `RIP' rip2.c:(.text+0x8a6): undefined reference to `send_packet' rip2.c:(.text+0x8b5): undefined reference to `RIP' rip2.c:(.text+0x8d1): undefined reference to `trace' ../../lib/librip.a(rip2.o): In function `rip2_send_update': rip2.c:(.text+0x9e7): undefined reference to `len2mask' rip2.c:(.text+0xa6b): undefined reference to `RIP' rip2.c:(.text+0xa8e): undefined reference to `RIP' rip2.c:(.text+0xab0): undefined reference to `send_packet' rip2.c:(.text+0xac3): undefined reference to `RIP' rip2.c:(.text+0xb41): undefined reference to `trace' rip2.c:(.text+0xbb8): undefined reference to `RIP' rip2.c:(.text+0xbdd): undefined reference to `RIP' rip2.c:(.text+0xc0d): undefined reference to `send_packet' rip2.c:(.text+0xc1f): undefined reference to `RIP' rip2.c:(.text+0xc73): undefined reference to `trace' ../../lib/librip.a(rip2.o): In function `rip2_receive_update': rip2.c:(.text+0xcd2): undefined reference to `RIP' rip2.c:(.text+0xd11): undefined reference to `recvmsgfrom' rip2.c:(.text+0xd1b): undefined reference to `select_enable_fd' rip2.c:(.text+0xd38): undefined reference to `MRT' rip2.c:(.text+0xd5e): undefined reference to `trace' rip2.c:(.text+0xd6c): undefined reference to `RIP' rip2.c:(.text+0xdb0): undefined reference to `trace' rip2.c:(.text+0xddc): undefined reference to `trace' rip2.c:(.text+0xe00): undefined reference to `trace' rip2.c:(.text+0xe07): undefined reference to `RIP' rip2.c:(.text+0xe26): undefined reference to `MRT' rip2.c:(.text+0xe4f): undefined reference to `trace' rip2.c:(.text+0xe56): undefined reference to `RIP' rip2.c:(.text+0xe6c): undefined reference to `apply_access_list' rip2.c:(.text+0xe73): undefined reference to `RIP' rip2.c:(.text+0xeab): undefined reference to `MRT' rip2.c:(.text+0xed1): undefined reference to `trace' rip2.c:(.text+0xf06): undefined reference to `RIP' rip2.c:(.text+0xf2d): undefined reference to `trace' rip2.c:(.text+0xf40): undefined reference to `RIP' rip2.c:(.text+0xf86): undefined reference to `trace' rip2.c:(.text+0xf8f): undefined reference to `RIP' rip2.c:(.text+0xfb6): undefined reference to `trace' rip2.c:(.text+0xfdb): undefined reference to `trace' rip2.c:(.text+0xfec): undefined reference to `Deref_Prefix' rip2.c:(.text+0x103c): undefined reference to `add_gateway' rip2.c:(.text+0x104b): undefined reference to `find_interface_local' rip2.c:(.text+0x1052): undefined reference to `RIP' rip2.c:(.text+0x108d): undefined reference to `RIP' rip2.c:(.text+0x10aa): undefined reference to `add_gateway' rip2.c:(.text+0x10b6): undefined reference to `find_interface_local' rip2.c:(.text+0x10cd): undefined reference to `RIP' rip2.c:(.text+0x1134): undefined reference to `trace' rip2.c:(.text+0x116d): undefined reference to `RIP' rip2.c:(.text+0x1196): undefined reference to `RIP' rip2.c:(.text+0x11cb): undefined reference to `trace' rip2.c:(.text+0x11e7): undefined reference to `RIP' rip2.c:(.text+0x1207): undefined reference to `RIP' rip2.c:(.text+0x1235): undefined reference to `trace' rip2.c:(.text+0x1257): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_process_update': rip2.c:(.text+0x12ca): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_update_route': rip2.c:(.text+0x12ff): undefined reference to `MRT' rip2.c:(.text+0x1325): undefined reference to `trace' rip2.c:(.text+0x132c): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_start': rip2.c:(.text+0x1359): undefined reference to `RIP' rip2.c:(.text+0x136f): undefined reference to `RIP' rip2.c:(.text+0x1385): undefined reference to `RIP' rip2.c:(.text+0x13af): undefined reference to `select_add_fd_event' rip2.c:(.text+0x13ca): undefined reference to `trace' ../../lib/librip.a(rip2.o): In function `rip2_stop': rip2.c:(.text+0x13e7): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_init': rip2.c:(.text+0x140c): undefined reference to `RIP' rip2.c:(.text+0x1416): undefined reference to `MRT' rip2.c:(.text+0x143c): undefined reference to `trace' rip2.c:(.text+0x1453): undefined reference to `RIP' rip2.c:(.text+0x145b): undefined reference to `trace_copy' rip2.c:(.text+0x1462): undefined reference to `RIP' rip2.c:(.text+0x14a6): undefined reference to `ascii2prefix' rip2.c:(.text+0x14ad): undefined reference to `RIP' rip2.c:(.text+0x14c5): undefined reference to `MRT' rip2.c:(.text+0x14e7): undefined reference to `set_trace' rip2.c:(.text+0x14ee): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_show': rip2.c:(.text+0x150a): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_show_routing_table': rip2.c:(.text+0x1530): undefined reference to `RIP' ../../lib/librip.a(rip2.o): In function `rip2_set': rip2.c:(.text+0x15ec): undefined reference to `RIP' ../../lib/librip.a(ripng.o): In function `ripng_process_packet_response': ripng.c:(.text+0x2d): undefined reference to `ref_nexthop' ripng.c:(.text+0x59): undefined reference to `RIPNG' ripng.c:(.text+0x71): undefined reference to `trace' ripng.c:(.text+0xde): undefined reference to `RIPNG' ripng.c:(.text+0xf6): undefined reference to `trace' ripng.c:(.text+0x143): undefined reference to `RIPNG' ripng.c:(.text+0x17b): undefined reference to `trace' ripng.c:(.text+0x198): undefined reference to `RIPNG' ripng.c:(.text+0x1b4): undefined reference to `trace' ripng.c:(.text+0x1d1): undefined reference to `New_Prefix' ripng.c:(.text+0x1db): undefined reference to `RIPNG' ripng.c:(.text+0x1f8): undefined reference to `ref_nexthop' ripng.c:(.text+0x290): undefined reference to `RIPNG' ripng.c:(.text+0x2c1): undefined reference to `trace' ripng.c:(.text+0x2de): undefined reference to `RIPNG' ripng.c:(.text+0x320): undefined reference to `trace' ripng.c:(.text+0x329): undefined reference to `deref_nexthop' ripng.c:(.text+0x33b): undefined reference to `New_Prefix' ripng.c:(.text+0x34e): undefined reference to `add_nexthop' ripng.c:(.text+0x35a): undefined reference to `Deref_Prefix' ripng.c:(.text+0x37a): undefined reference to `deref_nexthop' ../../lib/librip.a(ripng.o): In function `ripng_process_packet_request': ripng.c:(.text+0x3ef): undefined reference to `MRT' ripng.c:(.text+0x415): undefined reference to `trace' ripng.c:(.text+0x45e): undefined reference to `New_Prefix' ripng.c:(.text+0x4c5): undefined reference to `RIPNG' ripng.c:(.text+0x4dd): undefined reference to `trace' ../../lib/librip.a(ripng.o): In function `ripng_init_listen': ripng.c:(.text+0x50f): undefined reference to `socket_open' ripng.c:(.text+0x525): undefined reference to `socket_reuse' ripng.c:(.text+0x52c): undefined reference to `INTERFACE_MASTER' ripng.c:(.text+0x543): undefined reference to `socket_rcvbuf' ripng.c:(.text+0x54c): undefined reference to `ipv6_multicast_loop' ripng.c:(.text+0x558): undefined reference to `ipv6_pktinfo' ripng.c:(.text+0x564): undefined reference to `ipv6_recvhops' ripng.c:(.text+0x570): undefined reference to `ipv6_multicast_hops' ripng.c:(.text+0x57c): undefined reference to `ipv6_unicast_hops' ripng.c:(.text+0x591): undefined reference to `RIPNG' ripng.c:(.text+0x5c6): undefined reference to `MRT' ripng.c:(.text+0x5ec): undefined reference to `trace' ripng.c:(.text+0x606): undefined reference to `MRT' ripng.c:(.text+0x62c): undefined reference to `trace' ripng.c:(.text+0x65c): undefined reference to `RIPNG' ripng.c:(.text+0x681): undefined reference to `prefix_toa' ripng.c:(.text+0x6a7): undefined reference to `trace' ripng.c:(.text+0x6b8): undefined reference to `mrt_close' ripng.c:(.text+0x6f2): undefined reference to `trace' ../../lib/librip.a(ripng.o): In function `ripng_send_request': ripng.c:(.text+0x731): undefined reference to `MRT' ripng.c:(.text+0x757): undefined reference to `trace' ripng.c:(.text+0x777): undefined reference to `RIPNG' ripng.c:(.text+0x7af): undefined reference to `send_packet' ripng.c:(.text+0x7c0): undefined reference to `RIPNG' ripng.c:(.text+0x7dc): undefined reference to `trace' ../../lib/librip.a(ripng.o): In function `ripng_interface': ripng.c:(.text+0x839): undefined reference to `RIPNG' ripng.c:(.text+0x850): undefined reference to `join_leave_group' ripng.c:(.text+0x884): undefined reference to `RIPNG' ripng.c:(.text+0x8bc): undefined reference to `send_packet' ripng.c:(.text+0x8cb): undefined reference to `RIPNG' ripng.c:(.text+0x8e7): undefined reference to `trace' ripng.c:(.text+0x8f0): undefined reference to `RIPNG' ripng.c:(.text+0x909): undefined reference to `trace' ../../lib/librip.a(ripng.o): In function `ripng_send_update': ripng.c:(.text+0x96a): undefined reference to `MRT' ripng.c:(.text+0x990): undefined reference to `trace' ripng.c:(.text+0x9b1): undefined reference to `MRT' ripng.c:(.text+0x9d7): undefined reference to `trace' ripng.c:(.text+0xa0b): undefined reference to `RIPNG' ripng.c:(.text+0xa2c): undefined reference to `trace' ripng.c:(.text+0xa3d): undefined reference to `trace' ripng.c:(.text+0xd1a): undefined reference to `RIPNG' ripng.c:(.text+0xd32): undefined reference to `RIPNG' ripng.c:(.text+0xd50): undefined reference to `send_packet' ../../lib/librip.a(ripng.o): In function `ripng_receive_update': ripng.c:(.text+0xe25): undefined reference to `RIPNG' ripng.c:(.text+0xe33): undefined reference to `INTERFACE_MASTER' ripng.c:(.text+0xe59): undefined reference to `INTERFACE_MASTER' ripng.c:(.text+0xe8f): undefined reference to `recvmsgfrom' ripng.c:(.text+0xe9d): undefined reference to `select_enable_fd' ripng.c:(.text+0xeb7): undefined reference to `MRT' ripng.c:(.text+0xedd): undefined reference to `trace' ripng.c:(.text+0xefb): undefined reference to `RIPNG' ripng.c:(.text+0xf3e): undefined reference to `trace' ripng.c:(.text+0xf64): undefined reference to `trace' ripng.c:(.text+0xf6b): undefined reference to `RIPNG' ripng.c:(.text+0xf87): undefined reference to `MRT' ripng.c:(.text+0xfb0): undefined reference to `trace' ripng.c:(.text+0xfbb): undefined reference to `RIPNG' ripng.c:(.text+0xfeb): undefined reference to `apply_access_list' ripng.c:(.text+0x1006): undefined reference to `RIPNG' ripng.c:(.text+0x102a): undefined reference to `trace' ripng.c:(.text+0x1039): undefined reference to `RIPNG' ripng.c:(.text+0x105c): undefined reference to `trace' ripng.c:(.text+0x106e): undefined reference to `RIPNG' ripng.c:(.text+0x108f): undefined reference to `trace' ripng.c:(.text+0x10b1): undefined reference to `trace' ripng.c:(.text+0x10de): undefined reference to `add_gateway' ripng.c:(.text+0x10ea): undefined reference to `find_interface_local' ripng.c:(.text+0x10fa): undefined reference to `RIPNG' ripng.c:(.text+0x111b): undefined reference to `trace' ripng.c:(.text+0x1124): undefined reference to `RIPNG' ripng.c:(.text+0x1144): undefined reference to `trace' ripng.c:(.text+0x1156): undefined reference to `Deref_Prefix' ripng.c:(.text+0x1181): undefined reference to `RIPNG' ripng.c:(.text+0x1198): undefined reference to `add_gateway' ripng.c:(.text+0x11a1): undefined reference to `find_interface_local' ripng.c:(.text+0x11b1): undefined reference to `RIPNG' ripng.c:(.text+0x11cf): undefined reference to `MRT' ripng.c:(.text+0x11f5): undefined reference to `trace' ripng.c:(.text+0x1213): undefined reference to `RIPNG' ripng.c:(.text+0x1245): undefined reference to `trace' ripng.c:(.text+0x1262): undefined reference to `RIPNG' ripng.c:(.text+0x127c): undefined reference to `RIPNG' ripng.c:(.text+0x12a1): undefined reference to `trace' ripng.c:(.text+0x12aa): undefined reference to `RIPNG' ripng.c:(.text+0x12cb): undefined reference to `trace' ripng.c:(.text+0x12d9): undefined reference to `Deref_Prefix' ripng.c:(.text+0x1300): undefined reference to `MRT' ripng.c:(.text+0x1326): undefined reference to `trace' ripng.c:(.text+0x1343): undefined reference to `MRT' ripng.c:(.text+0x1369): undefined reference to `trace' ripng.c:(.text+0x137d): undefined reference to `RIPNG' ripng.c:(.text+0x13a7): undefined reference to `MRT' ripng.c:(.text+0x13cd): undefined reference to `trace' ripng.c:(.text+0x13e6): undefined reference to `MRT' ripng.c:(.text+0x140c): undefined reference to `trace' ripng.c:(.text+0x1424): undefined reference to `RIPNG' ripng.c:(.text+0x1441): undefined reference to `trace' ripng.c:(.text+0x1448): undefined reference to `RIPNG' ripng.c:(.text+0x14a3): undefined reference to `trace' ripng.c:(.text+0x14ae): undefined reference to `RIPNG' ripng.c:(.text+0x14e3): undefined reference to `trace' ripng.c:(.text+0x1509): undefined reference to `trace' ripng.c:(.text+0x1547): undefined reference to `trace' ripng.c:(.text+0x1581): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_process_update': ripng.c:(.text+0x15ba): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_update_route': ripng.c:(.text+0x15ef): undefined reference to `MRT' ripng.c:(.text+0x1615): undefined reference to `trace' ripng.c:(.text+0x161c): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_start': ripng.c:(.text+0x1649): undefined reference to `RIPNG' ripng.c:(.text+0x165f): undefined reference to `RIPNG' ripng.c:(.text+0x1675): undefined reference to `RIPNG' ripng.c:(.text+0x169f): undefined reference to `select_add_fd_event' ripng.c:(.text+0x16ba): undefined reference to `trace' ../../lib/librip.a(ripng.o): In function `ripng_stop': ripng.c:(.text+0x16d7): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_init': ripng.c:(.text+0x16fc): undefined reference to `RIPNG' ripng.c:(.text+0x1706): undefined reference to `MRT' ripng.c:(.text+0x172c): undefined reference to `trace' ripng.c:(.text+0x1743): undefined reference to `RIPNG' ripng.c:(.text+0x174b): undefined reference to `trace_copy' ripng.c:(.text+0x1752): undefined reference to `RIPNG' ripng.c:(.text+0x1796): undefined reference to `ascii2prefix' ripng.c:(.text+0x179d): undefined reference to `RIPNG' ripng.c:(.text+0x17b5): undefined reference to `MRT' ripng.c:(.text+0x17d7): undefined reference to `set_trace' ripng.c:(.text+0x17de): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_show': ripng.c:(.text+0x17fa): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_show_routing_table': ripng.c:(.text+0x1820): undefined reference to `RIPNG' ../../lib/librip.a(ripng.o): In function `ripng_set': ripng.c:(.text+0x18dc): undefined reference to `RIP' ../../lib/libpim.a(pim.o): In function `pim_receive': pim.c:(.text+0x57): undefined reference to `MRT' pim.c:(.text+0x7d): undefined reference to `trace' pim.c:(.text+0xb7): undefined reference to `recvmsgfrom' pim.c:(.text+0xcb): undefined reference to `select_enable_fd_mask' pim.c:(.text+0xe5): undefined reference to `MRT' pim.c:(.text+0x10b): undefined reference to `trace' pim.c:(.text+0x11e): undefined reference to `MRT' pim.c:(.text+0x144): undefined reference to `trace' pim.c:(.text+0x185): undefined reference to `MRT' pim.c:(.text+0x1ab): undefined reference to `trace' pim.c:(.text+0x1cf): undefined reference to `find_interface_local' pim.c:(.text+0x1fe): undefined reference to `trace' pim.c:(.text+0x250): undefined reference to `trace' pim.c:(.text+0x28c): undefined reference to `trace' pim.c:(.text+0x2bf): undefined reference to `trace' pim.c:(.text+0x2e7): undefined reference to `trace' ../../lib/libpim.a(pim.o):pim.c:(.text+0x324): more undefined references to `trace' follow ../../lib/libpim.a(pim.o): In function `pim_receive': pim.c:(.text+0x339): undefined reference to `add_gateway' pim.c:(.text+0x41d): undefined reference to `trace' pim.c:(.text+0x42e): undefined reference to `Deref_Prefix' pim.c:(.text+0x4ba): undefined reference to `trace' pim.c:(.text+0x55b): undefined reference to `trace' pim.c:(.text+0x57e): undefined reference to `trace' pim.c:(.text+0x59d): undefined reference to `trace' pim.c:(.text+0x5dd): undefined reference to `MRT' pim.c:(.text+0x603): undefined reference to `trace' pim.c:(.text+0x6e1): undefined reference to `New_Prefix2' pim.c:(.text+0x6f6): undefined reference to `prefix_is_unspecified' pim.c:(.text+0x7df): undefined reference to `trace' pim.c:(.text+0x846): undefined reference to `trace' pim.c:(.text+0x8c7): undefined reference to `trace' pim.c:(.text+0x97b): undefined reference to `New_Prefix2' pim.c:(.text+0xaab): undefined reference to `New_Prefix2' pim.c:(.text+0xe82): undefined reference to `trace' pim.c:(.text+0xf0b): undefined reference to `trace' pim.c:(.text+0xf5a): undefined reference to `trace' pim.c:(.text+0x10b1): undefined reference to `trace' pim.c:(.text+0x1221): undefined reference to `trace' ../../lib/libpim.a(pim.o):pim.c:(.text+0x12b2): more undefined references to `trace' follow ../../lib/libpim.a(pim.o): In function `pim_receive': pim.c:(.text+0x131a): undefined reference to `MRT' pim.c:(.text+0x1340): undefined reference to `trace' pim.c:(.text+0x1424): undefined reference to `trace' pim.c:(.text+0x14f0): undefined reference to `trace' pim.c:(.text+0x1634): undefined reference to `New_Prefix2' pim.c:(.text+0x17bd): undefined reference to `trace' pim.c:(.text+0x181a): undefined reference to `trace' pim.c:(.text+0x18ad): undefined reference to `trace' pim.c:(.text+0x1a12): undefined reference to `trace' pim.c:(.text+0x1a98): undefined reference to `MRT' pim.c:(.text+0x1abe): undefined reference to `trace' pim.c:(.text+0x1b8a): undefined reference to `trace' pim.c:(.text+0x1c95): undefined reference to `trace' pim.c:(.text+0x1f5f): undefined reference to `trace' pim.c:(.text+0x1fb9): undefined reference to `trace' ../../lib/libpim.a(pim.o): In function `pim_send': pim.c:(.text+0x209e): undefined reference to `MRT' pim.c:(.text+0x20c4): undefined reference to `trace' pim.c:(.text+0x20e5): undefined reference to `MRT' pim.c:(.text+0x210b): undefined reference to `trace' pim.c:(.text+0x2152): undefined reference to `MRT' pim.c:(.text+0x2178): undefined reference to `trace' pim.c:(.text+0x2189): undefined reference to `MRT' pim.c:(.text+0x21af): undefined reference to `trace' pim.c:(.text+0x21c9): undefined reference to `MRT' pim.c:(.text+0x21ef): undefined reference to `trace' pim.c:(.text+0x2210): undefined reference to `inet6_cksum' pim.c:(.text+0x2220): undefined reference to `inet_cksum' pim.c:(.text+0x2266): undefined reference to `send_packet' pim.c:(.text+0x22b1): undefined reference to `trace' ../../lib/libpim.a(pim.o): In function `pim_init': pim.c:(.text+0x2324): undefined reference to `IGMPv6' pim.c:(.text+0x233c): undefined reference to `MRT' pim.c:(.text+0x2365): undefined reference to `trace' pim.c:(.text+0x236e): undefined reference to `trace_copy' pim.c:(.text+0x2389): undefined reference to `ascii2prefix' pim.c:(.text+0x23a5): undefined reference to `set_trace' ../../lib/libpim.a(pim.o): In function `pim_timeout_prune': pim.c:(.text+0x2650): undefined reference to `MRT' pim.c:(.text+0x2676): undefined reference to `trace' pim.c:(.text+0x26a6): undefined reference to `MRT' pim.c:(.text+0x26cc): undefined reference to `trace' pim.c:(.text+0x271d): undefined reference to `trace' pim.c:(.text+0x2772): undefined reference to `MRT' pim.c:(.text+0x2798): undefined reference to `trace' pim.c:(.text+0x28ad): undefined reference to `trace' ../../lib/libpim.a(pim.o): In function `pim_activate_interface': pim.c:(.text+0x37f0): undefined reference to `igmp_interface' pim.c:(.text+0x3841): undefined reference to `socket_open' pim.c:(.text+0x3859): undefined reference to `socket_reuse' pim.c:(.text+0x3866): undefined reference to `socket_rcvbuf' pim.c:(.text+0x3870): undefined reference to `ipv6_multicast_loop' pim.c:(.text+0x387d): undefined reference to `ipv6_pktinfo' pim.c:(.text+0x388a): undefined reference to `ipv6_recvhops' pim.c:(.text+0x3897): undefined reference to `ipv6_multicast_hops' pim.c:(.text+0x38c7): undefined reference to `MRT' pim.c:(.text+0x38f9): undefined reference to `trace' pim.c:(.text+0x3911): undefined reference to `MRT' pim.c:(.text+0x3937): undefined reference to `trace' pim.c:(.text+0x3961): undefined reference to `trace' pim.c:(.text+0x3a1b): undefined reference to `select_add_fd_event' pim.c:(.text+0x3a56): undefined reference to `trace' pim.c:(.text+0x3b62): undefined reference to `join_leave_group' pim.c:(.text+0x3c20): undefined reference to `igmp_interface' pim.c:(.text+0x3c9c): undefined reference to `MRT' pim.c:(.text+0x3cc2): undefined reference to `trace' pim.c:(.text+0x3e65): undefined reference to `trace' pim.c:(.text+0x3e71): undefined reference to `select_delete_fd' pim.c:(.text+0x3e8b): undefined reference to `mrt_close' pim.c:(.text+0x3ed9): undefined reference to `igmp_interface' ../../lib/libpim.a(pim.o): In function `pim_delete_neighbor': pim.c:(.text+0x3fc6): undefined reference to `Deref_Prefix' ../../lib/libpim.a(pim.o): In function `pim_show_neighbors': pim.c:(.text+0x409d): undefined reference to `MRT' pim.c:(.text+0x40c3): undefined reference to `trace' pim.c:(.text+0x40ff): undefined reference to `uii_add_bulk_output' pim.c:(.text+0x4228): undefined reference to `uii_add_bulk_output' ../../lib/libpim.a(pim.o): In function `pim_lookup_neighbor': pim.c:(.text+0x4330): undefined reference to `MRT' pim.c:(.text+0x4356): undefined reference to `trace' pim.c:(.text+0x436e): undefined reference to `MRT' pim.c:(.text+0x4394): undefined reference to `trace' pim.c:(.text+0x43e4): undefined reference to `prefix_compare_wolen' ../../lib/libpim.a(pim.o): In function `pim_register_neighbor': pim.c:(.text+0x4472): undefined reference to `MRT' pim.c:(.text+0x4498): undefined reference to `trace' pim.c:(.text+0x4549): undefined reference to `trace' pim.c:(.text+0x4555): undefined reference to `MRT' pim.c:(.text+0x457b): undefined reference to `trace' pim.c:(.text+0x458b): undefined reference to `MRT' pim.c:(.text+0x45b1): undefined reference to `trace' pim.c:(.text+0x45c1): undefined reference to `MRT' pim.c:(.text+0x45e7): undefined reference to `trace' pim.c:(.text+0x4626): undefined reference to `Ref_Prefix' pim.c:(.text+0x4654): undefined reference to `find_interface_local' ../../lib/libpim.a(pim.o): In function `pim_timeout_neighbor': pim.c:(.text+0x478a): undefined reference to `trace' pim.c:(.text+0x47b9): undefined reference to `MRT' pim.c:(.text+0x47df): undefined reference to `trace' ../../lib/libpim.a(pim.o): In function `pim_send_graft': pim.c:(.text+0x48f6): undefined reference to `trace' ../../lib/libpim.a(pim.o): In function `pim_find_parent': pim.c:(.text+0x4b22): undefined reference to `find_interface_local' pim.c:(.text+0x4b51): undefined reference to `trace' pim.c:(.text+0x4b5d): undefined reference to `MRT' pim.c:(.text+0x4b86): undefined reference to `MRT' pim.c:(.text+0x4bc8): undefined reference to `prefix_is_unspecified' pim.c:(.text+0x4c16): undefined reference to `trace' pim.c:(.text+0x4c63): undefined reference to `trace' pim.c:(.text+0x4cb0): undefined reference to `trace' pim.c:(.text+0x4cdc): undefined reference to `trace' ../../lib/libpim.a(pim.o): In function `pim_update_call_fn': pim.c:(.text+0x4d2c): undefined reference to `MRT' pim.c:(.text+0x4d52): undefined reference to `trace' pim.c:(.text+0x4d62): undefined reference to `MRT' pim.c:(.text+0x4d88): undefined reference to `trace' pim.c:(.text+0x4db1): undefined reference to `MRT' pim.c:(.text+0x4dd7): undefined reference to `trace' pim.c:(.text+0x4e64): undefined reference to `MRT' pim.c:(.text+0x4e8d): undefined reference to `trace' pim.c:(.text+0x4ecd): undefined reference to `MRT' pim.c:(.text+0x4ef3): undefined reference to `trace' pim.c:(.text+0x4f0a): undefined reference to `ifor' pim.c:(.text+0x4f7f): undefined reference to `igmp_test_membership' pim.c:(.text+0x5033): undefined reference to `trace' pim.c:(.text+0x50e1): undefined reference to `igmp_test_membership' ../../lib/libpim.a(cache.o): In function `cache_lookup': cache.c:(.text+0x48): undefined reference to `MRT' cache.c:(.text+0x6e): undefined reference to `trace' cache.c:(.text+0xd4): undefined reference to `MRT' cache.c:(.text+0xfa): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_update_mfc': cache.c:(.text+0x116): undefined reference to `MRT' cache.c:(.text+0x13c): undefined reference to `trace' cache.c:(.text+0x152): undefined reference to `ifor' cache.c:(.text+0x18e): undefined reference to `mc6_add_mfc' cache.c:(.text+0x1e7): undefined reference to `trace' cache.c:(.text+0x1f7): undefined reference to `MRT' cache.c:(.text+0x21d): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_update_to_leaf': cache.c:(.text+0x2a6): undefined reference to `MRT' cache.c:(.text+0x2cc): undefined reference to `trace' cache.c:(.text+0x2e7): undefined reference to `MRT' cache.c:(.text+0x30d): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_update_to_router': cache.c:(.text+0x3d6): undefined reference to `MRT' cache.c:(.text+0x3fc): undefined reference to `trace' cache.c:(.text+0x417): undefined reference to `MRT' cache.c:(.text+0x43d): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_update_to_down': cache.c:(.text+0x516): undefined reference to `MRT' cache.c:(.text+0x53c): undefined reference to `trace' cache.c:(.text+0x557): undefined reference to `MRT' cache.c:(.text+0x57d): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_update_parent_up': cache.c:(.text+0x64c): undefined reference to `MRT' cache.c:(.text+0x672): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_update_parent_down': cache.c:(.text+0x70c): undefined reference to `MRT' cache.c:(.text+0x732): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_control_from_kernel': cache.c:(.text+0x79c): undefined reference to `MRT' cache.c:(.text+0x7c2): undefined reference to `trace' cache.c:(.text+0x852): undefined reference to `prefix_compare2' cache.c:(.text+0x892): undefined reference to `trace' cache.c:(.text+0x8a2): undefined reference to `MRT' cache.c:(.text+0x8c8): undefined reference to `trace' cache.c:(.text+0x8ec): undefined reference to `ifor' cache.c:(.text+0x92e): undefined reference to `ifor' cache.c:(.text+0x9ef): undefined reference to `trace' cache.c:(.text+0x9ff): undefined reference to `MRT' cache.c:(.text+0xa25): undefined reference to `trace' cache.c:(.text+0xabe): undefined reference to `trace' cache.c:(.text+0xad4): undefined reference to `mc6_del_mfc' cache.c:(.text+0xaf4): undefined reference to `Ref_Prefix' cache.c:(.text+0xaff): undefined reference to `Ref_Prefix' cache.c:(.text+0xb73): undefined reference to `trace' cache.c:(.text+0xbfc): undefined reference to `trace' cache.c:(.text+0xc3d): undefined reference to `trace' cache.c:(.text+0xc49): undefined reference to `Deref_Prefix' cache.c:(.text+0xc51): undefined reference to `Deref_Prefix' ../../lib/libpim.a(cache.o): In function `cache_init': cache.c:(.text+0xca4): undefined reference to `IGMPv6' cache.c:(.text+0xcbe): undefined reference to `MRT' cache.c:(.text+0xce7): undefined reference to `trace' cache.c:(.text+0xcef): undefined reference to `trace_copy' cache.c:(.text+0xd29): undefined reference to `ip_pair_hash_fn' cache.c:(.text+0xd30): undefined reference to `ip_pair_lookup_fn' cache.c:(.text+0xd49): undefined reference to `New_Schedule' cache.c:(.text+0xda1): undefined reference to `mrt_thread_create2' cache.c:(.text+0xdac): undefined reference to `mc6_kernel_read_rt_table' cache.c:(.text+0xdd5): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `cache_del_entry': cache.c:(.text+0xded): undefined reference to `Deref_Prefix' cache.c:(.text+0xdf6): undefined reference to `Deref_Prefix' ../../lib/libpim.a(cache.o): In function `cache_timer_expire': cache.c:(.text+0xe5a): undefined reference to `MRT' cache.c:(.text+0xe80): undefined reference to `trace' cache.c:(.text+0xe95): undefined reference to `trace' cache.c:(.text+0xf00): undefined reference to `mc6_req_mfc' cache.c:(.text+0xf52): undefined reference to `mc6_del_mfc' cache.c:(.text+0xf9d): undefined reference to `trace' cache.c:(.text+0xfcd): undefined reference to `MRT' cache.c:(.text+0xff3): undefined reference to `trace' cache.c:(.text+0x103f): undefined reference to `trace' ../../lib/libpim.a(cache.o): In function `show_cache_entries': cache.c:(.text+0x10c8): undefined reference to `find_interface_byname' cache.c:(.text+0x10e6): undefined reference to `uii_add_bulk_output' cache.c:(.text+0x1250): undefined reference to `ifor' cache.c:(.text+0x12d2): undefined reference to `find_interface_byindex' cache.c:(.text+0x12e1): undefined reference to `MRT' cache.c:(.text+0x1307): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `New_Generic_Attr': rib.c:(.text+0x47): undefined reference to `mrt_pthread_mutex_init' ../../lib/librib.a(rib.o): In function `Ref_Generic_Attr': rib.c:(.text+0x81): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x95): undefined reference to `MRT' rib.c:(.text+0xbb): undefined reference to `trace' rib.c:(.text+0xcd): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `Deref_Generic_Attr': rib.c:(.text+0x101): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x118): undefined reference to `deref_nexthop' rib.c:(.text+0x121): undefined reference to `deref_nexthop' rib.c:(.text+0x133): undefined reference to `mrt_pthread_mutex_destroy' rib.c:(.text+0x163): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `New_Rib': rib.c:(.text+0x1ad): undefined reference to `mrt_pthread_mutex_init' rib.c:(.text+0x1b8): undefined reference to `MRT' rib.c:(.text+0x1e4): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_update_route': rib.c:(.text+0x24c): undefined reference to `MRT' rib.c:(.text+0x272): undefined reference to `trace' rib.c:(.text+0x28a): undefined reference to `MRT' rib.c:(.text+0x2b0): undefined reference to `trace' rib.c:(.text+0x2ba): undefined reference to `family2afi' rib.c:(.text+0x2c8): undefined reference to `MRT' rib.c:(.text+0x2ee): undefined reference to `trace' rib.c:(.text+0x304): undefined reference to `RIBS' rib.c:(.text+0x32f): undefined reference to `MRT' rib.c:(.text+0x355): undefined reference to `trace' rib.c:(.text+0x388): undefined reference to `ref_nexthop' rib.c:(.text+0x3ae): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x3c7): undefined reference to `trace' rib.c:(.text+0x3d9): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x3e5): undefined reference to `MRT' rib.c:(.text+0x40b): undefined reference to `trace' rib.c:(.text+0x42b): undefined reference to `add_nexthop' rib.c:(.text+0x441): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x45a): undefined reference to `trace' rib.c:(.text+0x46c): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x4a1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_best_route': rib.c:(.text+0x4c7): undefined reference to `MRT' rib.c:(.text+0x4ed): undefined reference to `trace' rib.c:(.text+0x502): undefined reference to `family2afi' rib.c:(.text+0x510): undefined reference to `MRT' rib.c:(.text+0x536): undefined reference to `trace' rib.c:(.text+0x54c): undefined reference to `RIBS' rib.c:(.text+0x567): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x580): undefined reference to `trace' rib.c:(.text+0x592): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x5b3): undefined reference to `MRT' rib.c:(.text+0x5d9): undefined reference to `trace' rib.c:(.text+0x606): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x646): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_open': rib.c:(.text+0x674): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x68d): undefined reference to `trace' rib.c:(.text+0x6a5): undefined reference to `mrt_pthread_mutex_lock' ../../lib/librib.a(rib.o): In function `rib_add_route': rib.c:(.text+0x6fa): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x705): undefined reference to `MRT' rib.c:(.text+0x72b): undefined reference to `trace' rib.c:(.text+0x73d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x748): undefined reference to `MRT' rib.c:(.text+0x76e): undefined reference to `trace' rib.c:(.text+0x778): undefined reference to `family2afi' rib.c:(.text+0x786): undefined reference to `MRT' rib.c:(.text+0x7ac): undefined reference to `trace' rib.c:(.text+0x7d2): undefined reference to `MRT' rib.c:(.text+0x7f8): undefined reference to `trace' rib.c:(.text+0x808): undefined reference to `MRT' rib.c:(.text+0x82e): undefined reference to `trace' rib.c:(.text+0x83e): undefined reference to `MRT' rib.c:(.text+0x864): undefined reference to `trace' rib.c:(.text+0x884): undefined reference to `Ref_Prefix' rib.c:(.text+0x8e9): undefined reference to `MRT' rib.c:(.text+0x90f): undefined reference to `trace' rib.c:(.text+0x933): undefined reference to `prefix_toax' rib.c:(.text+0x94a): undefined reference to `trace' rib.c:(.text+0xa51): undefined reference to `New_Buffer' rib.c:(.text+0xa84): undefined reference to `trace' rib.c:(.text+0xa8c): undefined reference to `Delete_Buffer' rib.c:(.text+0xb1c): undefined reference to `New_Buffer' rib.c:(.text+0xb51): undefined reference to `trace' rib.c:(.text+0xb59): undefined reference to `Delete_Buffer' rib.c:(.text+0xb70): undefined reference to `New_Buffer' rib.c:(.text+0xbae): undefined reference to `trace' rib.c:(.text+0xbb7): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `rib_del_route': rib.c:(.text+0xc9f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xcaa): undefined reference to `MRT' rib.c:(.text+0xcd0): undefined reference to `trace' rib.c:(.text+0xce2): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xced): undefined reference to `MRT' rib.c:(.text+0xd13): undefined reference to `trace' rib.c:(.text+0xd3e): undefined reference to `MRT' rib.c:(.text+0xd64): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_close': rib.c:(.text+0xe20): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `route_toa_buffer': rib.c:(.text+0xe55): undefined reference to `New_Buffer' rib.c:(.text+0xe76): undefined reference to `buffer_printf' rib.c:(.text+0xe8a): undefined reference to `buffer_printf' rib.c:(.text+0xea7): undefined reference to `prefix_equal' rib.c:(.text+0xec1): undefined reference to `buffer_printf' rib.c:(.text+0xec9): undefined reference to `proto2string' rib.c:(.text+0xee1): undefined reference to `buffer_printf' rib.c:(.text+0xf06): undefined reference to `buffer_printf' ../../lib/librib.a(rib.o): In function `New_Route_Node': rib.c:(.text+0xf68): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0xf80): undefined reference to `MRT' rib.c:(.text+0xfa6): undefined reference to `trace' rib.c:(.text+0xfb8): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_call_fn': rib.c:(.text+0x1068): undefined reference to `MRT' rib.c:(.text+0x108e): undefined reference to `trace' rib.c:(.text+0x10b1): undefined reference to `nexthop_available' rib.c:(.text+0x10dd): undefined reference to `nexthop_available' rib.c:(.text+0x112a): undefined reference to `MRT' rib.c:(.text+0x1153): undefined reference to `trace' rib.c:(.text+0x119e): undefined reference to `MRT' rib.c:(.text+0x11c4): undefined reference to `trace' rib.c:(.text+0x11fd): undefined reference to `MRT' rib.c:(.text+0x124e): undefined reference to `MRT' rib.c:(.text+0x1274): undefined reference to `trace' rib.c:(.text+0x12ad): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_replace_active': rib.c:(.text+0x1340): undefined reference to `nexthop_available' rib.c:(.text+0x1366): undefined reference to `New_Buffer' rib.c:(.text+0x139a): undefined reference to `trace' rib.c:(.text+0x13a2): undefined reference to `Delete_Buffer' rib.c:(.text+0x1406): undefined reference to `MRT' rib.c:(.text+0x148d): undefined reference to `MRT' rib.c:(.text+0x14ec): undefined reference to `trace' rib.c:(.text+0x1501): undefined reference to `Deref_Prefix' rib.c:(.text+0x156a): undefined reference to `MRT' rib.c:(.text+0x15ef): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_delete_route_node': rib.c:(.text+0x168c): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1697): undefined reference to `MRT' rib.c:(.text+0x16bd): undefined reference to `trace' rib.c:(.text+0x16e7): undefined reference to `New_Buffer' rib.c:(.text+0x171a): undefined reference to `trace' rib.c:(.text+0x1722): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `init_rib': rib.c:(.text+0x178c): undefined reference to `RIB' rib.c:(.text+0x1796): undefined reference to `MRT' rib.c:(.text+0x17bc): undefined reference to `trace' rib.c:(.text+0x17cd): undefined reference to `RIB' rib.c:(.text+0x17e3): undefined reference to `trace_copy' rib.c:(.text+0x17ed): undefined reference to `RIB' rib.c:(.text+0x1804): undefined reference to `set_trace' rib.c:(.text+0x180b): undefined reference to `RIB' rib.c:(.text+0x1812): undefined reference to `RIBS' rib.c:(.text+0x1819): undefined reference to `RIBv6' rib.c:(.text+0x1823): undefined reference to `MRT' rib.c:(.text+0x1849): undefined reference to `trace' rib.c:(.text+0x185a): undefined reference to `RIBv6' rib.c:(.text+0x1870): undefined reference to `trace_copy' rib.c:(.text+0x187a): undefined reference to `RIBv6' rib.c:(.text+0x1891): undefined reference to `set_trace' rib.c:(.text+0x1898): undefined reference to `RIBv6' rib.c:(.text+0x189f): undefined reference to `RIBS' rib.c:(.text+0x18a6): undefined reference to `RIBv6m' rib.c:(.text+0x18b0): undefined reference to `MRT' rib.c:(.text+0x18d6): undefined reference to `trace' rib.c:(.text+0x18e7): undefined reference to `RIBv6m' rib.c:(.text+0x18fd): undefined reference to `trace_copy' rib.c:(.text+0x1907): undefined reference to `RIBv6m' rib.c:(.text+0x191e): undefined reference to `set_trace' rib.c:(.text+0x1925): undefined reference to `RIBv6m' rib.c:(.text+0x192c): undefined reference to `RIBS' rib.c:(.text+0x1933): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_flush_route': rib.c:(.text+0x19c6): undefined reference to `MRT' rib.c:(.text+0x19ec): undefined reference to `trace' rib.c:(.text+0x1a05): undefined reference to `MRT' rib.c:(.text+0x1a2b): undefined reference to `trace' rib.c:(.text+0x1a45): undefined reference to `RIBS' rib.c:(.text+0x1a60): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1a79): undefined reference to `trace' rib.c:(.text+0x1a8b): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1a9d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1aa8): undefined reference to `MRT' rib.c:(.text+0x1ace): undefined reference to `trace' rib.c:(.text+0x1d17): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_request': rib.c:(.text+0x1d50): undefined reference to `MRT' rib.c:(.text+0x1d76): undefined reference to `trace' rib.c:(.text+0x1d8f): undefined reference to `MRT' rib.c:(.text+0x1db5): undefined reference to `trace' rib.c:(.text+0x1dcf): undefined reference to `RIBS' rib.c:(.text+0x1dee): undefined reference to `MRT' rib.c:(.text+0x1e14): undefined reference to `trace' rib.c:(.text+0x1e26): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1e3f): undefined reference to `trace' rib.c:(.text+0x1e51): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1f17): undefined reference to `MRT' rib.c:(.text+0x1f3d): undefined reference to `trace' rib.c:(.text+0x1fb0): undefined reference to `nexthop_available' rib.c:(.text+0x1fc7): undefined reference to `MRT' rib.c:(.text+0x20ca): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x20e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_network': rib.c:(.text+0x212c): undefined reference to `MRT' rib.c:(.text+0x2152): undefined reference to `trace' rib.c:(.text+0x216a): undefined reference to `MRT' rib.c:(.text+0x2190): undefined reference to `trace' rib.c:(.text+0x219a): undefined reference to `family2afi' rib.c:(.text+0x21af): undefined reference to `RIBS' rib.c:(.text+0x21c9): undefined reference to `MRT' rib.c:(.text+0x21ef): undefined reference to `trace' rib.c:(.text+0x2205): undefined reference to `RIBv6' rib.c:(.text+0x2217): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2230): undefined reference to `trace' rib.c:(.text+0x2242): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x22c8): undefined reference to `prefix_equal' rib.c:(.text+0x2387): undefined reference to `prefix_equal' rib.c:(.text+0x23f3): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x2407): undefined reference to `Deref_Prefix' rib.c:(.text+0x2438): undefined reference to `Ref_Prefix' rib.c:(.text+0x24b9): undefined reference to `MRT' rib.c:(.text+0x24df): undefined reference to `trace' rib.c:(.text+0x24ec): undefined reference to `a_include_b' rib.c:(.text+0x2550): undefined reference to `nexthop_available' rib.c:(.text+0x257d): undefined reference to `MRT' rib.c:(.text+0x267d): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_upstream': rib.c:(.text+0x2707): undefined reference to `MRT' rib.c:(.text+0x272d): undefined reference to `trace' rib.c:(.text+0x2742): undefined reference to `family2afi' rib.c:(.text+0x2750): undefined reference to `MRT' rib.c:(.text+0x2776): undefined reference to `trace' rib.c:(.text+0x278c): undefined reference to `RIBS' rib.c:(.text+0x27a7): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x27c0): undefined reference to `trace' rib.c:(.text+0x27d2): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x27f3): undefined reference to `MRT' rib.c:(.text+0x2819): undefined reference to `trace' rib.c:(.text+0x2844): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_nexthop': rib.c:(.text+0x2881): undefined reference to `MRT' rib.c:(.text+0x28a7): undefined reference to `trace' rib.c:(.text+0x28b4): undefined reference to `MRT' rib.c:(.text+0x28da): undefined reference to `trace' rib.c:(.text+0x28f0): undefined reference to `RIBS' rib.c:(.text+0x291f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2938): undefined reference to `trace' rib.c:(.text+0x294a): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x29ec): undefined reference to `trace' rib.c:(.text+0x2a19): undefined reference to `MRT' rib.c:(.text+0x2a3f): undefined reference to `trace' rib.c:(.text+0x2a86): undefined reference to `add_nexthop' rib.c:(.text+0x2a9a): undefined reference to `MRT' rib.c:(.text+0x2ac0): undefined reference to `trace' rib.c:(.text+0x2ada): undefined reference to `MRT' rib.c:(.text+0x2b00): undefined reference to `trace' rib.c:(.text+0x2b1a): undefined reference to `ref_nexthop' rib.c:(.text+0x2b39): undefined reference to `prefix_toa' rib.c:(.text+0x2b54): undefined reference to `deref_nexthop' rib.c:(.text+0x2b7a): undefined reference to `prefix_toa' rib.c:(.text+0x2bc9): undefined reference to `trace' rib.c:(.text+0x2bd5): undefined reference to `deref_nexthop' rib.c:(.text+0x2d0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_time': rib.c:(.text+0x2d44): undefined reference to `MRT' rib.c:(.text+0x2d6a): undefined reference to `trace' rib.c:(.text+0x2d77): undefined reference to `MRT' rib.c:(.text+0x2d9d): undefined reference to `trace' rib.c:(.text+0x2db3): undefined reference to `RIBS' ../../lib/librib.a(rib.o): In function `rib_compare_routes': rib.c:(.text+0x2de6): undefined reference to `nexthop_available' rib.c:(.text+0x2df7): undefined reference to `nexthop_available' rib.c:(.text+0x2e08): undefined reference to `nexthop_available' rib.c:(.text+0x2e30): undefined reference to `nexthop_available' ../../lib/librib.a(rib.o): In function `check_networks': rib.c:(.text+0x2eb9): undefined reference to `MRT' rib.c:(.text+0x2edf): undefined reference to `trace' rib.c:(.text+0x2f1f): undefined reference to `a_include_b' ../../lib/librib.a(rib_uii.o): In function `show_rib_status': rib_uii.c:(.text+0xb): undefined reference to `num_active_prefixes' rib_uii.c:(.text+0x17): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2c): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x41): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x56): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x62): undefined reference to `MRT' rib_uii.c:(.text+0x76): undefined reference to `MRT' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_head': rib_uii.c:(.text+0xec): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_line': rib_uii.c:(.text+0x145): undefined reference to `prefix_toa2x' rib_uii.c:(.text+0x16d): undefined reference to `proto2string' rib_uii.c:(.text+0x1d8): undefined reference to `prefix_toa' rib_uii.c:(.text+0x241): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `show_rib_routes': rib_uii.c:(.text+0x2bb): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2ca): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x313): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x3cd): undefined reference to `nexthop_available' rib_uii.c:(.text+0x52a): undefined reference to `uii_send_bulk_data' ../../lib/librib.a(rib_uii.o): In function `show_ip_routes': rib_uii.c:(.text+0x560): undefined reference to `RIB' rib_uii.c:(.text+0x57d): undefined reference to `RIBm' ../../lib/librib.a(rib_uii.o): In function `show_ipv6_routes': rib_uii.c:(.text+0x5a0): undefined reference to `RIBv6' rib_uii.c:(.text+0x5bd): undefined reference to `RIBv6m' ../../lib/librib.a(rib_uii.o): In function `trace_ip_rib': rib_uii.c:(.text+0x5d6): undefined reference to `RIB' rib_uii.c:(.text+0x5f9): undefined reference to `RIB' rib_uii.c:(.text+0x60d): undefined reference to `set_trace' rib_uii.c:(.text+0x614): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `trace_ipv6_rib': rib_uii.c:(.text+0x633): undefined reference to `RIB' rib_uii.c:(.text+0x64f): undefined reference to `RIBv6' rib_uii.c:(.text+0x65b): undefined reference to `RIBv6' rib_uii.c:(.text+0x66f): undefined reference to `set_trace' rib_uii.c:(.text+0x676): undefined reference to `RIBv6' ../../lib/librib.a(rib_uii.o): In function `trace_bgp_rib_op': rib_uii.c:(.text+0x6b7): undefined reference to `RIB' rib_uii.c:(.text+0x6fa): undefined reference to `MRT' rib_uii.c:(.text+0x715): undefined reference to `user_notice' rib_uii.c:(.text+0x743): undefined reference to `RIB' rib_uii.c:(.text+0x758): undefined reference to `set_trace' rib_uii.c:(.text+0x75f): undefined reference to `RIB' rib_uii.c:(.text+0x76b): undefined reference to `RIBv6' rib_uii.c:(.text+0x777): undefined reference to `RIBv6' rib_uii.c:(.text+0x78c): undefined reference to `set_trace' rib_uii.c:(.text+0x793): undefined reference to `RIBv6' rib_uii.c:(.text+0x7a4): undefined reference to `RIB' rib_uii.c:(.text+0x7b9): undefined reference to `set_trace' rib_uii.c:(.text+0x7c0): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `show_gateway_table': rib_uii.c:(.text+0x829): undefined reference to `mrt_pthread_mutex_lock' rib_uii.c:(.text+0x838): undefined reference to `family2string' rib_uii.c:(.text+0x84d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x874): undefined reference to `prefix_toa' rib_uii.c:(.text+0x89d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x8d1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `New_IO': io.c:(.text+0x8d): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(io.o): In function `io_set': io.c:(.text+0x226): undefined reference to `mrt_close' io.c:(.text+0x26d): undefined reference to `mrt_close' io.c:(.text+0x2bf): undefined reference to `mrt_close' io.c:(.text+0x310): undefined reference to `mrt_open' io.c:(.text+0x438): undefined reference to `mrt_close' io.c:(.text+0x49d): undefined reference to `mrt_open' io.c:(.text+0x4d6): undefined reference to `mrt_open' ../../lib/libmrt.a(io.o): In function `io_set_notify': io.c:(.text+0x7a9): undefined reference to `select_add_fd' ../../lib/libmrt.a(io.o): In function `io_read': io.c:(.text+0xa97): undefined reference to `trace' io.c:(.text+0xae1): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `io_write': io.c:(.text+0xb7f): undefined reference to `mrt_pthread_mutex_lock' io.c:(.text+0xc6b): undefined reference to `mrt_pthread_mutex_unlock' io.c:(.text+0xd43): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `close_input': io.c:(.text+0xdd3): undefined reference to `mrt_close' ../../lib/libmrt.a(util.o): In function `uii_parse_line2': util.c:(.text+0x522): undefined reference to `MRT' util.c:(.text+0x54b): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `New_Radix': radix.c:(.text+0x3b): undefined reference to `MRT' radix.c:(.text+0x61): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `Clear_Radix': radix.c:(.text+0xa3): undefined reference to `MRT' radix.c:(.text+0xc9): undefined reference to `trace' radix.c:(.text+0xf2): undefined reference to `Deref_Prefix' radix.c:(.text+0x11a): undefined reference to `MRT' radix.c:(.text+0x140): undefined reference to `trace' radix.c:(.text+0x1c3): undefined reference to `MRT' radix.c:(.text+0x1fa): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_process': radix.c:(.text+0x26e): undefined reference to `MRT' radix.c:(.text+0x294): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_exact': radix.c:(.text+0x36f): undefined reference to `MRT' radix.c:(.text+0x395): undefined reference to `trace' radix.c:(.text+0x407): undefined reference to `MRT' radix.c:(.text+0x42d): undefined reference to `trace' radix.c:(.text+0x442): undefined reference to `MRT' radix.c:(.text+0x468): undefined reference to `trace' radix.c:(.text+0x47b): undefined reference to `comp_with_mask' radix.c:(.text+0x49c): undefined reference to `MRT' radix.c:(.text+0x4c2): undefined reference to `trace' radix.c:(.text+0x4d2): undefined reference to `MRT' radix.c:(.text+0x4f8): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_best2': radix.c:(.text+0x53c): undefined reference to `MRT' radix.c:(.text+0x562): undefined reference to `trace' radix.c:(.text+0x573): undefined reference to `MRT' radix.c:(.text+0x599): undefined reference to `trace' radix.c:(.text+0x649): undefined reference to `comp_with_mask' radix.c:(.text+0x674): undefined reference to `MRT' radix.c:(.text+0x69a): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_lookup': radix.c:(.text+0x6f7): undefined reference to `MRT' radix.c:(.text+0x71d): undefined reference to `trace' radix.c:(.text+0x795): undefined reference to `MRT' radix.c:(.text+0x7bb): undefined reference to `trace' radix.c:(.text+0x812): undefined reference to `MRT' radix.c:(.text+0x838): undefined reference to `trace' radix.c:(.text+0x84c): undefined reference to `MRT' radix.c:(.text+0x872): undefined reference to `trace' radix.c:(.text+0x8a0): undefined reference to `Ref_Prefix' radix.c:(.text+0x90e): undefined reference to `MRT' radix.c:(.text+0x937): undefined reference to `trace' radix.c:(.text+0x995): undefined reference to `Ref_Prefix' radix.c:(.text+0x9ab): undefined reference to `MRT' radix.c:(.text+0x9d1): undefined reference to `trace' radix.c:(.text+0xa05): undefined reference to `Ref_Prefix' radix.c:(.text+0xa64): undefined reference to `MRT' radix.c:(.text+0xa8a): undefined reference to `trace' radix.c:(.text+0xaf2): undefined reference to `MRT' radix.c:(.text+0xb18): undefined reference to `trace' radix.c:(.text+0xbf8): undefined reference to `MRT' radix.c:(.text+0xc1e): undefined reference to `trace' radix.c:(.text+0xc2c): undefined reference to `MRT' radix.c:(.text+0xc52): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_remove': radix.c:(.text+0xccf): undefined reference to `Deref_Prefix' radix.c:(.text+0xceb): undefined reference to `MRT' radix.c:(.text+0xd11): undefined reference to `trace' radix.c:(.text+0xd1d): undefined reference to `MRT' radix.c:(.text+0xd43): undefined reference to `trace' radix.c:(.text+0xd65): undefined reference to `Deref_Prefix' radix.c:(.text+0xd96): undefined reference to `MRT' radix.c:(.text+0xdbc): undefined reference to `trace' radix.c:(.text+0xdd2): undefined reference to `MRT' radix.c:(.text+0xdf8): undefined reference to `trace' radix.c:(.text+0xe0d): undefined reference to `Deref_Prefix' radix.c:(.text+0xe3c): undefined reference to `MRT' radix.c:(.text+0xe62): undefined reference to `trace' radix.c:(.text+0xe91): undefined reference to `MRT' radix.c:(.text+0xeb7): undefined reference to `trace' radix.c:(.text+0xef9): undefined reference to `MRT' radix.c:(.text+0xf1f): undefined reference to `trace' radix.c:(.text+0xf35): undefined reference to `MRT' radix.c:(.text+0xf5b): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `time_left': timer.c:(.text+0x11): undefined reference to `MRT' timer.c:(.text+0x37): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `init_timer': timer.c:(.text+0x66): undefined reference to `MRT' timer.c:(.text+0x8c): undefined reference to `trace' timer.c:(.text+0xda): undefined reference to `trace_copy' timer.c:(.text+0xfb): undefined reference to `set_trace' timer.c:(.text+0x117): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Fire': timer.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x1af): undefined reference to `MRT' timer.c:(.text+0x1d5): undefined reference to `trace' timer.c:(.text+0x288): undefined reference to `Ref_Event' timer.c:(.text+0x293): undefined reference to `schedule_event3' timer.c:(.text+0x2c3): undefined reference to `Ref_Event' timer.c:(.text+0x2fe): undefined reference to `Ref_Event' timer.c:(.text+0x3f8): undefined reference to `Deref_Event' timer.c:(.text+0x4f1): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x52a): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x552): undefined reference to `schedule_event_dispatch' timer.c:(.text+0x5b8): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x607): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Turn_OFF': timer.c:(.text+0x64f): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x67f): undefined reference to `trace' timer.c:(.text+0x69f): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x6a6): undefined reference to `MRT' timer.c:(.text+0x6cc): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Update': timer.c:(.text+0x710): undefined reference to `mrt_pthread_mutex_trylock' timer.c:(.text+0x71b): undefined reference to `MRT' timer.c:(.text+0x741): undefined reference to `trace' timer.c:(.text+0x7e2): undefined reference to `MRT' timer.c:(.text+0x808): undefined reference to `trace' timer.c:(.text+0x855): undefined reference to `trace' timer.c:(.text+0x887): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Reset_Time': timer.c:(.text+0x8a9): undefined reference to `MRT' timer.c:(.text+0x8cf): undefined reference to `trace' timer.c:(.text+0x991): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x9c5): undefined reference to `trace' timer.c:(.text+0x9f5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Set_Time': timer.c:(.text+0xa35): undefined reference to `MRT' timer.c:(.text+0xa5b): undefined reference to `trace' timer.c:(.text+0xa82): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Adjust_Time': timer.c:(.text+0xac5): undefined reference to `MRT' timer.c:(.text+0xaeb): undefined reference to `trace' timer.c:(.text+0xb12): undefined reference to `trace' timer.c:(.text+0xb49): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xb6f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `New_Timer2': timer.c:(.text+0xe0d): undefined reference to `New_Event' timer.c:(.text+0xeba): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xf00): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Destroy_Timer': timer.c:(.text+0xf84): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xfb5): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0xfbe): undefined reference to `Deref_Event' ../../lib/libmrt.a(signal.o): In function `mrt_process_signal': signal.c:(.text+0x1c): undefined reference to `MRT' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/programs/mrtd cd ricd; /usr/pkg/bin/bmake clang -Wl,-R/usr/pkg/lib ricd.o hqlip.o ricdconf.o area.o srsvp.o qif.o ../../lib/libcfg.a ../../lib/librib.a ../../lib/libmrt.a -o ricd -lkvm ricd.o: In function `main': ricd.c:(.text+0x78): undefined reference to `New_Trace2' ricd.c:(.text+0x94): undefined reference to `set_trace' ricd.c:(.text+0xae): undefined reference to `set_trace' ricd.c:(.text+0x110): undefined reference to `set_trace' ricd.c:(.text+0x15e): undefined reference to `init_trace' ricd.c:(.text+0x16a): undefined reference to `init_mrt' ricd.c:(.text+0x172): undefined reference to `init_uii' ricd.c:(.text+0x17a): undefined reference to `init_uii_port' ricd.c:(.text+0x184): undefined reference to `init_mrt_reboot' ricd.c:(.text+0x18b): undefined reference to `MRT' ricd.c:(.text+0x1ae): undefined reference to `trace' ricd.c:(.text+0x1be): undefined reference to `MRT' ricd.c:(.text+0x1e7): undefined reference to `MRT' ricd.c:(.text+0x270): undefined reference to `MRT' ricd.c:(.text+0x29f): undefined reference to `trace' ricd.c:(.text+0x2d7): undefined reference to `mrt_update_pid' ricd.c:(.text+0x2df): undefined reference to `init_interfaces' ricd.c:(.text+0x30b): undefined reference to `MRT' ricd.c:(.text+0x331): undefined reference to `trace' ricd.c:(.text+0x346): undefined reference to `trace_copy' ricd.c:(.text+0x37e): undefined reference to `MRT' ricd.c:(.text+0x3a4): undefined reference to `trace' ricd.c:(.text+0x3b9): undefined reference to `trace_copy' ricd.c:(.text+0x3d4): undefined reference to `UII' ricd.c:(.text+0x3ea): undefined reference to `set_uii' ricd.c:(.text+0x3f1): undefined reference to `UII' ricd.c:(.text+0x40a): undefined reference to `set_uii' ricd.c:(.text+0x40f): undefined reference to `kernel_init' ricd.c:(.text+0x450): undefined reference to `schedule_event2' ricd.c:(.text+0x46e): undefined reference to `schedule_event2' ricd.c:(.text+0x493): undefined reference to `schedule_event2' ricd.c:(.text+0x49a): undefined reference to `listen_uii2' ricd.c:(.text+0x4c6): undefined reference to `MRT' ricd.c:(.text+0x4f5): undefined reference to `trace' ricd.c:(.text+0x4fa): undefined reference to `mrt_main_loop' ricd.c:(.text+0x528): undefined reference to `MRT' ricd.c:(.text+0x557): undefined reference to `trace' hqlip.o: In function `copy_link_qos': hqlip.c:(.text+0x3c): undefined reference to `MRT' hqlip.c:(.text+0x64): undefined reference to `trace' hqlip.o: In function `hqlip_update_area_center': hqlip.c:(.text+0xa8): undefined reference to `MRT' hqlip.c:(.text+0xce): undefined reference to `trace' hqlip.c:(.text+0x10d): undefined reference to `trace' hqlip.c:(.text+0x136): undefined reference to `trace' hqlip.c:(.text+0x189): undefined reference to `MRT' hqlip.c:(.text+0x1af): undefined reference to `trace' hqlip.c:(.text+0x20e): undefined reference to `trace' hqlip.c:(.text+0x271): undefined reference to `MRT' hqlip.c:(.text+0x297): undefined reference to `trace' hqlip.c:(.text+0x35a): undefined reference to `trace' hqlip.c:(.text+0x3c2): undefined reference to `trace' hqlip.o: In function `hqlip_init': hqlip.c:(.text+0x637): undefined reference to `trace_copy' hqlip.c:(.text+0x656): undefined reference to `set_trace' hqlip.c:(.text+0x666): undefined reference to `ascii2prefix' hqlip.c:(.text+0x6c5): undefined reference to `New_Schedule' hqlip.c:(.text+0x6e6): undefined reference to `mrt_thread_create2' hqlip.o: In function `hqlip_activate_interface': hqlip.c:(.text+0x740): undefined reference to `MRT' hqlip.c:(.text+0x766): undefined reference to `trace' hqlip.c:(.text+0x835): undefined reference to `prefix_equal' hqlip.c:(.text+0x849): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x85a): undefined reference to `Ref_Prefix' hqlip.c:(.text+0x893): undefined reference to `MRT' hqlip.c:(.text+0x8b9): undefined reference to `trace' hqlip.c:(.text+0x925): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x931): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x93e): undefined reference to `Ref_Prefix' hqlip.c:(.text+0xa10): undefined reference to `MRT' hqlip.c:(.text+0xa38): undefined reference to `trace' hqlip.c:(.text+0xaca): undefined reference to `Deref_Prefix' hqlip.c:(.text+0xad7): undefined reference to `Ref_Prefix' hqlip.c:(.text+0xba7): undefined reference to `MRT' hqlip.c:(.text+0xbd0): undefined reference to `trace' hqlip.c:(.text+0xc3c): undefined reference to `join_leave_group' hqlip.c:(.text+0xc45): undefined reference to `select_delete_fd' hqlip.c:(.text+0xc5a): undefined reference to `select_delete_fd' hqlip.c:(.text+0xc84): undefined reference to `select_delete_fd' hqlip.c:(.text+0xc9e): undefined reference to `Deref_Prefix' hqlip.c:(.text+0xcbc): undefined reference to `MRT' hqlip.c:(.text+0xce5): undefined reference to `trace' hqlip.c:(.text+0xd40): undefined reference to `MRT' hqlip.c:(.text+0xd66): undefined reference to `trace' hqlip.c:(.text+0xd74): undefined reference to `MRT' hqlip.c:(.text+0xd9a): undefined reference to `trace' hqlip.o: In function `hqlip_vif_udp_init': hqlip.c:(.text+0xe5a): undefined reference to `socket_open' hqlip.c:(.text+0xe70): undefined reference to `socket_reuse' hqlip.c:(.text+0xe82): undefined reference to `socket_bind_port' hqlip.c:(.text+0xe95): undefined reference to `ipv6_pktinfo' hqlip.c:(.text+0xea1): undefined reference to `ipv6_recvhops' hqlip.c:(.text+0xeaf): undefined reference to `ip_pktinfo' hqlip.c:(.text+0xebb): undefined reference to `ip_recvttl' hqlip.c:(.text+0xefb): undefined reference to `select_add_fd_event' hqlip.c:(.text+0xf0f): undefined reference to `socket_open' hqlip.c:(.text+0xf25): undefined reference to `socket_reuse' hqlip.c:(.text+0xf43): undefined reference to `join_leave_group' hqlip.c:(.text+0xf56): undefined reference to `socket_bind_port' hqlip.c:(.text+0xf69): undefined reference to `ipv6_multicast_loop' hqlip.c:(.text+0xf75): undefined reference to `ipv6_multicast_hops' hqlip.c:(.text+0xf81): undefined reference to `ipv6_pktinfo' hqlip.c:(.text+0xf8d): undefined reference to `ipv6_recvhops' hqlip.c:(.text+0xf9b): undefined reference to `ip_multicast_loop' hqlip.c:(.text+0xfa7): undefined reference to `ip_multicast_hops' hqlip.c:(.text+0xfb3): undefined reference to `ip_pktinfo' hqlip.c:(.text+0xfbf): undefined reference to `ip_recvttl' hqlip.c:(.text+0xfef): undefined reference to `select_add_fd_event' hqlip.o: In function `hqlip_vif_tcp_init': hqlip.c:(.text+0x1028): undefined reference to `select_delete_fd' hqlip.c:(.text+0x103f): undefined reference to `socket_open' hqlip.c:(.text+0x1051): undefined reference to `socket_reuse' hqlip.c:(.text+0x1063): undefined reference to `socket_bind_port' hqlip.c:(.text+0x109f): undefined reference to `select_add_fd_event' hqlip.o: In function `hqlip_inject_spath_link_qos': hqlip.c:(.text+0x1182): undefined reference to `MRT' hqlip.c:(.text+0x11a8): undefined reference to `trace' hqlip.c:(.text+0x1554): undefined reference to `MRT' hqlip.c:(.text+0x157a): undefined reference to `trace' hqlip.c:(.text+0x16b5): undefined reference to `MRT' hqlip.c:(.text+0x16db): undefined reference to `trace' hqlip.c:(.text+0x16f9): undefined reference to `MRT' hqlip.c:(.text+0x171f): undefined reference to `trace' hqlip.o: In function `hqlip_send_hello': hqlip.c:(.text+0x183b): undefined reference to `MRT' hqlip.c:(.text+0x1861): undefined reference to `trace' hqlip.c:(.text+0x18cc): undefined reference to `send_packet' hqlip.o: In function `hqlip_show_path': hqlip.c:(.text+0x19ba): undefined reference to `uii_add_bulk_output' hqlip.o: In function `hqlip_show_path_sub': hqlip.c:(.text+0x1a15): undefined reference to `MRT' hqlip.c:(.text+0x1a3b): undefined reference to `trace' hqlip.c:(.text+0x1afd): undefined reference to `a_include_b' hqlip.c:(.text+0x1b16): undefined reference to `a_include_b' hqlip.c:(.text+0x1c21): undefined reference to `uii_add_bulk_output' hqlip.c:(.text+0x1c99): undefined reference to `uii_add_bulk_output' hqlip.c:(.text+0x1d06): undefined reference to `uii_add_bulk_output' hqlip.c:(.text+0x1d5f): undefined reference to `uii_add_bulk_output' hqlip.c:(.text+0x1e15): undefined reference to `uii_add_bulk_output' hqlip.o:hqlip.c:(.text+0x1e99): more undefined references to `uii_add_bulk_output' follow hqlip.o: In function `hqlip_show_neighbors': hqlip.c:(.text+0x23d3): undefined reference to `find_interface_byname' hqlip.c:(.text+0x2446): undefined reference to `uii_add_bulk_output' hqlip.c:(.text+0x2677): undefined reference to `uii_add_bulk_output' hqlip.o: In function `hqlip_show_areas': hqlip.c:(.text+0x27ff): undefined reference to `uii_add_bulk_output' hqlip.o: In function `hqlip_show_sub_areas': hqlip.c:(.text+0x28f4): undefined reference to `uii_add_bulk_output' hqlip.c:(.text+0x2913): undefined reference to `uii_add_bulk_output' hqlip.o:hqlip.c:(.text+0x292e): more undefined references to `uii_add_bulk_output' follow hqlip.o: In function `hqlip_find_nexthop': hqlip.c:(.text+0x3054): undefined reference to `a_include_b' hqlip.c:(.text+0x3141): undefined reference to `MRT' hqlip.c:(.text+0x3167): undefined reference to `trace' hqlip.o: In function `hqlip_link_status': hqlip.c:(.text+0x3288): undefined reference to `MRT' hqlip.c:(.text+0x32ae): undefined reference to `trace' hqlip.c:(.text+0x3312): undefined reference to `trace' hqlip.c:(.text+0x33cc): undefined reference to `MRT' hqlip.c:(.text+0x33f2): undefined reference to `trace' hqlip.c:(.text+0x349b): undefined reference to `MRT' hqlip.c:(.text+0x34c1): undefined reference to `trace' hqlip.c:(.text+0x34d5): undefined reference to `MRT' hqlip.c:(.text+0x34fb): undefined reference to `trace' hqlip.c:(.text+0x3525): undefined reference to `trace' hqlip.o: In function `hqlip_update_database': hqlip.c:(.text+0x3563): undefined reference to `MRT' hqlip.c:(.text+0x3589): undefined reference to `trace' hqlip.c:(.text+0x35b6): undefined reference to `trace' hqlip.c:(.text+0x3604): undefined reference to `ifxor' hqlip.c:(.text+0x3611): undefined reference to `ifzero' hqlip.c:(.text+0x36a4): undefined reference to `trace' hqlip.c:(.text+0x3759): undefined reference to `trace' hqlip.c:(.text+0x377b): undefined reference to `trace' hqlip.c:(.text+0x37e6): undefined reference to `trace' hqlip.c:(.text+0x3800): undefined reference to `MRT' hqlip.c:(.text+0x3826): undefined reference to `trace' hqlip.c:(.text+0x389f): undefined reference to `trace' hqlip.c:(.text+0x3914): undefined reference to `MRT' hqlip.c:(.text+0x393a): undefined reference to `trace' hqlip.c:(.text+0x3a1f): undefined reference to `trace' hqlip.o: In function `hqlip_calc_ilink': hqlip.c:(.text+0x3c67): undefined reference to `trace' hqlip.c:(.text+0x3cb8): undefined reference to `MRT' hqlip.c:(.text+0x3cde): undefined reference to `trace' hqlip.c:(.text+0x3d1d): undefined reference to `trace' hqlip.c:(.text+0x3da0): undefined reference to `trace' hqlip.o: In function `hqlip_recv_hello': hqlip.c:(.text+0x4348): undefined reference to `recvmsgfrom' hqlip.c:(.text+0x4357): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x4460): undefined reference to `trace' hqlip.c:(.text+0x446c): undefined reference to `MRT' hqlip.c:(.text+0x4492): undefined reference to `trace' hqlip.c:(.text+0x44dd): undefined reference to `family2string' hqlip.c:(.text+0x44fa): undefined reference to `trace' hqlip.c:(.text+0x4545): undefined reference to `trace' hqlip.c:(.text+0x4551): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x4587): undefined reference to `trace' hqlip.o: In function `hqlip_register_neighbor': hqlip.c:(.text+0x4634): undefined reference to `address_equal' hqlip.c:(.text+0x4697): undefined reference to `Ref_Prefix' hqlip.c:(.text+0x46a3): undefined reference to `trace_copy' hqlip.c:(.text+0x46af): undefined reference to `prefix_toa' hqlip.c:(.text+0x46e0): undefined reference to `set_trace' hqlip.c:(.text+0x47e0): undefined reference to `New_Schedule' hqlip.c:(.text+0x47f3): undefined reference to `mrt_thread_create2' hqlip.c:(.text+0x4833): undefined reference to `MRT' hqlip.c:(.text+0x4859): undefined reference to `trace' hqlip.c:(.text+0x4869): undefined reference to `MRT' hqlip.c:(.text+0x488f): undefined reference to `trace' hqlip.c:(.text+0x48e2): undefined reference to `address_equal' hqlip.c:(.text+0x490b): undefined reference to `trace' hqlip.c:(.text+0x4920): undefined reference to `prefix_compare_wolen' hqlip.c:(.text+0x497a): undefined reference to `is_prefix_local_on' hqlip.c:(.text+0x49c6): undefined reference to `mrt_socket' hqlip.c:(.text+0x49e5): undefined reference to `socket_bind_port' hqlip.c:(.text+0x49f8): undefined reference to `socket_set_nonblocking' hqlip.c:(.text+0x4a18): undefined reference to `trace' hqlip.c:(.text+0x4a54): undefined reference to `trace' hqlip.c:(.text+0x4aa6): undefined reference to `trace' hqlip.c:(.text+0x4abd): undefined reference to `MRT' hqlip.c:(.text+0x4ae3): undefined reference to `trace' hqlip.c:(.text+0x4b35): undefined reference to `trace' hqlip.c:(.text+0x4b61): undefined reference to `select_add_fd_event' hqlip.o: In function `hqlip_timeout_neighbor': hqlip.c:(.text+0x4c60): undefined reference to `trace' hqlip.o: In function `hqlip_send_message': hqlip.c:(.text+0x4cc6): undefined reference to `MRT' hqlip.c:(.text+0x4cec): undefined reference to `trace' hqlip.c:(.text+0x4cfc): undefined reference to `MRT' hqlip.c:(.text+0x4d22): undefined reference to `trace' hqlip.c:(.text+0x4de6): undefined reference to `mrt_pthread_mutex_lock' hqlip.c:(.text+0x4e0b): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x4e1d): undefined reference to `mrt_pthread_mutex_unlock' hqlip.c:(.text+0x4e46): undefined reference to `trace' hqlip.o: In function `hqlip_neighbor_down': hqlip.c:(.text+0x4f4f): undefined reference to `trace' hqlip.c:(.text+0x4f7e): undefined reference to `select_delete_fd' hqlip.c:(.text+0x4fbd): undefined reference to `clear_schedule' hqlip.o: In function `hqlip_neighbor_area_down': hqlip.c:(.text+0x503d): undefined reference to `trace' hqlip.c:(.text+0x5255): undefined reference to `trace' hqlip.o: In function `hqlip_trace_link_qos': hqlip.c:(.text+0x5441): undefined reference to `trace' hqlip.c:(.text+0x54c5): undefined reference to `trace' hqlip.c:(.text+0x54e9): undefined reference to `trace' hqlip.o: In function `hqlip_send_link_qos': hqlip.c:(.text+0x5607): undefined reference to `family2afi' hqlip.c:(.text+0x5681): undefined reference to `family2afi' hqlip.o: In function `hqlip_send_area_center': hqlip.c:(.text+0x5a7b): undefined reference to `family2afi' hqlip.c:(.text+0x5bf2): undefined reference to `trace' hqlip.c:(.text+0x5c15): undefined reference to `trace' hqlip.o: In function `hqlip_trace_area_addr': hqlip.c:(.text+0x5d62): undefined reference to `trace' hqlip.c:(.text+0x5dc0): undefined reference to `trace' hqlip.o: In function `hqlip_send_area_addr': hqlip.c:(.text+0x5ebf): undefined reference to `family2afi' hqlip.c:(.text+0x5f77): undefined reference to `family2afi' hqlip.o: In function `hqlip_connect_ready': hqlip.c:(.text+0x6210): undefined reference to `trace' hqlip.c:(.text+0x621a): undefined reference to `socket_set_nonblocking' hqlip.c:(.text+0x623f): undefined reference to `trace' hqlip.c:(.text+0x6255): undefined reference to `trace' hqlip.o: In function `hqlip_neighbor_start': hqlip.c:(.text+0x631b): undefined reference to `MRT' hqlip.c:(.text+0x6344): undefined reference to `trace' hqlip.c:(.text+0x64f5): undefined reference to `select_add_fd_event' hqlip.c:(.text+0x6527): undefined reference to `select_add_fd_event' hqlip.o: In function `hqlip_get_pdu': hqlip.c:(.text+0x65c0): undefined reference to `MRT' hqlip.c:(.text+0x65e6): undefined reference to `trace' hqlip.c:(.text+0x65fd): undefined reference to `MRT' hqlip.c:(.text+0x6623): undefined reference to `trace' hqlip.c:(.text+0x663d): undefined reference to `MRT' hqlip.c:(.text+0x6663): undefined reference to `trace' hqlip.c:(.text+0x6676): undefined reference to `MRT' hqlip.c:(.text+0x669c): undefined reference to `trace' hqlip.c:(.text+0x66af): undefined reference to `MRT' hqlip.c:(.text+0x66d5): undefined reference to `trace' hqlip.c:(.text+0x6776): undefined reference to `trace' hqlip.c:(.text+0x6793): undefined reference to `MRT' hqlip.c:(.text+0x67b9): undefined reference to `trace' hqlip.c:(.text+0x6808): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x6857): undefined reference to `MRT' hqlip.c:(.text+0x687d): undefined reference to `trace' hqlip.c:(.text+0x690d): undefined reference to `trace' hqlip.c:(.text+0x6976): undefined reference to `trace' hqlip.c:(.text+0x6aae): undefined reference to `trace' hqlip.c:(.text+0x6b6a): undefined reference to `MRT' hqlip.c:(.text+0x6b90): undefined reference to `trace' hqlip.c:(.text+0x6d52): undefined reference to `trace' hqlip.c:(.text+0x6d61): undefined reference to `MRT' hqlip.c:(.text+0x6d87): undefined reference to `trace' hqlip.c:(.text+0x6d95): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x6dba): undefined reference to `trace' hqlip.c:(.text+0x6df8): undefined reference to `trace' hqlip.c:(.text+0x6e12): undefined reference to `trace' hqlip.c:(.text+0x6e2c): undefined reference to `trace' hqlip.c:(.text+0x6e46): undefined reference to `trace' hqlip.o:hqlip.c:(.text+0x6e74): more undefined references to `trace' follow hqlip.o: In function `hqlip_flush_queue': hqlip.c:(.text+0x6eae): undefined reference to `mrt_pthread_mutex_lock' hqlip.c:(.text+0x6f07): undefined reference to `mrt_pthread_mutex_unlock' hqlip.c:(.text+0x6f3b): undefined reference to `trace' hqlip.c:(.text+0x6f81): undefined reference to `trace' hqlip.c:(.text+0x6fba): undefined reference to `mrt_pthread_mutex_unlock' hqlip.c:(.text+0x6fd4): undefined reference to `mrt_pthread_mutex_lock' hqlip.c:(.text+0x6fee): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x7000): undefined reference to `mrt_pthread_mutex_unlock' hqlip.o: In function `hqlip_recv_link_qos': hqlip.c:(.text+0x71ed): undefined reference to `trace' hqlip.c:(.text+0x72d3): undefined reference to `prefix_toa' hqlip.c:(.text+0x72e7): undefined reference to `prefix_toa' hqlip.c:(.text+0x7314): undefined reference to `trace' hqlip.c:(.text+0x750f): undefined reference to `trace' hqlip.c:(.text+0x752a): undefined reference to `trace' hqlip.o: In function `hqlip_recv_area_center': hqlip.c:(.text+0x7817): undefined reference to `trace' hqlip.c:(.text+0x79a2): undefined reference to `prefix_toa' hqlip.c:(.text+0x79b7): undefined reference to `prefix_toa' hqlip.c:(.text+0x79e3): undefined reference to `trace' hqlip.c:(.text+0x7aac): undefined reference to `trace' hqlip.c:(.text+0x7b1e): undefined reference to `trace' hqlip.c:(.text+0x7c18): undefined reference to `MRT' hqlip.c:(.text+0x7c3e): undefined reference to `trace' hqlip.c:(.text+0x7c83): undefined reference to `trace' hqlip.c:(.text+0x7cdf): undefined reference to `trace' hqlip.c:(.text+0x7cfe): undefined reference to `trace' hqlip.c:(.text+0x7e2c): undefined reference to `trace' hqlip.o:hqlip.c:(.text+0x7e4c): more undefined references to `trace' follow hqlip.o: In function `hqlip_recv_area_addr': hqlip.c:(.text+0x81b6): undefined reference to `afi2family' hqlip.c:(.text+0x81c4): undefined reference to `New_Prefix' hqlip.c:(.text+0x8200): undefined reference to `trace' hqlip.c:(.text+0x82a2): undefined reference to `trace' hqlip.c:(.text+0x835f): undefined reference to `prefix_toa' hqlip.c:(.text+0x8373): undefined reference to `prefix_toa' hqlip.c:(.text+0x839f): undefined reference to `trace' hqlip.c:(.text+0x8469): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x85dc): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8670): undefined reference to `Deref_Prefix' hqlip.o: In function `hqlip_get_area': hqlip.c:(.text+0x88a5): undefined reference to `trace' hqlip.c:(.text+0x88f6): undefined reference to `trace' hqlip.c:(.text+0x8934): undefined reference to `trace' hqlip.c:(.text+0x8966): undefined reference to `afi2family' hqlip.c:(.text+0x8974): undefined reference to `New_Prefix' hqlip.c:(.text+0x8983): undefined reference to `MRT' hqlip.c:(.text+0x89a9): undefined reference to `trace' hqlip.c:(.text+0x89c6): undefined reference to `Deref_Prefix' hqlip.o: In function `hqlip_open_accept': hqlip.c:(.text+0x8a99): undefined reference to `mrt_accept' hqlip.c:(.text+0x8ab1): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x8aba): undefined reference to `sockaddr_toprefix' hqlip.c:(.text+0x8af9): undefined reference to `get_socket_addr' hqlip.c:(.text+0x8b11): undefined reference to `MRT' hqlip.c:(.text+0x8b3a): undefined reference to `trace' hqlip.c:(.text+0x8b48): undefined reference to `prefix_is_unspecified' hqlip.c:(.text+0x8b5c): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8b64): undefined reference to `Ref_Prefix' hqlip.c:(.text+0x8b85): undefined reference to `trace' hqlip.c:(.text+0x8b92): undefined reference to `select_enable_fd_mask' hqlip.c:(.text+0x8ba8): undefined reference to `family2string' hqlip.c:(.text+0x8bc5): undefined reference to `trace' hqlip.c:(.text+0x8bcd): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8bfb): undefined reference to `trace' hqlip.c:(.text+0x8c03): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8c27): undefined reference to `trace' hqlip.c:(.text+0x8c2f): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8c4a): undefined reference to `address_equal' hqlip.c:(.text+0x8c6c): undefined reference to `address_equal' hqlip.c:(.text+0x8c97): undefined reference to `trace' hqlip.c:(.text+0x8ca0): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8ca8): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8cd6): undefined reference to `trace' hqlip.c:(.text+0x8cdf): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8ce7): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8d02): undefined reference to `prefix_compare_wolen' hqlip.c:(.text+0x8d2d): undefined reference to `trace' hqlip.c:(.text+0x8d36): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8d3e): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8d6d): undefined reference to `trace' hqlip.c:(.text+0x8d76): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8d7e): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8d90): undefined reference to `mrt_close' hqlip.c:(.text+0x8dea): undefined reference to `address_equal' hqlip.c:(.text+0x8e65): undefined reference to `trace' hqlip.c:(.text+0x8e7e): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8e86): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8eb5): undefined reference to `trace' hqlip.c:(.text+0x8ebe): undefined reference to `Deref_Prefix' hqlip.c:(.text+0x8ec6): undefined reference to `Deref_Prefix' hqlip.o: In function `hqlip_spath_link_qos_ready': hqlip.c:(.text+0x8f93): undefined reference to `MRT' hqlip.c:(.text+0x8fb9): undefined reference to `trace' hqlip.c:(.text+0x9029): undefined reference to `MRT' hqlip.c:(.text+0x904f): undefined reference to `trace' hqlip.c:(.text+0x9076): undefined reference to `MRT' hqlip.c:(.text+0x908d): undefined reference to `trace' hqlip.o: In function `hqlip_delayed_link_qos': hqlip.c:(.text+0x92c0): undefined reference to `trace' hqlip.o: In function `spath_calc_link_qos2': hqlip.c:(.text+0x9387): undefined reference to `trace' hqlip.c:(.text+0x93b9): undefined reference to `MRT' hqlip.c:(.text+0x93df): undefined reference to `trace' hqlip.c:(.text+0x941b): undefined reference to `trace' hqlip.c:(.text+0x9468): undefined reference to `trace' hqlip.c:(.text+0x94db): undefined reference to `trace' hqlip.c:(.text+0x9509): undefined reference to `trace' hqlip.o:hqlip.c:(.text+0x9568): more undefined references to `trace' follow hqlip.o: In function `spath_calc_link_qos2': hqlip.c:(.text+0x9835): undefined reference to `MRT' hqlip.c:(.text+0x985a): undefined reference to `trace' hqlip.c:(.text+0x98a5): undefined reference to `trace' hqlip.c:(.text+0x993a): undefined reference to `trace' hqlip.c:(.text+0x99b6): undefined reference to `trace' hqlip.c:(.text+0x9a76): undefined reference to `trace' hqlip.o:hqlip.c:(.text+0x9aa7): more undefined references to `trace' follow ricdconf.o: In function `my_area_new': ricdconf.c:(.text+0x131): undefined reference to `trace_copy' ricdconf.c:(.text+0x147): undefined reference to `prefix_toa' ricdconf.c:(.text+0x17c): undefined reference to `set_trace' ricdconf.o: In function `ricd_get_rvp': ricdconf.c:(.text+0x214): undefined reference to `a_include_b' ricdconf.o: In function `ricd_init_config': ricdconf.c:(.text+0x297): undefined reference to `MRT' ricdconf.c:(.text+0x2bd): undefined reference to `trace' ricdconf.c:(.text+0x346): undefined reference to `UII' ricdconf.c:(.text+0x35f): undefined reference to `set_uii' ricdconf.c:(.text+0x37b): undefined reference to `uii_add_command2' ricdconf.c:(.text+0x397): undefined reference to `uii_add_command2' ricdconf.c:(.text+0x3b3): undefined reference to `uii_add_command2' ricdconf.c:(.text+0x3cf): undefined reference to `uii_add_command2' ricdconf.c:(.text+0x3eb): undefined reference to `uii_add_command2' ricdconf.o:ricdconf.c:(.text+0x407): more undefined references to `uii_add_command2' follow ricdconf.o: In function `ricd_init_config': ricdconf.c:(.text+0x7ce): undefined reference to `ascii2prefix' ricdconf.c:(.text+0x828): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x868): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x942): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x951): undefined reference to `ascii2prefix' ricdconf.c:(.text+0x9ab): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x9eb): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0xacf): undefined reference to `Deref_Prefix' ricdconf.o: In function `config_rvp': ricdconf.c:(.text+0x1557): undefined reference to `prefix_equal' ricdconf.c:(.text+0x1567): undefined reference to `prefix_equal' ricdconf.c:(.text+0x15ef): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x15f8): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x1600): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x1608): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x1629): undefined reference to `Deref_Prefix' ricdconf.o:ricdconf.c:(.text+0x1639): more undefined references to `Deref_Prefix' follow ricdconf.o: In function `config_router_ric': ricdconf.c:(.text+0x17ec): undefined reference to `schedule_event2' ricdconf.c:(.text+0x1817): undefined reference to `schedule_event2' ricdconf.o: In function `config_ric_network_if_qos_prefix': ricdconf.c:(.text+0x1a67): undefined reference to `schedule_event2' ricdconf.c:(.text+0x1a93): undefined reference to `schedule_event2' ricdconf.c:(.text+0x1d51): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x1e07): undefined reference to `schedule_event2' ricdconf.c:(.text+0x1e33): undefined reference to `schedule_event2' ricdconf.c:(.text+0x1e73): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x1e8a): undefined reference to `find_interface_byname' ricdconf.c:(.text+0x1ef9): undefined reference to `is_prefix_local_on' ricdconf.c:(.text+0x1f2a): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x1f9f): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x1fc1): undefined reference to `New_Prefix' ricdconf.c:(.text+0x1fd9): undefined reference to `netmasking' ricdconf.c:(.text+0x2080): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x21ff): undefined reference to `New_Prefix' ricdconf.c:(.text+0x2214): undefined reference to `netmasking' ricdconf.c:(.text+0x23ce): undefined reference to `schedule_event2' ricdconf.c:(.text+0x23f8): undefined reference to `schedule_event2' ricdconf.o: In function `config_ric_network_keep_alive': ricdconf.c:(.text+0x2602): undefined reference to `schedule_event2' ricdconf.c:(.text+0x262c): undefined reference to `schedule_event2' ricdconf.o: In function `config_ric_network_metric': ricdconf.c:(.text+0x27bc): undefined reference to `schedule_event2' ricdconf.o:ricdconf.c:(.text+0x27e7): more undefined references to `schedule_event2' follow ricdconf.o: In function `config_ric_area_level_id': ricdconf.c:(.text+0x2abe): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x2c76): undefined reference to `address_equal' ricdconf.c:(.text+0x2c95): undefined reference to `Deref_Prefix' ricdconf.o: In function `config_ric_area_aggregate_prefix': ricdconf.c:(.text+0x2dff): undefined reference to `prefix_equal' ricdconf.c:(.text+0x2ea3): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x2f0b): undefined reference to `prefix_equal' ricdconf.c:(.text+0x2f75): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x300e): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x3035): undefined reference to `MRT' ricdconf.c:(.text+0x305b): undefined reference to `trace' ricdconf.c:(.text+0x3064): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x30a3): undefined reference to `Deref_Prefix' ricdconf.o: In function `config_ric_area_aggregate_len': ricdconf.c:(.text+0x3406): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x3493): undefined reference to `MRT' ricdconf.c:(.text+0x34bb): undefined reference to `trace' ricdconf.c:(.text+0x34f3): undefined reference to `New_Prefix' ricdconf.c:(.text+0x352a): undefined reference to `netmasking' ricdconf.c:(.text+0x3532): undefined reference to `Ref_Prefix' ricdconf.o: In function `hqlip_register_area_center': ricdconf.c:(.text+0x3e30): undefined reference to `MRT' ricdconf.c:(.text+0x3e56): undefined reference to `trace' ricdconf.c:(.text+0x407e): undefined reference to `trace' ricdconf.c:(.text+0x4104): undefined reference to `trace' ricdconf.c:(.text+0x413a): undefined reference to `trace' ricdconf.o: In function `hqlip_register_area_addr': ricdconf.c:(.text+0x427c): undefined reference to `trace' ricdconf.o:ricdconf.c:(.text+0x430b): more undefined references to `trace' follow ricdconf.o: In function `hqlip_register_area_addr': ricdconf.c:(.text+0x4337): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x437f): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x4467): undefined reference to `a_include_b' ricdconf.c:(.text+0x4517): undefined reference to `prefix_equal' ricdconf.c:(.text+0x4596): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x45f2): undefined reference to `trace' ricdconf.c:(.text+0x45fa): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x4665): undefined reference to `trace' ricdconf.o: In function `hqlip_config_re_eval_areas': ricdconf.c:(.text+0x47a6): undefined reference to `Deref_Prefix' ricdconf.c:(.text+0x4848): undefined reference to `prefix_equal' ricdconf.c:(.text+0x48f8): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x494e): undefined reference to `Ref_Prefix' ricdconf.c:(.text+0x49ba): undefined reference to `MRT' ricdconf.c:(.text+0x49e0): undefined reference to `trace' ricdconf.c:(.text+0x4af8): undefined reference to `a_include_b' ricdconf.c:(.text+0x4c27): undefined reference to `trace' ricdconf.c:(.text+0x4e80): undefined reference to `MRT' ricdconf.c:(.text+0x4ea6): undefined reference to `trace' ricdconf.c:(.text+0x516b): undefined reference to `MRT' ricdconf.c:(.text+0x5191): undefined reference to `trace' area.o: In function `ref_area': area.c:(.text+0x21): undefined reference to `mrt_pthread_mutex_lock' area.c:(.text+0x2f): undefined reference to `MRT' area.c:(.text+0x55): undefined reference to `trace' area.c:(.text+0x70): undefined reference to `mrt_pthread_mutex_unlock' area.o: In function `add_area': area.c:(.text+0xa9): undefined reference to `MRT' area.c:(.text+0xcf): undefined reference to `trace' area.c:(.text+0xfc): undefined reference to `mrt_pthread_mutex_lock' area.c:(.text+0x177): undefined reference to `MRT' area.c:(.text+0x19d): undefined reference to `trace' area.c:(.text+0x1d7): undefined reference to `New_Prefix2' area.c:(.text+0x209): undefined reference to `mrt_pthread_mutex_unlock' area.c:(.text+0x222): undefined reference to `mrt_pthread_mutex_lock' area.c:(.text+0x230): undefined reference to `MRT' area.c:(.text+0x256): undefined reference to `trace' area.c:(.text+0x271): undefined reference to `mrt_pthread_mutex_unlock' area.c:(.text+0x291): undefined reference to `Ref_Prefix' area.c:(.text+0x2b1): undefined reference to `mrt_pthread_mutex_init' area.c:(.text+0x2cf): undefined reference to `mrt_pthread_mutex_unlock' area.c:(.text+0x2d6): undefined reference to `MRT' area.c:(.text+0x2f1): undefined reference to `trace' area.o: In function `area_lookup_fn': area.c:(.text+0x326): undefined reference to `address_equal' area.o: In function `area_hash_fn': area.c:(.text+0x362): undefined reference to `ip_hash_fn' area.o: In function `deref_area': area.c:(.text+0x3a5): undefined reference to `mrt_pthread_mutex_lock' area.c:(.text+0x3c6): undefined reference to `MRT' area.c:(.text+0x3ec): undefined reference to `trace' area.c:(.text+0x428): undefined reference to `mrt_pthread_mutex_lock' area.c:(.text+0x450): undefined reference to `mrt_pthread_mutex_unlock' area.c:(.text+0x462): undefined reference to `mrt_pthread_mutex_destroy' area.c:(.text+0x46b): undefined reference to `Deref_Prefix' area.c:(.text+0x493): undefined reference to `mrt_pthread_mutex_unlock' area.c:(.text+0x4b6): undefined reference to `mrt_pthread_mutex_unlock' area.o: In function `find_area': area.c:(.text+0x503): undefined reference to `mrt_pthread_mutex_lock' area.c:(.text+0x524): undefined reference to `mrt_pthread_mutex_unlock' srsvp.o: In function `copy_req_qos': srsvp.c:(.text+0x3f): undefined reference to `MRT' srsvp.c:(.text+0x67): undefined reference to `trace' srsvp.o: In function `srsvp_create_neighbor': srsvp.c:(.text+0x91): undefined reference to `Ref_Prefix' srsvp.o: In function `srsvp_create_neighbor2': srsvp.c:(.text+0x144): undefined reference to `address_equal' srsvp.c:(.text+0x1a7): undefined reference to `Ref_Prefix' srsvp.c:(.text+0x1bb): undefined reference to `trace_copy' srsvp.c:(.text+0x1c7): undefined reference to `prefix_toa' srsvp.c:(.text+0x1f8): undefined reference to `set_trace' srsvp.c:(.text+0x24a): undefined reference to `New_Schedule' srsvp.c:(.text+0x25d): undefined reference to `mrt_thread_create2' srsvp.c:(.text+0x2dc): undefined reference to `schedule_event2' srsvp.c:(.text+0x2ed): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x348): undefined reference to `address_equal' srsvp.c:(.text+0x385): undefined reference to `trace' srsvp.c:(.text+0x3f4): undefined reference to `prefix_compare_wolen' srsvp.c:(.text+0x414): undefined reference to `is_prefix_local_on' srsvp.c:(.text+0x45c): undefined reference to `trace' srsvp.c:(.text+0x54a): undefined reference to `Deref_Prefix' srsvp.o: In function `srsvp_delete_neighbor': srsvp.c:(.text+0x5f8): undefined reference to `address_equal' srsvp.c:(.text+0x680): undefined reference to `schedule_event2' srsvp.c:(.text+0x6a1): undefined reference to `select_delete_fd' srsvp.o: In function `srsvp_neighbor_down': srsvp.c:(.text+0x726): undefined reference to `trace' srsvp.c:(.text+0x73b): undefined reference to `select_delete_fd' srsvp.c:(.text+0x776): undefined reference to `prefix_compare_wolen' srsvp.o: In function `srsvp_init': srsvp.c:(.text+0x825): undefined reference to `trace_copy' srsvp.c:(.text+0x844): undefined reference to `set_trace' srsvp.c:(.text+0x874): undefined reference to `New_Schedule' srsvp.c:(.text+0x88b): undefined reference to `mrt_thread_create2' srsvp.o: In function `srsvp_activate_interface': srsvp.c:(.text+0x941): undefined reference to `MRT' srsvp.c:(.text+0x967): undefined reference to `trace' srsvp.c:(.text+0x973): undefined reference to `select_delete_fd' srsvp.c:(.text+0x982): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x99d): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x9a6): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x9b7): undefined reference to `Ref_Prefix' srsvp.c:(.text+0x9c7): undefined reference to `MRT' srsvp.c:(.text+0x9ed): undefined reference to `trace' srsvp.c:(.text+0x9fe): undefined reference to `address_equal' srsvp.c:(.text+0xa14): undefined reference to `Deref_Prefix' srsvp.c:(.text+0xa1c): undefined reference to `Ref_Prefix' srsvp.c:(.text+0xa75): undefined reference to `Deref_Prefix' srsvp.c:(.text+0xa82): undefined reference to `Ref_Prefix' srsvp.c:(.text+0xb4f): undefined reference to `MRT' srsvp.c:(.text+0xb75): undefined reference to `trace' srsvp.o: In function `srsvp_vif_tcp_init': srsvp.c:(.text+0xbb8): undefined reference to `select_delete_fd' srsvp.c:(.text+0xbcf): undefined reference to `socket_open' srsvp.c:(.text+0xbe1): undefined reference to `socket_reuse' srsvp.c:(.text+0xbf3): undefined reference to `socket_bind_port' srsvp.c:(.text+0xc2f): undefined reference to `select_add_fd_event' srsvp.o: In function `srsvp_show_neighbors': srsvp.c:(.text+0xcc3): undefined reference to `find_interface_byname' srsvp.c:(.text+0xd36): undefined reference to `uii_add_bulk_output' srsvp.c:(.text+0xf68): undefined reference to `uii_add_bulk_output' srsvp.o: In function `srsvp_flow_request_by_app': srsvp.c:(.text+0x108c): undefined reference to `MRT' srsvp.c:(.text+0x10b2): undefined reference to `trace' srsvp.c:(.text+0x10be): undefined reference to `MRT' srsvp.c:(.text+0x10e4): undefined reference to `trace' srsvp.c:(.text+0x115d): undefined reference to `trace' srsvp.c:(.text+0x11b5): undefined reference to `trace' srsvp.c:(.text+0x11cd): undefined reference to `prefix_is_multicast' srsvp.c:(.text+0x127a): undefined reference to `trace' srsvp.c:(.text+0x12d5): undefined reference to `trace' srsvp.c:(.text+0x12ef): undefined reference to `trace' srsvp.c:(.text+0x1325): undefined reference to `trace' srsvp.c:(.text+0x13c0): undefined reference to `MRT' srsvp.c:(.text+0x13e6): undefined reference to `trace' srsvp.c:(.text+0x1424): undefined reference to `MRT' srsvp.c:(.text+0x144a): undefined reference to `trace' srsvp.c:(.text+0x1471): undefined reference to `schedule_event2' srsvp.c:(.text+0x1582): undefined reference to `trace' srsvp.c:(.text+0x163a): undefined reference to `trace' srsvp.c:(.text+0x1752): undefined reference to `trace' srsvp.c:(.text+0x179c): undefined reference to `MRT' srsvp.c:(.text+0x17c5): undefined reference to `trace' srsvp.c:(.text+0x17f3): undefined reference to `MRT' srsvp.c:(.text+0x1819): undefined reference to `trace' srsvp.c:(.text+0x1865): undefined reference to `MRT' srsvp.c:(.text+0x188e): undefined reference to `trace' srsvp.c:(.text+0x18ba): undefined reference to `schedule_event2' srsvp.o: In function `srsvp_flow_find': srsvp.c:(.text+0x1920): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x194f): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x197d): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x19ad): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x19e1): undefined reference to `trace' srsvp.c:(.text+0x19ed): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x19f6): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x1a9a): undefined reference to `trace' srsvp.o: In function `srsvp_forward_msg': srsvp.c:(.text+0x1b95): undefined reference to `family2afi' srsvp.c:(.text+0x1bc9): undefined reference to `MRT' srsvp.c:(.text+0x1bef): undefined reference to `trace' srsvp.c:(.text+0x1c20): undefined reference to `trace' srsvp.c:(.text+0x1c41): undefined reference to `trace' srsvp.c:(.text+0x1d10): undefined reference to `MRT' srsvp.c:(.text+0x1d36): undefined reference to `trace' srsvp.c:(.text+0x1d65): undefined reference to `MRT' srsvp.c:(.text+0x1d8b): undefined reference to `trace' srsvp.c:(.text+0x1db0): undefined reference to `trace' srsvp.c:(.text+0x1e2e): undefined reference to `MRT' srsvp.c:(.text+0x1e54): undefined reference to `trace' srsvp.c:(.text+0x1e78): undefined reference to `trace' srsvp.c:(.text+0x1f59): undefined reference to `trace' srsvp.c:(.text+0x1fd6): undefined reference to `trace' srsvp.c:(.text+0x1ff6): undefined reference to `MRT' srsvp.c:(.text+0x201e): undefined reference to `trace' srsvp.c:(.text+0x213a): undefined reference to `trace' srsvp.c:(.text+0x2193): undefined reference to `MRT' srsvp.c:(.text+0x21b9): undefined reference to `trace' srsvp.c:(.text+0x21cb): undefined reference to `MRT' srsvp.c:(.text+0x21f1): undefined reference to `trace' srsvp.c:(.text+0x2294): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x22b8): undefined reference to `select_enable_fd_mask' srsvp.c:(.text+0x22ca): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x22e9): undefined reference to `trace' srsvp.o: In function `srsvp_get_upstream': srsvp.c:(.text+0x235e): undefined reference to `MRT' srsvp.c:(.text+0x2384): undefined reference to `trace' srsvp.c:(.text+0x2430): undefined reference to `trace' srsvp.c:(.text+0x24ac): undefined reference to `address_equal' srsvp.c:(.text+0x256d): undefined reference to `trace' srsvp.c:(.text+0x25a3): undefined reference to `trace' srsvp.o: In function `srsvp_flow_copy_add': srsvp.c:(.text+0x2789): undefined reference to `mrt_pthread_mutex_init' srsvp.c:(.text+0x27d2): undefined reference to `Ref_Prefix' srsvp.c:(.text+0x27de): undefined reference to `Ref_Prefix' srsvp.c:(.text+0x2886): undefined reference to `trace' srsvp.c:(.text+0x28e0): undefined reference to `trace' srsvp.c:(.text+0x296b): undefined reference to `trace' srsvp.c:(.text+0x2a16): undefined reference to `trace' srsvp.c:(.text+0x2ab4): undefined reference to `trace' srsvp.c:(.text+0x2b96): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x2c10): undefined reference to `mrt_pthread_mutex_unlock' srsvp.o: In function `srsvp_flow_request_by_user': srsvp.c:(.text+0x2d88): undefined reference to `prefix_is_multicast' srsvp.c:(.text+0x2e15): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x2ee1): undefined reference to `New_Prefix2' srsvp.c:(.text+0x2fe3): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x3091): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x30db): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x320f): undefined reference to `trace' srsvp.c:(.text+0x3239): undefined reference to `Deref_Prefix' srsvp.o: In function `srsvp_no_flow_request_by_user': srsvp.c:(.text+0x32ee): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x3349): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x335e): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x3445): undefined reference to `MRT' srsvp.c:(.text+0x346b): undefined reference to `trace' srsvp.c:(.text+0x34ae): undefined reference to `MRT' srsvp.c:(.text+0x34d4): undefined reference to `trace' srsvp.c:(.text+0x34fd): undefined reference to `schedule_event2' srsvp.o: In function `srsvp_show_flows': srsvp.c:(.text+0x35fc): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x369f): undefined reference to `uii_add_bulk_output' srsvp.c:(.text+0x36b4): undefined reference to `uii_add_bulk_output' srsvp.c:(.text+0x36f0): undefined reference to `uii_add_bulk_output' srsvp.c:(.text+0x3740): undefined reference to `uii_add_bulk_output' srsvp.c:(.text+0x3767): undefined reference to `uii_add_bulk_output' srsvp.o:srsvp.c:(.text+0x37a5): more undefined references to `uii_add_bulk_output' follow srsvp.o: In function `srsvp_show_flows': srsvp.c:(.text+0x3a04): undefined reference to `mrt_pthread_mutex_unlock' srsvp.o: In function `srsvp_keep_alive': srsvp.c:(.text+0x3abf): undefined reference to `get_socket_addr' srsvp.c:(.text+0x3add): undefined reference to `trace' srsvp.o: In function `srsvp_tcp_connect': srsvp.c:(.text+0x3b76): undefined reference to `mrt_socket' srsvp.c:(.text+0x3b99): undefined reference to `socket_bind_port' srsvp.c:(.text+0x3bb1): undefined reference to `socket_set_nonblocking' srsvp.c:(.text+0x3be6): undefined reference to `trace' srsvp.c:(.text+0x3c22): undefined reference to `trace' srsvp.c:(.text+0x3c77): undefined reference to `trace' srsvp.c:(.text+0x3cb3): undefined reference to `select_add_fd_event' srsvp.o: In function `srsvp_connect_ready': srsvp.c:(.text+0x3d3f): undefined reference to `trace' srsvp.c:(.text+0x3d49): undefined reference to `socket_set_nonblocking' srsvp.c:(.text+0x3d90): undefined reference to `select_add_fd_event' srsvp.c:(.text+0x3dc0): undefined reference to `select_add_fd_event' srsvp.c:(.text+0x3dfd): undefined reference to `trace' srsvp.c:(.text+0x3e13): undefined reference to `trace' srsvp.o: In function `srsvp_get_pdu': srsvp.c:(.text+0x3e71): undefined reference to `MRT' srsvp.c:(.text+0x3e97): undefined reference to `trace' srsvp.c:(.text+0x3eae): undefined reference to `MRT' srsvp.c:(.text+0x3ed4): undefined reference to `trace' srsvp.c:(.text+0x3eee): undefined reference to `MRT' srsvp.c:(.text+0x3f14): undefined reference to `trace' srsvp.c:(.text+0x3f27): undefined reference to `MRT' srsvp.c:(.text+0x3f4d): undefined reference to `trace' srsvp.c:(.text+0x3f60): undefined reference to `MRT' srsvp.c:(.text+0x3f86): undefined reference to `trace' srsvp.c:(.text+0x4029): undefined reference to `trace' srsvp.c:(.text+0x4046): undefined reference to `MRT' srsvp.c:(.text+0x406c): undefined reference to `trace' srsvp.c:(.text+0x4105): undefined reference to `MRT' srsvp.c:(.text+0x412b): undefined reference to `trace' srsvp.c:(.text+0x41a8): undefined reference to `trace' srsvp.c:(.text+0x4217): undefined reference to `trace' srsvp.c:(.text+0x42a7): undefined reference to `trace' srsvp.c:(.text+0x42cb): undefined reference to `trace' srsvp.o:srsvp.c:(.text+0x4340): more undefined references to `trace' follow srsvp.o: In function `srsvp_get_pdu': srsvp.c:(.text+0x43fb): undefined reference to `afi2family' srsvp.c:(.text+0x4418): undefined reference to `New_Prefix2' srsvp.c:(.text+0x4447): undefined reference to `trace' srsvp.c:(.text+0x454d): undefined reference to `trace' srsvp.c:(.text+0x45da): undefined reference to `afi2family' srsvp.c:(.text+0x45f3): undefined reference to `New_Prefix2' srsvp.c:(.text+0x461b): undefined reference to `trace' srsvp.c:(.text+0x4644): undefined reference to `trace' srsvp.c:(.text+0x466b): undefined reference to `trace' srsvp.c:(.text+0x475d): undefined reference to `trace' srsvp.c:(.text+0x4797): undefined reference to `afi2family' srsvp.c:(.text+0x47b4): undefined reference to `New_Prefix2' srsvp.c:(.text+0x47df): undefined reference to `trace' srsvp.c:(.text+0x4931): undefined reference to `trace' srsvp.c:(.text+0x4955): undefined reference to `trace' srsvp.c:(.text+0x4c55): undefined reference to `trace' srsvp.c:(.text+0x4cd7): undefined reference to `trace' srsvp.o:srsvp.c:(.text+0x4d06): more undefined references to `trace' follow srsvp.o: In function `srsvp_get_pdu': srsvp.c:(.text+0x504f): undefined reference to `MRT' srsvp.c:(.text+0x5075): undefined reference to `trace' srsvp.c:(.text+0x50b4): undefined reference to `MRT' srsvp.c:(.text+0x50da): undefined reference to `trace' srsvp.c:(.text+0x510b): undefined reference to `schedule_event2' srsvp.c:(.text+0x51b3): undefined reference to `MRT' srsvp.c:(.text+0x51d9): undefined reference to `trace' srsvp.c:(.text+0x51fe): undefined reference to `trace' srsvp.c:(.text+0x5279): undefined reference to `address_equal' srsvp.c:(.text+0x5324): undefined reference to `MRT' srsvp.c:(.text+0x534a): undefined reference to `trace' srsvp.c:(.text+0x53e3): undefined reference to `trace' srsvp.c:(.text+0x5442): undefined reference to `address_equal' srsvp.c:(.text+0x5507): undefined reference to `trace' srsvp.c:(.text+0x568c): undefined reference to `trace' srsvp.c:(.text+0x56eb): undefined reference to `trace' srsvp.c:(.text+0x576a): undefined reference to `trace' srsvp.c:(.text+0x57a3): undefined reference to `MRT' srsvp.c:(.text+0x57c9): undefined reference to `trace' srsvp.c:(.text+0x5809): undefined reference to `MRT' srsvp.c:(.text+0x582f): undefined reference to `trace' srsvp.c:(.text+0x5863): undefined reference to `schedule_event2' srsvp.c:(.text+0x58fd): undefined reference to `trace' srsvp.c:(.text+0x59ce): undefined reference to `trace' srsvp.c:(.text+0x5a3b): undefined reference to `trace' srsvp.c:(.text+0x5a82): undefined reference to `trace' srsvp.c:(.text+0x5b97): undefined reference to `trace' srsvp.o:srsvp.c:(.text+0x5c68): more undefined references to `trace' follow srsvp.o: In function `srsvp_get_pdu': srsvp.c:(.text+0x5cd8): undefined reference to `MRT' srsvp.c:(.text+0x5cfe): undefined reference to `trace' srsvp.c:(.text+0x5d2f): undefined reference to `schedule_event2' srsvp.c:(.text+0x5daa): undefined reference to `trace' srsvp.c:(.text+0x5e62): undefined reference to `trace' srsvp.c:(.text+0x5efa): undefined reference to `trace' srsvp.c:(.text+0x5f46): undefined reference to `trace' srsvp.c:(.text+0x6141): undefined reference to `trace' srsvp.o:srsvp.c:(.text+0x6209): more undefined references to `trace' follow srsvp.o: In function `srsvp_get_pdu': srsvp.c:(.text+0x6416): undefined reference to `MRT' srsvp.c:(.text+0x643c): undefined reference to `trace' srsvp.c:(.text+0x6486): undefined reference to `MRT' srsvp.c:(.text+0x64ac): undefined reference to `trace' srsvp.c:(.text+0x64dd): undefined reference to `schedule_event2' srsvp.c:(.text+0x654b): undefined reference to `trace' srsvp.c:(.text+0x655a): undefined reference to `MRT' srsvp.c:(.text+0x6580): undefined reference to `trace' srsvp.c:(.text+0x658e): undefined reference to `select_enable_fd_mask' srsvp.c:(.text+0x65b9): undefined reference to `select_enable_fd_mask' srsvp.c:(.text+0x65eb): undefined reference to `trace' srsvp.o: In function `srsvp_flush_queue': srsvp.c:(.text+0x665e): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x66b7): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x66eb): undefined reference to `trace' srsvp.c:(.text+0x6721): undefined reference to `trace' srsvp.c:(.text+0x675a): undefined reference to `mrt_pthread_mutex_unlock' srsvp.c:(.text+0x6774): undefined reference to `mrt_pthread_mutex_lock' srsvp.c:(.text+0x678e): undefined reference to `select_enable_fd_mask' srsvp.c:(.text+0x67a0): undefined reference to `mrt_pthread_mutex_unlock' srsvp.o: In function `srsvp_resolv_upstream': srsvp.c:(.text+0x6853): undefined reference to `trace' srsvp.c:(.text+0x68a7): undefined reference to `trace' srsvp.o: In function `srsvp_i_am_sender': srsvp.c:(.text+0x6945): undefined reference to `address_equal' srsvp.c:(.text+0x69c6): undefined reference to `trace' srsvp.o: In function `srsvp_open_accept': srsvp.c:(.text+0x6a39): undefined reference to `mrt_accept' srsvp.c:(.text+0x6a51): undefined reference to `select_enable_fd_mask' srsvp.c:(.text+0x6a5a): undefined reference to `sockaddr_toprefix' srsvp.c:(.text+0x6a99): undefined reference to `get_socket_addr' srsvp.c:(.text+0x6ab1): undefined reference to `MRT' srsvp.c:(.text+0x6ada): undefined reference to `trace' srsvp.c:(.text+0x6ae8): undefined reference to `prefix_is_unspecified' srsvp.c:(.text+0x6afc): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6b04): undefined reference to `Ref_Prefix' srsvp.c:(.text+0x6b25): undefined reference to `trace' srsvp.c:(.text+0x6b32): undefined reference to `select_enable_fd_mask' srsvp.c:(.text+0x6b48): undefined reference to `family2string' srsvp.c:(.text+0x6b65): undefined reference to `trace' srsvp.c:(.text+0x6b6d): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6b9b): undefined reference to `trace' srsvp.c:(.text+0x6ba3): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6bc7): undefined reference to `trace' srsvp.c:(.text+0x6bcf): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6bea): undefined reference to `address_equal' srsvp.c:(.text+0x6c0c): undefined reference to `address_equal' srsvp.c:(.text+0x6c37): undefined reference to `trace' srsvp.c:(.text+0x6c40): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6c48): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6c76): undefined reference to `trace' srsvp.c:(.text+0x6c7f): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6c87): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6cd0): undefined reference to `address_equal' srsvp.c:(.text+0x6d30): undefined reference to `trace' srsvp.c:(.text+0x6d38): undefined reference to `Ref_Prefix' srsvp.c:(.text+0x6d64): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6d6c): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6da1): undefined reference to `select_add_fd_event' srsvp.c:(.text+0x6dd1): undefined reference to `select_add_fd_event' srsvp.c:(.text+0x6e1a): undefined reference to `trace' srsvp.c:(.text+0x6e23): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6e2b): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6e3d): undefined reference to `mrt_close' srsvp.c:(.text+0x6e87): undefined reference to `trace' srsvp.c:(.text+0x6e90): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6e98): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6eca): undefined reference to `prefix_compare_wolen' srsvp.c:(.text+0x6ef1): undefined reference to `trace' srsvp.c:(.text+0x6efa): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6f02): undefined reference to `Deref_Prefix' srsvp.c:(.text+0x6f57): undefined reference to `trace' srsvp.o: In function `srsvp_flow_lookup_fn': srsvp.c:(.text+0x6f9c): undefined reference to `address_equal' srsvp.c:(.text+0x6fb6): undefined reference to `address_equal' srsvp.o: In function `srsvp_flow_hash_fn': srsvp.c:(.text+0x6ff4): undefined reference to `ip_hash_fn' srsvp.c:(.text+0x700a): undefined reference to `ip_hash_fn' ../../lib/libcfg.a(config_file.o): In function `config_add_module': config_file.c:(.text+0x2a): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x12f): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x14a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_del_module': config_file.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x252): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x2c1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_add_output': config_file.c:(.text+0x3d9): undefined reference to `New_Buffer' config_file.c:(.text+0x414): undefined reference to `buffer_vprintf' ../../lib/libcfg.a(config_file.o): In function `get_alist_options': config_file.c:(.text+0x459): undefined reference to `uii_parse_line' config_file.c:(.text+0x498): undefined reference to `ascii2prefix' config_file.c:(.text+0x4ae): undefined reference to `Deref_Prefix' config_file.c:(.text+0x4db): undefined reference to `uii_parse_line' config_file.c:(.text+0x505): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_notice': config_file.c:(.text+0x6b0): undefined reference to `user_vnotice' ../../lib/libcfg.a(config_file.o): In function `show_config': config_file.c:(.text+0x6da): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x81d): undefined reference to `uii_add_bulk_output' config_file.c:(.text+0x82b): undefined reference to `buffer_adjust' config_file.c:(.text+0x83f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_write': config_file.c:(.text+0x891): undefined reference to `uii_send_data' config_file.c:(.text+0x899): undefined reference to `uii_yes_no' config_file.c:(.text+0x8e5): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0xa36): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0xaf3): undefined reference to `buffer_adjust' ../../lib/libcfg.a(config_file.o): In function `start_config': config_file.c:(.text+0xb29): undefined reference to `mrt_pthread_mutex_trylock' ../../lib/libcfg.a(config_file.o): In function `end_config': config_file.c:(.text+0xb98): undefined reference to `MRT' config_file.c:(.text+0xbbe): undefined reference to `trace' config_file.c:(.text+0xbda): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `init_config': config_file.c:(.text+0xc0b): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc21): undefined reference to `mrt_pthread_cond_init' config_file.c:(.text+0xc37): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc4d): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc85): undefined reference to `uii_add_command2' config_file.c:(.text+0xca1): undefined reference to `uii_add_command2' config_file.c:(.text+0xcbd): undefined reference to `uii_add_command2' config_file.c:(.text+0xcd9): undefined reference to `uii_add_command2' config_file.c:(.text+0xcf5): undefined reference to `uii_add_command2' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0xd11): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(config_file.o): In function `enable': config_file.c:(.text+0x10aa): undefined reference to `MRT' config_file.c:(.text+0x10d0): undefined reference to `trace' config_file.c:(.text+0x10d7): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_login': config_file.c:(.text+0x1170): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_password': config_file.c:(.text+0x11a2): undefined reference to `UII' config_file.c:(.text+0x11b2): undefined reference to `set_uii' config_file.c:(.text+0x11bc): undefined reference to `strip_spaces' config_file.c:(.text+0x11c6): undefined reference to `UII' config_file.c:(.text+0x11d4): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_access_class': config_file.c:(.text+0x1209): undefined reference to `UII' config_file.c:(.text+0x1217): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_timeout': config_file.c:(.text+0x123d): undefined reference to `UII' config_file.c:(.text+0x127c): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_port': config_file.c:(.text+0x129f): undefined reference to `UII' config_file.c:(.text+0x12b2): undefined reference to `MRT' config_file.c:(.text+0x12d8): undefined reference to `trace' config_file.c:(.text+0x12df): undefined reference to `UII' config_file.c:(.text+0x12f1): undefined reference to `UII' config_file.c:(.text+0x1304): undefined reference to `set_uii' config_file.c:(.text+0x1314): undefined reference to `listen_uii2' ../../lib/libcfg.a(config_file.o): In function `config_line_address': config_file.c:(.text+0x1330): undefined reference to `UII' config_file.c:(.text+0x1353): undefined reference to `prefix_compare2' config_file.c:(.text+0x135e): undefined reference to `UII' config_file.c:(.text+0x136f): undefined reference to `set_uii' config_file.c:(.text+0x1376): undefined reference to `listen_uii2' config_file.c:(.text+0x137e): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_password': config_file.c:(.text+0x13cc): undefined reference to `UII' config_file.c:(.text+0x13dc): undefined reference to `set_uii' config_file.c:(.text+0x13e9): undefined reference to `UII' config_file.c:(.text+0x1410): undefined reference to `set_uii' config_file.c:(.text+0x1426): undefined reference to `strip_spaces' config_file.c:(.text+0x1430): undefined reference to `UII' config_file.c:(.text+0x143e): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_enable_password': config_file.c:(.text+0x1472): undefined reference to `UII' config_file.c:(.text+0x1482): undefined reference to `set_uii' config_file.c:(.text+0x149a): undefined reference to `strip_spaces' config_file.c:(.text+0x14a4): undefined reference to `UII' config_file.c:(.text+0x14b2): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_uii_timeout': config_file.c:(.text+0x159c): undefined reference to `UII' config_file.c:(.text+0x15c8): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_debug': config_file.c:(.text+0x1605): undefined reference to `uii_parse_line' config_file.c:(.text+0x1619): undefined reference to `trace_flag' config_file.c:(.text+0x1640): undefined reference to `trace' config_file.c:(.text+0x1668): undefined reference to `set_trace' config_file.c:(.text+0x1671): undefined reference to `uii_parse_line' config_file.c:(.text+0x1691): undefined reference to `set_trace' config_file.c:(.text+0x16c2): undefined reference to `uii_parse_line' config_file.c:(.text+0x16e9): undefined reference to `set_trace' config_file.c:(.text+0x174b): undefined reference to `set_trace_global' config_file.c:(.text+0x175c): undefined reference to `uii_send_data' ../../lib/libcfg.a(config_file.o): In function `config_access_list': config_file.c:(.text+0x188b): undefined reference to `prefix_toax' config_file.c:(.text+0x18a2): undefined reference to `prefix_toa' config_file.c:(.text+0x199c): undefined reference to `remove_access_list' config_file.c:(.text+0x19ce): undefined reference to `add_access_list' ../../lib/libcfg.a(config_file.o): In function `config_redirect': config_file.c:(.text+0x1a60): undefined reference to `UII' config_file.c:(.text+0x1a83): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_comment': config_file.c:(.text+0x1b0a): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_from_file2': config_file.c:(.text+0x1ba8): undefined reference to `MRT' config_file.c:(.text+0x1c1a): undefined reference to `trace' config_file.c:(.text+0x1c2e): undefined reference to `mrt_pthread_mutex_trylock' config_file.c:(.text+0x1c57): undefined reference to `trace' config_file.c:(.text+0x1c6f): undefined reference to `trace' config_file.c:(.text+0x1cc0): undefined reference to `New_Buffer_Stream' config_file.c:(.text+0x1ccc): undefined reference to `buffer_gets' config_file.c:(.text+0x1ce5): undefined reference to `buffer_gets' config_file.c:(.text+0x1cf8): undefined reference to `uii_proccess_command' config_file.c:(.text+0x1d1a): undefined reference to `trace' config_file.c:(.text+0x1d3a): undefined reference to `trace' config_file.c:(.text+0x1d68): undefined reference to `Delete_Buffer' config_file.c:(.text+0x1d8d): undefined reference to `MRT' config_file.c:(.text+0x1db3): undefined reference to `trace' config_file.c:(.text+0x1dc9): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x1dfd): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_create_default': config_file.c:(.text+0x1e58): undefined reference to `MRT' ../../lib/libcfg.a(config_file.o): In function `get_config_line_vty': config_file.c:(.text+0x1f33): undefined reference to `UII' config_file.c:(.text+0x1f4f): undefined reference to `UII' config_file.c:(.text+0x1f7e): undefined reference to `UII' config_file.c:(.text+0x1fe5): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2013): undefined reference to `UII' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0x202d): more undefined references to `UII' follow ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2041): undefined reference to `MRT' config_file.c:(.text+0x2067): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `get_access_list_config': config_file.c:(.text+0x209b): undefined reference to `access_list_out' ../../lib/libcfg.a(config_file.o): In function `get_uii_redirect': config_file.c:(.text+0x20a7): undefined reference to `UII' ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0xbd): undefined reference to `ip_lookup_fn' commconf.c:(.text+0xd6): undefined reference to `ip_hash_fn' commconf.c:(.text+0x101): undefined reference to `ip_lookup_fn' commconf.c:(.text+0x11a): undefined reference to `ip_hash_fn' commconf.c:(.text+0x143): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x15f): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x166): undefined reference to `UII' commconf.c:(.text+0x17c): undefined reference to `set_uii' commconf.c:(.text+0x183): undefined reference to `UII' commconf.c:(.text+0x19c): undefined reference to `set_uii' commconf.c:(.text+0x1a3): undefined reference to `UII' commconf.c:(.text+0x1bc): undefined reference to `set_uii' commconf.c:(.text+0x1c3): undefined reference to `UII' commconf.c:(.text+0x1dc): undefined reference to `set_uii' commconf.c:(.text+0x1e3): undefined reference to `UII' commconf.c:(.text+0x1fc): undefined reference to `set_uii' commconf.c:(.text+0x203): undefined reference to `UII' commconf.c:(.text+0x21c): undefined reference to `set_uii' commconf.c:(.text+0x23b): undefined reference to `uii_add_command2' commconf.c:(.text+0x257): undefined reference to `uii_add_command2' commconf.c:(.text+0x276): undefined reference to `uii_add_command2' commconf.c:(.text+0x295): undefined reference to `uii_add_command2' commconf.c:(.text+0x2a6): undefined reference to `show_interfaces' commconf.c:(.text+0x2b1): undefined reference to `uii_add_command2' commconf.c:(.text+0x2cd): undefined reference to `uii_add_command2' commconf.c:(.text+0x2e9): undefined reference to `uii_add_command2' commconf.c:(.text+0x308): undefined reference to `uii_add_command2' commconf.c:(.text+0x327): undefined reference to `uii_add_command2' ../../lib/libcfg.a(commconf.o):commconf.c:(.text+0x346): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0x510): undefined reference to `INTERFACE_MASTER' ../../lib/libcfg.a(commconf.o): In function `static_delete_route': commconf.c:(.text+0x54d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x556): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_mrt_reboot': commconf.c:(.text+0x591): undefined reference to `uii_send_data' commconf.c:(.text+0x599): undefined reference to `uii_yes_no' commconf.c:(.text+0x5ac): undefined reference to `uii_send_data' commconf.c:(.text+0x5b6): undefined reference to `mrt_set_force_exit' ../../lib/libcfg.a(commconf.o): In function `config_ip_route': commconf.c:(.text+0x63b): undefined reference to `find_interface_byname' commconf.c:(.text+0x664): undefined reference to `Deref_Prefix' commconf.c:(.text+0x66d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x683): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x699): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x6e6): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x717): undefined reference to `MRT' commconf.c:(.text+0x791): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x7ad): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7b6): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7e7): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7f0): undefined reference to `Deref_Prefix' commconf.c:(.text+0x832): undefined reference to `Ref_Prefix' commconf.c:(.text+0x846): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x84e): undefined reference to `Deref_Prefix' commconf.c:(.text+0x888): undefined reference to `ascii2prefix' commconf.c:(.text+0x8a0): undefined reference to `MRT' commconf.c:(.text+0x8c6): undefined reference to `trace' commconf.c:(.text+0x8cf): undefined reference to `find_interface' commconf.c:(.text+0x8e6): undefined reference to `find_interface_local' commconf.c:(.text+0x901): undefined reference to `add_nexthop' commconf.c:(.text+0x913): undefined reference to `add_gateway' commconf.c:(.text+0x920): undefined reference to `Deref_Prefix' commconf.c:(.text+0x927): undefined reference to `MRT' commconf.c:(.text+0x93b): undefined reference to `nexthop_available' commconf.c:(.text+0x942): undefined reference to `MRT' commconf.c:(.text+0x9af): undefined reference to `Ref_Prefix' commconf.c:(.text+0x9bb): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa31): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa3a): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa48): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa51): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa8d): undefined reference to `MRT' commconf.c:(.text+0xab3): undefined reference to `trace' commconf.c:(.text+0xac5): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0xb59): undefined reference to `Deref_Prefix' commconf.c:(.text+0xb62): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_interface': commconf.c:(.text+0xb94): undefined reference to `find_interface_byname' ../../lib/libcfg.a(commconf.o): In function `config_interface_gateway': commconf.c:(.text+0xd21): undefined reference to `prefix_toa' commconf.c:(.text+0xd4d): undefined reference to `add_gateway' ../../lib/libcfg.a(commconf.o): In function `config_router_id': commconf.c:(.text+0xd84): undefined reference to `MRT' commconf.c:(.text+0xdaa): undefined reference to `trace' commconf.c:(.text+0xdb4): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `config_gateway': commconf.c:(.text+0xde8): undefined reference to `find_interface_byname' commconf.c:(.text+0xdf8): undefined reference to `prefix_toa' commconf.c:(.text+0xe23): undefined reference to `add_gateway' commconf.c:(.text+0xe4d): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `interface_call_fn': commconf.c:(.text+0xe97): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `get_config_ip_route': commconf.c:(.text+0xef3): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_interface_gateway': commconf.c:(.text+0xfb5): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_gateway': commconf.c:(.text+0xfdd): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `re_evaluate_static_routes': commconf.c:(.text+0x106e): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x1079): undefined reference to `MRT' commconf.c:(.text+0x109f): undefined reference to `trace' commconf.c:(.text+0x10a8): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x10b3): undefined reference to `MRT' commconf.c:(.text+0x10d9): undefined reference to `trace' commconf.c:(.text+0x10e2): undefined reference to `find_interface' commconf.c:(.text+0x10fe): undefined reference to `find_interface_local' commconf.c:(.text+0x1139): undefined reference to `nexthop_available' commconf.c:(.text+0x1154): undefined reference to `MRT' commconf.c:(.text+0x1199): undefined reference to `MRT' commconf.c:(.text+0x11d7): undefined reference to `deref_nexthop' commconf.c:(.text+0x11e3): undefined reference to `add_nexthop' commconf.c:(.text+0x11f5): undefined reference to `add_gateway' commconf.c:(.text+0x1200): undefined reference to `MRT' commconf.c:(.text+0x1254): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x1281): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x129b): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x12d6): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `New_Generic_Attr': rib.c:(.text+0x47): undefined reference to `mrt_pthread_mutex_init' ../../lib/librib.a(rib.o): In function `Ref_Generic_Attr': rib.c:(.text+0x81): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x95): undefined reference to `MRT' rib.c:(.text+0xbb): undefined reference to `trace' rib.c:(.text+0xcd): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `Deref_Generic_Attr': rib.c:(.text+0x101): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x118): undefined reference to `deref_nexthop' rib.c:(.text+0x121): undefined reference to `deref_nexthop' rib.c:(.text+0x133): undefined reference to `mrt_pthread_mutex_destroy' rib.c:(.text+0x163): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `New_Rib': rib.c:(.text+0x1ad): undefined reference to `mrt_pthread_mutex_init' rib.c:(.text+0x1b8): undefined reference to `MRT' rib.c:(.text+0x1e4): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_update_route': rib.c:(.text+0x24c): undefined reference to `MRT' rib.c:(.text+0x272): undefined reference to `trace' rib.c:(.text+0x28a): undefined reference to `MRT' rib.c:(.text+0x2b0): undefined reference to `trace' rib.c:(.text+0x2ba): undefined reference to `family2afi' rib.c:(.text+0x2c8): undefined reference to `MRT' rib.c:(.text+0x2ee): undefined reference to `trace' rib.c:(.text+0x304): undefined reference to `RIBS' rib.c:(.text+0x32f): undefined reference to `MRT' rib.c:(.text+0x355): undefined reference to `trace' rib.c:(.text+0x388): undefined reference to `ref_nexthop' rib.c:(.text+0x3ae): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x3c7): undefined reference to `trace' rib.c:(.text+0x3d9): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x3e5): undefined reference to `MRT' rib.c:(.text+0x40b): undefined reference to `trace' rib.c:(.text+0x42b): undefined reference to `add_nexthop' rib.c:(.text+0x441): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x45a): undefined reference to `trace' rib.c:(.text+0x46c): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x4a1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_best_route': rib.c:(.text+0x4c7): undefined reference to `MRT' rib.c:(.text+0x4ed): undefined reference to `trace' rib.c:(.text+0x502): undefined reference to `family2afi' rib.c:(.text+0x510): undefined reference to `MRT' rib.c:(.text+0x536): undefined reference to `trace' rib.c:(.text+0x54c): undefined reference to `RIBS' rib.c:(.text+0x567): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x580): undefined reference to `trace' rib.c:(.text+0x592): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x5b3): undefined reference to `MRT' rib.c:(.text+0x5d9): undefined reference to `trace' rib.c:(.text+0x606): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x646): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_open': rib.c:(.text+0x674): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x68d): undefined reference to `trace' rib.c:(.text+0x6a5): undefined reference to `mrt_pthread_mutex_lock' ../../lib/librib.a(rib.o): In function `rib_add_route': rib.c:(.text+0x6fa): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x705): undefined reference to `MRT' rib.c:(.text+0x72b): undefined reference to `trace' rib.c:(.text+0x73d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x748): undefined reference to `MRT' rib.c:(.text+0x76e): undefined reference to `trace' rib.c:(.text+0x778): undefined reference to `family2afi' rib.c:(.text+0x786): undefined reference to `MRT' rib.c:(.text+0x7ac): undefined reference to `trace' rib.c:(.text+0x7d2): undefined reference to `MRT' rib.c:(.text+0x7f8): undefined reference to `trace' rib.c:(.text+0x808): undefined reference to `MRT' rib.c:(.text+0x82e): undefined reference to `trace' rib.c:(.text+0x83e): undefined reference to `MRT' rib.c:(.text+0x864): undefined reference to `trace' rib.c:(.text+0x884): undefined reference to `Ref_Prefix' rib.c:(.text+0x8e9): undefined reference to `MRT' rib.c:(.text+0x90f): undefined reference to `trace' rib.c:(.text+0x933): undefined reference to `prefix_toax' rib.c:(.text+0x94a): undefined reference to `trace' rib.c:(.text+0xa51): undefined reference to `New_Buffer' rib.c:(.text+0xa84): undefined reference to `trace' rib.c:(.text+0xa8c): undefined reference to `Delete_Buffer' rib.c:(.text+0xb1c): undefined reference to `New_Buffer' rib.c:(.text+0xb51): undefined reference to `trace' rib.c:(.text+0xb59): undefined reference to `Delete_Buffer' rib.c:(.text+0xb70): undefined reference to `New_Buffer' rib.c:(.text+0xbae): undefined reference to `trace' rib.c:(.text+0xbb7): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `rib_del_route': rib.c:(.text+0xc9f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xcaa): undefined reference to `MRT' rib.c:(.text+0xcd0): undefined reference to `trace' rib.c:(.text+0xce2): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xced): undefined reference to `MRT' rib.c:(.text+0xd13): undefined reference to `trace' rib.c:(.text+0xd3e): undefined reference to `MRT' rib.c:(.text+0xd64): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_close': rib.c:(.text+0xe20): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `route_toa_buffer': rib.c:(.text+0xe55): undefined reference to `New_Buffer' rib.c:(.text+0xe76): undefined reference to `buffer_printf' rib.c:(.text+0xe8a): undefined reference to `buffer_printf' rib.c:(.text+0xea7): undefined reference to `prefix_equal' rib.c:(.text+0xec1): undefined reference to `buffer_printf' rib.c:(.text+0xec9): undefined reference to `proto2string' rib.c:(.text+0xee1): undefined reference to `buffer_printf' rib.c:(.text+0xf06): undefined reference to `buffer_printf' ../../lib/librib.a(rib.o): In function `New_Route_Node': rib.c:(.text+0xf68): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0xf80): undefined reference to `MRT' rib.c:(.text+0xfa6): undefined reference to `trace' rib.c:(.text+0xfb8): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_call_fn': rib.c:(.text+0x1068): undefined reference to `MRT' rib.c:(.text+0x108e): undefined reference to `trace' rib.c:(.text+0x10b1): undefined reference to `nexthop_available' rib.c:(.text+0x10dd): undefined reference to `nexthop_available' rib.c:(.text+0x112a): undefined reference to `MRT' rib.c:(.text+0x1153): undefined reference to `trace' rib.c:(.text+0x119e): undefined reference to `MRT' rib.c:(.text+0x11c4): undefined reference to `trace' rib.c:(.text+0x11fd): undefined reference to `MRT' rib.c:(.text+0x124e): undefined reference to `MRT' rib.c:(.text+0x1274): undefined reference to `trace' rib.c:(.text+0x12ad): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_replace_active': rib.c:(.text+0x1340): undefined reference to `nexthop_available' rib.c:(.text+0x1366): undefined reference to `New_Buffer' rib.c:(.text+0x139a): undefined reference to `trace' rib.c:(.text+0x13a2): undefined reference to `Delete_Buffer' rib.c:(.text+0x1406): undefined reference to `MRT' rib.c:(.text+0x148d): undefined reference to `MRT' rib.c:(.text+0x14ec): undefined reference to `trace' rib.c:(.text+0x1501): undefined reference to `Deref_Prefix' rib.c:(.text+0x156a): undefined reference to `MRT' rib.c:(.text+0x15ef): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_delete_route_node': rib.c:(.text+0x168c): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1697): undefined reference to `MRT' rib.c:(.text+0x16bd): undefined reference to `trace' rib.c:(.text+0x16e7): undefined reference to `New_Buffer' rib.c:(.text+0x171a): undefined reference to `trace' rib.c:(.text+0x1722): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `init_rib': rib.c:(.text+0x178c): undefined reference to `RIB' rib.c:(.text+0x1796): undefined reference to `MRT' rib.c:(.text+0x17bc): undefined reference to `trace' rib.c:(.text+0x17cd): undefined reference to `RIB' rib.c:(.text+0x17e3): undefined reference to `trace_copy' rib.c:(.text+0x17ed): undefined reference to `RIB' rib.c:(.text+0x1804): undefined reference to `set_trace' rib.c:(.text+0x180b): undefined reference to `RIB' rib.c:(.text+0x1812): undefined reference to `RIBS' rib.c:(.text+0x1819): undefined reference to `RIBv6' rib.c:(.text+0x1823): undefined reference to `MRT' rib.c:(.text+0x1849): undefined reference to `trace' rib.c:(.text+0x185a): undefined reference to `RIBv6' rib.c:(.text+0x1870): undefined reference to `trace_copy' rib.c:(.text+0x187a): undefined reference to `RIBv6' rib.c:(.text+0x1891): undefined reference to `set_trace' rib.c:(.text+0x1898): undefined reference to `RIBv6' rib.c:(.text+0x189f): undefined reference to `RIBS' rib.c:(.text+0x18a6): undefined reference to `RIBv6m' rib.c:(.text+0x18b0): undefined reference to `MRT' rib.c:(.text+0x18d6): undefined reference to `trace' rib.c:(.text+0x18e7): undefined reference to `RIBv6m' rib.c:(.text+0x18fd): undefined reference to `trace_copy' rib.c:(.text+0x1907): undefined reference to `RIBv6m' rib.c:(.text+0x191e): undefined reference to `set_trace' rib.c:(.text+0x1925): undefined reference to `RIBv6m' rib.c:(.text+0x192c): undefined reference to `RIBS' rib.c:(.text+0x1933): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_flush_route': rib.c:(.text+0x19c6): undefined reference to `MRT' rib.c:(.text+0x19ec): undefined reference to `trace' rib.c:(.text+0x1a05): undefined reference to `MRT' rib.c:(.text+0x1a2b): undefined reference to `trace' rib.c:(.text+0x1a45): undefined reference to `RIBS' rib.c:(.text+0x1a60): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1a79): undefined reference to `trace' rib.c:(.text+0x1a8b): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1a9d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1aa8): undefined reference to `MRT' rib.c:(.text+0x1ace): undefined reference to `trace' rib.c:(.text+0x1d17): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_request': rib.c:(.text+0x1d50): undefined reference to `MRT' rib.c:(.text+0x1d76): undefined reference to `trace' rib.c:(.text+0x1d8f): undefined reference to `MRT' rib.c:(.text+0x1db5): undefined reference to `trace' rib.c:(.text+0x1dcf): undefined reference to `RIBS' rib.c:(.text+0x1dee): undefined reference to `MRT' rib.c:(.text+0x1e14): undefined reference to `trace' rib.c:(.text+0x1e26): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1e3f): undefined reference to `trace' rib.c:(.text+0x1e51): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1f17): undefined reference to `MRT' rib.c:(.text+0x1f3d): undefined reference to `trace' rib.c:(.text+0x1fb0): undefined reference to `nexthop_available' rib.c:(.text+0x1fc7): undefined reference to `MRT' rib.c:(.text+0x20ca): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x20e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_network': rib.c:(.text+0x212c): undefined reference to `MRT' rib.c:(.text+0x2152): undefined reference to `trace' rib.c:(.text+0x216a): undefined reference to `MRT' rib.c:(.text+0x2190): undefined reference to `trace' rib.c:(.text+0x219a): undefined reference to `family2afi' rib.c:(.text+0x21af): undefined reference to `RIBS' rib.c:(.text+0x21c9): undefined reference to `MRT' rib.c:(.text+0x21ef): undefined reference to `trace' rib.c:(.text+0x2205): undefined reference to `RIBv6' rib.c:(.text+0x2217): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2230): undefined reference to `trace' rib.c:(.text+0x2242): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x22c8): undefined reference to `prefix_equal' rib.c:(.text+0x2387): undefined reference to `prefix_equal' rib.c:(.text+0x23f3): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x2407): undefined reference to `Deref_Prefix' rib.c:(.text+0x2438): undefined reference to `Ref_Prefix' rib.c:(.text+0x24b9): undefined reference to `MRT' rib.c:(.text+0x24df): undefined reference to `trace' rib.c:(.text+0x24ec): undefined reference to `a_include_b' rib.c:(.text+0x2550): undefined reference to `nexthop_available' rib.c:(.text+0x257d): undefined reference to `MRT' rib.c:(.text+0x267d): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_upstream': rib.c:(.text+0x2707): undefined reference to `MRT' rib.c:(.text+0x272d): undefined reference to `trace' rib.c:(.text+0x2742): undefined reference to `family2afi' rib.c:(.text+0x2750): undefined reference to `MRT' rib.c:(.text+0x2776): undefined reference to `trace' rib.c:(.text+0x278c): undefined reference to `RIBS' rib.c:(.text+0x27a7): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x27c0): undefined reference to `trace' rib.c:(.text+0x27d2): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x27f3): undefined reference to `MRT' rib.c:(.text+0x2819): undefined reference to `trace' rib.c:(.text+0x2844): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_nexthop': rib.c:(.text+0x2881): undefined reference to `MRT' rib.c:(.text+0x28a7): undefined reference to `trace' rib.c:(.text+0x28b4): undefined reference to `MRT' rib.c:(.text+0x28da): undefined reference to `trace' rib.c:(.text+0x28f0): undefined reference to `RIBS' rib.c:(.text+0x291f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2938): undefined reference to `trace' rib.c:(.text+0x294a): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x29ec): undefined reference to `trace' rib.c:(.text+0x2a19): undefined reference to `MRT' rib.c:(.text+0x2a3f): undefined reference to `trace' rib.c:(.text+0x2a86): undefined reference to `add_nexthop' rib.c:(.text+0x2a9a): undefined reference to `MRT' rib.c:(.text+0x2ac0): undefined reference to `trace' rib.c:(.text+0x2ada): undefined reference to `MRT' rib.c:(.text+0x2b00): undefined reference to `trace' rib.c:(.text+0x2b1a): undefined reference to `ref_nexthop' rib.c:(.text+0x2b39): undefined reference to `prefix_toa' rib.c:(.text+0x2b54): undefined reference to `deref_nexthop' rib.c:(.text+0x2b7a): undefined reference to `prefix_toa' rib.c:(.text+0x2bc9): undefined reference to `trace' rib.c:(.text+0x2bd5): undefined reference to `deref_nexthop' rib.c:(.text+0x2d0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_time': rib.c:(.text+0x2d44): undefined reference to `MRT' rib.c:(.text+0x2d6a): undefined reference to `trace' rib.c:(.text+0x2d77): undefined reference to `MRT' rib.c:(.text+0x2d9d): undefined reference to `trace' rib.c:(.text+0x2db3): undefined reference to `RIBS' ../../lib/librib.a(rib.o): In function `rib_compare_routes': rib.c:(.text+0x2de6): undefined reference to `nexthop_available' rib.c:(.text+0x2df7): undefined reference to `nexthop_available' rib.c:(.text+0x2e08): undefined reference to `nexthop_available' rib.c:(.text+0x2e30): undefined reference to `nexthop_available' ../../lib/librib.a(rib.o): In function `check_networks': rib.c:(.text+0x2eb9): undefined reference to `MRT' rib.c:(.text+0x2edf): undefined reference to `trace' rib.c:(.text+0x2f1f): undefined reference to `a_include_b' ../../lib/librib.a(rib_uii.o): In function `show_rib_status': rib_uii.c:(.text+0xb): undefined reference to `num_active_prefixes' rib_uii.c:(.text+0x17): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2c): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x41): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x56): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x62): undefined reference to `MRT' rib_uii.c:(.text+0x76): undefined reference to `MRT' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_head': rib_uii.c:(.text+0xec): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_line': rib_uii.c:(.text+0x145): undefined reference to `prefix_toa2x' rib_uii.c:(.text+0x16d): undefined reference to `proto2string' rib_uii.c:(.text+0x1d8): undefined reference to `prefix_toa' rib_uii.c:(.text+0x241): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `show_rib_routes': rib_uii.c:(.text+0x2bb): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2ca): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x313): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x3cd): undefined reference to `nexthop_available' rib_uii.c:(.text+0x52a): undefined reference to `uii_send_bulk_data' ../../lib/librib.a(rib_uii.o): In function `show_ip_routes': rib_uii.c:(.text+0x560): undefined reference to `RIB' rib_uii.c:(.text+0x57d): undefined reference to `RIBm' ../../lib/librib.a(rib_uii.o): In function `show_ipv6_routes': rib_uii.c:(.text+0x5a0): undefined reference to `RIBv6' rib_uii.c:(.text+0x5bd): undefined reference to `RIBv6m' ../../lib/librib.a(rib_uii.o): In function `trace_ip_rib': rib_uii.c:(.text+0x5d6): undefined reference to `RIB' rib_uii.c:(.text+0x5f9): undefined reference to `RIB' rib_uii.c:(.text+0x60d): undefined reference to `set_trace' rib_uii.c:(.text+0x614): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `trace_ipv6_rib': rib_uii.c:(.text+0x633): undefined reference to `RIB' rib_uii.c:(.text+0x64f): undefined reference to `RIBv6' rib_uii.c:(.text+0x65b): undefined reference to `RIBv6' rib_uii.c:(.text+0x66f): undefined reference to `set_trace' rib_uii.c:(.text+0x676): undefined reference to `RIBv6' ../../lib/librib.a(rib_uii.o): In function `trace_bgp_rib_op': rib_uii.c:(.text+0x6b7): undefined reference to `RIB' rib_uii.c:(.text+0x6fa): undefined reference to `MRT' rib_uii.c:(.text+0x715): undefined reference to `user_notice' rib_uii.c:(.text+0x743): undefined reference to `RIB' rib_uii.c:(.text+0x758): undefined reference to `set_trace' rib_uii.c:(.text+0x75f): undefined reference to `RIB' rib_uii.c:(.text+0x76b): undefined reference to `RIBv6' rib_uii.c:(.text+0x777): undefined reference to `RIBv6' rib_uii.c:(.text+0x78c): undefined reference to `set_trace' rib_uii.c:(.text+0x793): undefined reference to `RIBv6' rib_uii.c:(.text+0x7a4): undefined reference to `RIB' rib_uii.c:(.text+0x7b9): undefined reference to `set_trace' rib_uii.c:(.text+0x7c0): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `show_gateway_table': rib_uii.c:(.text+0x829): undefined reference to `mrt_pthread_mutex_lock' rib_uii.c:(.text+0x838): undefined reference to `family2string' rib_uii.c:(.text+0x84d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x874): undefined reference to `prefix_toa' rib_uii.c:(.text+0x89d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x8d1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(util.o): In function `uii_parse_line2': util.c:(.text+0x522): undefined reference to `MRT' util.c:(.text+0x54b): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `New_Radix': radix.c:(.text+0x3b): undefined reference to `MRT' radix.c:(.text+0x61): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `Clear_Radix': radix.c:(.text+0xa3): undefined reference to `MRT' radix.c:(.text+0xc9): undefined reference to `trace' radix.c:(.text+0xf2): undefined reference to `Deref_Prefix' radix.c:(.text+0x11a): undefined reference to `MRT' radix.c:(.text+0x140): undefined reference to `trace' radix.c:(.text+0x1c3): undefined reference to `MRT' radix.c:(.text+0x1fa): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_process': radix.c:(.text+0x26e): undefined reference to `MRT' radix.c:(.text+0x294): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_exact': radix.c:(.text+0x36f): undefined reference to `MRT' radix.c:(.text+0x395): undefined reference to `trace' radix.c:(.text+0x407): undefined reference to `MRT' radix.c:(.text+0x42d): undefined reference to `trace' radix.c:(.text+0x442): undefined reference to `MRT' radix.c:(.text+0x468): undefined reference to `trace' radix.c:(.text+0x47b): undefined reference to `comp_with_mask' radix.c:(.text+0x49c): undefined reference to `MRT' radix.c:(.text+0x4c2): undefined reference to `trace' radix.c:(.text+0x4d2): undefined reference to `MRT' radix.c:(.text+0x4f8): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_best2': radix.c:(.text+0x53c): undefined reference to `MRT' radix.c:(.text+0x562): undefined reference to `trace' radix.c:(.text+0x573): undefined reference to `MRT' radix.c:(.text+0x599): undefined reference to `trace' radix.c:(.text+0x649): undefined reference to `comp_with_mask' radix.c:(.text+0x674): undefined reference to `MRT' radix.c:(.text+0x69a): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_lookup': radix.c:(.text+0x6f7): undefined reference to `MRT' radix.c:(.text+0x71d): undefined reference to `trace' radix.c:(.text+0x795): undefined reference to `MRT' radix.c:(.text+0x7bb): undefined reference to `trace' radix.c:(.text+0x812): undefined reference to `MRT' radix.c:(.text+0x838): undefined reference to `trace' radix.c:(.text+0x84c): undefined reference to `MRT' radix.c:(.text+0x872): undefined reference to `trace' radix.c:(.text+0x8a0): undefined reference to `Ref_Prefix' radix.c:(.text+0x90e): undefined reference to `MRT' radix.c:(.text+0x937): undefined reference to `trace' radix.c:(.text+0x995): undefined reference to `Ref_Prefix' radix.c:(.text+0x9ab): undefined reference to `MRT' radix.c:(.text+0x9d1): undefined reference to `trace' radix.c:(.text+0xa05): undefined reference to `Ref_Prefix' radix.c:(.text+0xa64): undefined reference to `MRT' radix.c:(.text+0xa8a): undefined reference to `trace' radix.c:(.text+0xaf2): undefined reference to `MRT' radix.c:(.text+0xb18): undefined reference to `trace' radix.c:(.text+0xbf8): undefined reference to `MRT' radix.c:(.text+0xc1e): undefined reference to `trace' radix.c:(.text+0xc2c): undefined reference to `MRT' radix.c:(.text+0xc52): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_remove': radix.c:(.text+0xccf): undefined reference to `Deref_Prefix' radix.c:(.text+0xceb): undefined reference to `MRT' radix.c:(.text+0xd11): undefined reference to `trace' radix.c:(.text+0xd1d): undefined reference to `MRT' radix.c:(.text+0xd43): undefined reference to `trace' radix.c:(.text+0xd65): undefined reference to `Deref_Prefix' radix.c:(.text+0xd96): undefined reference to `MRT' radix.c:(.text+0xdbc): undefined reference to `trace' radix.c:(.text+0xdd2): undefined reference to `MRT' radix.c:(.text+0xdf8): undefined reference to `trace' radix.c:(.text+0xe0d): undefined reference to `Deref_Prefix' radix.c:(.text+0xe3c): undefined reference to `MRT' radix.c:(.text+0xe62): undefined reference to `trace' radix.c:(.text+0xe91): undefined reference to `MRT' radix.c:(.text+0xeb7): undefined reference to `trace' radix.c:(.text+0xef9): undefined reference to `MRT' radix.c:(.text+0xf1f): undefined reference to `trace' radix.c:(.text+0xf35): undefined reference to `MRT' radix.c:(.text+0xf5b): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `time_left': timer.c:(.text+0x11): undefined reference to `MRT' timer.c:(.text+0x37): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `init_timer': timer.c:(.text+0x66): undefined reference to `MRT' timer.c:(.text+0x8c): undefined reference to `trace' timer.c:(.text+0xda): undefined reference to `trace_copy' timer.c:(.text+0xfb): undefined reference to `set_trace' timer.c:(.text+0x117): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Fire': timer.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x1af): undefined reference to `MRT' timer.c:(.text+0x1d5): undefined reference to `trace' timer.c:(.text+0x288): undefined reference to `Ref_Event' timer.c:(.text+0x293): undefined reference to `schedule_event3' timer.c:(.text+0x2c3): undefined reference to `Ref_Event' timer.c:(.text+0x2fe): undefined reference to `Ref_Event' timer.c:(.text+0x3f8): undefined reference to `Deref_Event' timer.c:(.text+0x4f1): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x52a): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x552): undefined reference to `schedule_event_dispatch' timer.c:(.text+0x5b8): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x607): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Turn_OFF': timer.c:(.text+0x64f): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x67f): undefined reference to `trace' timer.c:(.text+0x69f): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x6a6): undefined reference to `MRT' timer.c:(.text+0x6cc): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Update': timer.c:(.text+0x710): undefined reference to `mrt_pthread_mutex_trylock' timer.c:(.text+0x71b): undefined reference to `MRT' timer.c:(.text+0x741): undefined reference to `trace' timer.c:(.text+0x7e2): undefined reference to `MRT' timer.c:(.text+0x808): undefined reference to `trace' timer.c:(.text+0x855): undefined reference to `trace' timer.c:(.text+0x887): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Reset_Time': timer.c:(.text+0x8a9): undefined reference to `MRT' timer.c:(.text+0x8cf): undefined reference to `trace' timer.c:(.text+0x991): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x9c5): undefined reference to `trace' timer.c:(.text+0x9f5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Set_Time': timer.c:(.text+0xa35): undefined reference to `MRT' timer.c:(.text+0xa5b): undefined reference to `trace' timer.c:(.text+0xa82): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Adjust_Time': timer.c:(.text+0xac5): undefined reference to `MRT' timer.c:(.text+0xaeb): undefined reference to `trace' timer.c:(.text+0xb12): undefined reference to `trace' timer.c:(.text+0xb49): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xb6f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `New_Timer2': timer.c:(.text+0xe0d): undefined reference to `New_Event' timer.c:(.text+0xeba): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xf00): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Destroy_Timer': timer.c:(.text+0xf84): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xfb5): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0xfbe): undefined reference to `Deref_Event' ../../lib/libmrt.a(signal.o): In function `mrt_process_signal': signal.c:(.text+0x1c): undefined reference to `MRT' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/programs/ricd cd route_atob; /usr/pkg/bin/bmake clang -Wl,-R/usr/pkg/lib route_atob.o ../../lib/libbgp.a ../../lib/libmrt.a -o route_atob -lkvm route_atob.o: In function `main': route_atob.c:(.text+0x18): undefined reference to `New_Trace' route_atob.c:(.text+0xa1): undefined reference to `set_trace' route_atob.c:(.text+0xc3): undefined reference to `init_mrt' route_atob.c:(.text+0x1ea): undefined reference to `MRT' route_atob.c:(.text+0x214): undefined reference to `trace' route_atob.o: In function `read_ascii': route_atob.c:(.text+0x286): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x2a0): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x2b8): undefined reference to `New_Buffer_Stream' route_atob.c:(.text+0x460): undefined reference to `buffer_gets' route_atob.c:(.text+0x4ad): undefined reference to `MRT' route_atob.c:(.text+0x4c5): undefined reference to `trace' route_atob.c:(.text+0x681): undefined reference to `MRT' route_atob.c:(.text+0x726): undefined reference to `MRT' route_atob.c:(.text+0x7af): undefined reference to `MRT' route_atob.c:(.text+0x7ca): undefined reference to `trace' route_atob.c:(.text+0x7d1): undefined reference to `MRT' route_atob.c:(.text+0x7e6): undefined reference to `trace' route_atob.c:(.text+0x7f5): undefined reference to `MRT' route_atob.c:(.text+0x9de): undefined reference to `ascii2prefix' route_atob.c:(.text+0xb1e): undefined reference to `parse_line' route_atob.c:(.text+0xb50): undefined reference to `MRT' route_atob.c:(.text+0xb6b): undefined reference to `trace' route_atob.c:(.text+0xb77): undefined reference to `Deref_Prefix' route_atob.c:(.text+0xc1d): undefined reference to `parse_line' route_atob.c:(.text+0xde7): undefined reference to `parse_line' route_atob.c:(.text+0xf4c): undefined reference to `MRT' route_atob.c:(.text+0xfea): undefined reference to `MRT' route_atob.c:(.text+0x1076): undefined reference to `MRT' route_atob.c:(.text+0x1091): undefined reference to `trace' route_atob.c:(.text+0x1098): undefined reference to `MRT' route_atob.c:(.text+0x10ad): undefined reference to `trace' route_atob.c:(.text+0x1144): undefined reference to `MRT' route_atob.c:(.text+0x11c3): undefined reference to `MRT' route_atob.c:(.text+0x11de): undefined reference to `trace' route_atob.c:(.text+0x11e5): undefined reference to `MRT' route_atob.c:(.text+0x11fa): undefined reference to `trace' route_atob.c:(.text+0x128c): undefined reference to `MRT' route_atob.c:(.text+0x12ad): undefined reference to `trace' route_atob.c:(.text+0x12b9): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x1331): undefined reference to `MRT' route_atob.c:(.text+0x1346): undefined reference to `trace' route_atob.c:(.text+0x13b7): undefined reference to `MRT' route_atob.c:(.text+0x14f1): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x1517): undefined reference to `MRT' route_atob.c:(.text+0x152c): undefined reference to `trace' route_atob.c:(.text+0x156d): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x15e9): undefined reference to `MRT' route_atob.c:(.text+0x1bd7): undefined reference to `ascii2prefix' route_atob.c:(.text+0x1bea): undefined reference to `add_gateway' route_atob.c:(.text+0x1d2f): undefined reference to `ascii2prefix' route_atob.c:(.text+0x1d42): undefined reference to `add_gateway' route_atob.c:(.text+0x1d62): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x228a): undefined reference to `MRT' route_atob.c:(.text+0x22da): undefined reference to `MRT' route_atob.c:(.text+0x2583): undefined reference to `ascii2prefix' route_atob.c:(.text+0x2596): undefined reference to `add_gateway' route_atob.c:(.text+0x25a5): undefined reference to `Deref_Prefix' route_atob.c:(.text+0x2e26): undefined reference to `ascii2prefix' route_atob.c:(.text+0x373e): undefined reference to `MRT' route_atob.c:(.text+0x3753): undefined reference to `trace' route_atob.c:(.text+0x376f): undefined reference to `MRT' route_atob.c:(.text+0x378b): undefined reference to `trace' route_atob.c:(.text+0x37b5): undefined reference to `MRT' route_atob.c:(.text+0x37d5): undefined reference to `trace' route_atob.c:(.text+0x37fb): undefined reference to `trace' route_atob.c:(.text+0x384e): undefined reference to `Delete_Buffer' route_atob.o: In function `trace_mrt_header': route_atob.c:(.text+0x38b9): undefined reference to `trace' route_atob.c:(.text+0x38ec): undefined reference to `trace' route_atob.c:(.text+0x3902): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr': bgp_attr.c:(.text+0xcc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0xda): undefined reference to `origin2string' bgp_attr.c:(.text+0xf3): undefined reference to `trace' bgp_attr.c:(.text+0x106): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x11f): undefined reference to `trace' bgp_attr.c:(.text+0x13c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x14f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x168): undefined reference to `trace' bgp_attr.c:(.text+0x172): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x182): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x19b): undefined reference to `trace' bgp_attr.c:(.text+0x1ae): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1c7): undefined reference to `trace' bgp_attr.c:(.text+0x1da): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1f3): undefined reference to `trace' bgp_attr.c:(.text+0x206): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x21b): undefined reference to `trace' bgp_attr.c:(.text+0x22d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x245): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x262): undefined reference to `trace' bgp_attr.c:(.text+0x275): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x285): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x29e): undefined reference to `trace' bgp_attr.c:(.text+0x2b1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x2da): undefined reference to `trace' bgp_attr.c:(.text+0x2ed): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x316): undefined reference to `trace' bgp_attr.c:(.text+0x329): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x34d): undefined reference to `trace' bgp_attr.c:(.text+0x3df): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr2': bgp_attr.c:(.text+0x45d): undefined reference to `trace' bgp_attr.c:(.text+0x483): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x495): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4bc): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0x4f2): undefined reference to `MRT' bgp_attr.c:(.text+0x518): undefined reference to `trace' bgp_attr.c:(.text+0x52a): undefined reference to `MRT' bgp_attr.c:(.text+0x550): undefined reference to `trace' bgp_attr.c:(.text+0x565): undefined reference to `MRT' bgp_attr.c:(.text+0x58b): undefined reference to `trace' bgp_attr.c:(.text+0x5a8): undefined reference to `MRT' bgp_attr.c:(.text+0x5ce): undefined reference to `trace' bgp_attr.c:(.text+0x60e): undefined reference to `trace' bgp_attr.c:(.text+0x648): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x67e): undefined reference to `trace' bgp_attr.c:(.text+0x74c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x788): undefined reference to `okay_trace' bgp_attr.c:(.text+0x79c): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x7b3): undefined reference to `trace' bgp_attr.c:(.text+0x7de): undefined reference to `trace' bgp_attr.c:(.text+0x81f): undefined reference to `trace' bgp_attr.c:(.text+0x846): undefined reference to `trace' bgp_attr.c:(.text+0x91b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x939): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0xa1b): undefined reference to `New_Prefix' bgp_attr.c:(.text+0xa44): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0xa79): undefined reference to `okay_trace' bgp_attr.c:(.text+0xa8d): undefined reference to `prefix_toax' bgp_attr.c:(.text+0xaa4): undefined reference to `trace' bgp_attr.c:(.text+0xad4): undefined reference to `trace' bgp_attr.c:(.text+0xb10): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0xb80): undefined reference to `MRT' bgp_attr.c:(.text+0xba6): undefined reference to `trace' bgp_attr.c:(.text+0xbb7): undefined reference to `MRT' bgp_attr.c:(.text+0xbdd): undefined reference to `trace' bgp_attr.c:(.text+0xc5b): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0xcf1): undefined reference to `trace' bgp_attr.c:(.text+0xf1a): undefined reference to `trace' bgp_attr.c:(.text+0x1050): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x1070): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x1080): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x1213): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x12f4): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x148e): undefined reference to `trace' bgp_attr.c:(.text+0x152a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1571): undefined reference to `trace' bgp_attr.c:(.text+0x15a1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x15e2): undefined reference to `trace' bgp_attr.c:(.text+0x1641): undefined reference to `trace' bgp_attr.c:(.text+0x170d): undefined reference to `trace' bgp_attr.c:(.text+0x1803): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x184a): undefined reference to `trace' bgp_attr.c:(.text+0x189a): undefined reference to `trace' bgp_attr.c:(.text+0x19f4): undefined reference to `trace' bgp_attr.c:(.text+0x1b07): undefined reference to `trace' bgp_attr.c:(.text+0x1b9e): undefined reference to `trace' bgp_attr.c:(.text+0x1bcf): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x1bdf): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x1c5f): undefined reference to `trace' bgp_attr.c:(.text+0x1cc0): undefined reference to `trace' bgp_attr.c:(.text+0x1d01): undefined reference to `trace' bgp_attr.c:(.text+0x1f14): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2007): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x203f): undefined reference to `trace' bgp_attr.c:(.text+0x2055): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x21df): undefined reference to `trace' bgp_attr.c:(.text+0x2238): undefined reference to `trace' bgp_attr.c:(.text+0x226f): undefined reference to `MRT' bgp_attr.c:(.text+0x2295): undefined reference to `trace' bgp_attr.c:(.text+0x22c4): undefined reference to `MRT' bgp_attr.c:(.text+0x22ea): undefined reference to `trace' bgp_attr.c:(.text+0x2318): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2331): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x2341): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2388): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x23a2): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x23c2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x23cd): undefined reference to `prefix_is_unspecified' bgp_attr.c:(.text+0x23e7): undefined reference to `prefix_is_linklocal' bgp_attr.c:(.text+0x23f7): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2435): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x244e): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x248e): undefined reference to `MRT' bgp_attr.c:(.text+0x24b4): undefined reference to `trace' bgp_attr.c:(.text+0x24e2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x24fb): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x250b): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x253d): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x2554): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x257f): undefined reference to `trace' bgp_attr.c:(.text+0x283c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x293f): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2973): undefined reference to `trace' bgp_attr.c:(.text+0x2999): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2a74): undefined reference to `trace' bgp_attr.c:(.text+0x2ac3): undefined reference to `trace' bgp_attr.c:(.text+0x2b18): undefined reference to `trace' bgp_attr.c:(.text+0x2b40): undefined reference to `trace' bgp_attr.c:(.text+0x2b6e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x2bdf): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x2ebe): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2efb): undefined reference to `trace' bgp_attr.c:(.text+0x2f3a): undefined reference to `trace' bgp_attr.c:(.text+0x2f6e): undefined reference to `trace' bgp_attr.c:(.text+0x2f9c): undefined reference to `trace' bgp_attr.c:(.text+0x3019): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x304c): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x3096): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x30c8): undefined reference to `trace' bgp_attr.c:(.text+0x30ef): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_deref_attr': bgp_attr.c:(.text+0x313c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x314a): undefined reference to `MRT' bgp_attr.c:(.text+0x3170): undefined reference to `trace' bgp_attr.c:(.text+0x31a5): undefined reference to `MRT' bgp_attr.c:(.text+0x31cb): undefined reference to `trace' bgp_attr.c:(.text+0x31e3): undefined reference to `mrt_pthread_mutex_unlock' bgp_attr.c:(.text+0x31ef): undefined reference to `MRT' bgp_attr.c:(.text+0x3215): undefined reference to `trace' bgp_attr.c:(.text+0x321e): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x322c): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3242): undefined reference to `MRT' bgp_attr.c:(.text+0x3268): undefined reference to `trace' bgp_attr.c:(.text+0x328d): undefined reference to `MRT' bgp_attr.c:(.text+0x32b3): undefined reference to `trace' bgp_attr.c:(.text+0x32c1): undefined reference to `MRT' bgp_attr.c:(.text+0x32e7): undefined reference to `trace' bgp_attr.c:(.text+0x32f3): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x330c): undefined reference to `MRT' bgp_attr.c:(.text+0x3332): undefined reference to `trace' bgp_attr.c:(.text+0x3340): undefined reference to `MRT' bgp_attr.c:(.text+0x3366): undefined reference to `trace' bgp_attr.c:(.text+0x3372): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x338b): undefined reference to `MRT' bgp_attr.c:(.text+0x33b1): undefined reference to `trace' bgp_attr.c:(.text+0x33bf): undefined reference to `MRT' bgp_attr.c:(.text+0x33e5): undefined reference to `trace' bgp_attr.c:(.text+0x340a): undefined reference to `MRT' bgp_attr.c:(.text+0x3430): undefined reference to `trace' bgp_attr.c:(.text+0x343e): undefined reference to `MRT' bgp_attr.c:(.text+0x3464): undefined reference to `trace' bgp_attr.c:(.text+0x3481): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3492): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x34b9): undefined reference to `mrt_pthread_mutex_destroy' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_new_attr': bgp_attr.c:(.text+0x3553): undefined reference to `mrt_pthread_mutex_init' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attributes': bgp_attr.c:(.text+0x3594): undefined reference to `MRT' bgp_attr.c:(.text+0x35ba): undefined reference to `trace' bgp_attr.c:(.text+0x36b6): undefined reference to `MRT' bgp_attr.c:(.text+0x36df): undefined reference to `trace' bgp_attr.c:(.text+0x3706): undefined reference to `MRT' bgp_attr.c:(.text+0x372f): undefined reference to `trace' bgp_attr.c:(.text+0x3779): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x3793): undefined reference to `trace' bgp_attr.c:(.text+0x37b1): undefined reference to `MRT' bgp_attr.c:(.text+0x37d7): undefined reference to `trace' bgp_attr.c:(.text+0x3957): undefined reference to `MRT' bgp_attr.c:(.text+0x397d): undefined reference to `trace' bgp_attr.c:(.text+0x3994): undefined reference to `MRT' bgp_attr.c:(.text+0x39ba): undefined reference to `trace' bgp_attr.c:(.text+0x3a08): undefined reference to `MRT' bgp_attr.c:(.text+0x3a2e): undefined reference to `trace' bgp_attr.c:(.text+0x3a72): undefined reference to `MRT' bgp_attr.c:(.text+0x3a9b): undefined reference to `trace' bgp_attr.c:(.text+0x3b46): undefined reference to `MRT' bgp_attr.c:(.text+0x3b6f): undefined reference to `trace' bgp_attr.c:(.text+0x3bba): undefined reference to `MRT' bgp_attr.c:(.text+0x3be0): undefined reference to `trace' bgp_attr.c:(.text+0x3c27): undefined reference to `MRT' bgp_attr.c:(.text+0x3c50): undefined reference to `trace' bgp_attr.c:(.text+0x3d65): undefined reference to `MRT' bgp_attr.c:(.text+0x3d8b): undefined reference to `trace' bgp_attr.c:(.text+0x3d9a): undefined reference to `MRT' bgp_attr.c:(.text+0x3dc0): undefined reference to `trace' bgp_attr.c:(.text+0x3f1a): undefined reference to `MRT' bgp_attr.c:(.text+0x3f40): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attr_ipv6': bgp_attr.c:(.text+0x3f85): undefined reference to `MRT' bgp_attr.c:(.text+0x3fab): undefined reference to `trace' bgp_attr.c:(.text+0x4011): undefined reference to `trace' bgp_attr.c:(.text+0x4030): undefined reference to `trace' bgp_attr.c:(.text+0x403a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x4051): undefined reference to `trace' bgp_attr.c:(.text+0x4078): undefined reference to `MRT' bgp_attr.c:(.text+0x409e): undefined reference to `trace' bgp_attr.c:(.text+0x40ce): undefined reference to `okay_trace' bgp_attr.c:(.text+0x40dc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x40fa): undefined reference to `trace' bgp_attr.c:(.text+0x416a): undefined reference to `MRT' bgp_attr.c:(.text+0x4190): undefined reference to `trace' bgp_attr.c:(.text+0x41a4): undefined reference to `trace' bgp_attr.c:(.text+0x41b1): undefined reference to `okay_trace' bgp_attr.c:(.text+0x41bf): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x41dd): undefined reference to `trace' bgp_attr.c:(.text+0x422f): undefined reference to `okay_trace' bgp_attr.c:(.text+0x423d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x424f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4269): undefined reference to `trace' bgp_attr.c:(.text+0x42f0): undefined reference to `MRT' bgp_attr.c:(.text+0x4316): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_ref_attr': bgp_attr.c:(.text+0x434c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x435a): undefined reference to `MRT' bgp_attr.c:(.text+0x4380): undefined reference to `trace' bgp_attr.c:(.text+0x439b): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_compare_attr': bgp_attr.c:(.text+0x4524): undefined reference to `prefix_compare2' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x45ba): undefined reference to `MRT' bgp_attr.c:(.text+0x4610): undefined reference to `trace' bgp_attr.c:(.text+0x46ce): undefined reference to `MRT' bgp_attr.c:(.text+0x46f4): undefined reference to `trace' bgp_attr.c:(.text+0x47fd): undefined reference to `MRT' bgp_attr.c:(.text+0x4823): undefined reference to `trace' bgp_attr.c:(.text+0x48c1): undefined reference to `MRT' bgp_attr.c:(.text+0x48e7): undefined reference to `trace' bgp_attr.c:(.text+0x490c): undefined reference to `MRT' bgp_attr.c:(.text+0x4932): undefined reference to `trace' bgp_attr.c:(.text+0x49b0): undefined reference to `trace' bgp_attr.c:(.text+0x4a5e): undefined reference to `trace' bgp_attr.c:(.text+0x4adc): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4ae9): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4b00): undefined reference to `trace' bgp_attr.c:(.text+0x4bd4): undefined reference to `MRT' bgp_attr.c:(.text+0x4bfd): undefined reference to `trace' bgp_attr.c:(.text+0x4c3a): undefined reference to `trace' bgp_attr.c:(.text+0x4cc8): undefined reference to `trace' bgp_attr.c:(.text+0x4d7d): undefined reference to `trace' bgp_attr.c:(.text+0x4e16): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4e22): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4e39): undefined reference to `trace' bgp_attr.c:(.text+0x4f37): undefined reference to `MRT' bgp_attr.c:(.text+0x4f69): undefined reference to `trace' bgp_attr.c:(.text+0x4fce): undefined reference to `MRT' bgp_attr.c:(.text+0x5001): undefined reference to `trace' bgp_attr.c:(.text+0x520c): undefined reference to `MRT' bgp_attr.c:(.text+0x5238): undefined reference to `trace' bgp_attr.c:(.text+0x540c): undefined reference to `trace' bgp_attr.c:(.text+0x5426): undefined reference to `trace' bgp_attr.c:(.text+0x545b): undefined reference to `trace' bgp_attr.c:(.text+0x5465): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x547c): undefined reference to `trace' bgp_attr.c:(.text+0x549d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x54c7): undefined reference to `trace' bgp_attr.c:(.text+0x55bd): undefined reference to `trace' bgp_attr.c:(.text+0x55db): undefined reference to `trace' bgp_attr.c:(.text+0x5605): undefined reference to `trace' bgp_attr.c:(.text+0x562d): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x5807): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x5868): undefined reference to `MRT' bgp_attr.c:(.text+0x588e): undefined reference to `trace' bgp_attr.c:(.text+0x58a5): undefined reference to `MRT' bgp_attr.c:(.text+0x58cb): undefined reference to `trace' bgp_attr.c:(.text+0x58f5): undefined reference to `trace' bgp_attr.c:(.text+0x5915): undefined reference to `MRT' bgp_attr.c:(.text+0x593b): undefined reference to `trace' bgp_attr.c:(.text+0x596b): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5991): undefined reference to `trace' bgp_attr.c:(.text+0x5a19): undefined reference to `MRT' bgp_attr.c:(.text+0x5a3f): undefined reference to `trace' bgp_attr.c:(.text+0x5a5a): undefined reference to `trace' bgp_attr.c:(.text+0x5a67): undefined reference to `okay_trace' bgp_attr.c:(.text+0x5a7c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5a9a): undefined reference to `trace' bgp_attr.c:(.text+0x5b15): undefined reference to `trace' bgp_attr.c:(.text+0x5b3a): undefined reference to `trace' bgp_attr.c:(.text+0x5ce3): undefined reference to `trace' bgp_attr.c:(.text+0x5d58): undefined reference to `MRT' bgp_attr.c:(.text+0x5d7e): undefined reference to `trace' bgp_attr.c:(.text+0x5d98): undefined reference to `MRT' bgp_attr.c:(.text+0x5dbe): undefined reference to `trace' bgp_attr.c:(.text+0x5de8): undefined reference to `trace' bgp_attr.c:(.text+0x5e1f): undefined reference to `trace' bgp_attr.c:(.text+0x5e9e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_copy_attr': bgp_attr.c:(.text+0x5f2c): undefined reference to `MRT' bgp_attr.c:(.text+0x5f52): undefined reference to `trace' bgp_attr.c:(.text+0x5fc5): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0x6016): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6086): undefined reference to `MRT' bgp_attr.c:(.text+0x60ac): undefined reference to `trace' bgp_attr.c:(.text+0x60d0): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60e8): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60fd): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6310): undefined reference to `Ref_Prefix' bgp_attr.c:(.text+0x6330): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_mrt_msg': bgp_msg.c:(.text+0x275): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x285): undefined reference to `add_gateway' bgp_msg.c:(.text+0x290): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x2bd): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x2cd): undefined reference to `add_gateway' bgp_msg.c:(.text+0x2d8): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_update_msg': bgp_msg.c:(.text+0x43b): undefined reference to `MRT' bgp_msg.c:(.text+0x461): undefined reference to `trace' bgp_msg.c:(.text+0x47f): undefined reference to `MRT' bgp_msg.c:(.text+0x494): undefined reference to `trace' bgp_msg.c:(.text+0x4bd): undefined reference to `MRT' bgp_msg.c:(.text+0x4c6): undefined reference to `trace_copy' bgp_msg.c:(.text+0x4f5): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x55c): undefined reference to `set_trace' bgp_msg.c:(.text+0x5e5): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(bgp_msg.o): In function `mrt_bgp_msg_type': bgp_msg.c:(.text+0x6c8): undefined reference to `MRT' bgp_msg.c:(.text+0x6ee): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_create_update_msg': bgp_msg.c:(.text+0x786): undefined reference to `MRT' bgp_msg.c:(.text+0x7ac): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_fill_update': bgp_msg.c:(.text+0x854): undefined reference to `MRT' bgp_msg.c:(.text+0x860): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x87b): undefined reference to `trace' bgp_msg.c:(.text+0x887): undefined reference to `MRT' bgp_msg.c:(.text+0x893): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x8ae): undefined reference to `trace' bgp_msg.c:(.text+0x918): undefined reference to `MRT' bgp_msg.c:(.text+0x93e): undefined reference to `trace' bgp_msg.c:(.text+0x967): undefined reference to `MRT' bgp_msg.c:(.text+0x98d): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_state_msg': bgp_msg.c:(.text+0xcc2): undefined reference to `New_Prefix' bgp_msg.c:(.text+0xcd1): undefined reference to `add_gateway' bgp_msg.c:(.text+0xcdc): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_toa': bgp_msg.c:(.text+0xd7d): undefined reference to `origin2string' bgp_msg.c:(.text+0xd92): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xe20): undefined reference to `prefix_toa' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr': bgp_msg.c:(.text+0xe65): undefined reference to `MRT' bgp_msg.c:(.text+0xe8b): undefined reference to `trace' bgp_msg.c:(.text+0xebb): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xecd): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xef6): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf08): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xf7a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf86): undefined reference to `origin2string' bgp_msg.c:(.text+0xfb1): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xfe8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xff7): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1029): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1055): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1081): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x109f): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10b3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x10df): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10ee): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x111a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1155): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1190): undefined reference to `bgptype2string' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_buffer': bgp_msg.c:(.text+0x11e6): undefined reference to `origin2string' bgp_msg.c:(.text+0x11fb): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1246): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x127a): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr_buffer': bgp_msg.c:(.text+0x12ab): undefined reference to `MRT' bgp_msg.c:(.text+0x12d1): undefined reference to `trace' bgp_msg.c:(.text+0x1312): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x131d): undefined reference to `origin2string' bgp_msg.c:(.text+0x1334): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1354): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1379): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x139c): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x13bf): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x141e): more undefined references to `buffer_printf' follow ../../lib/libbgp.a(bgp_msg.o): In function `bgp_uii_attr': bgp_msg.c:(.text+0x1565): undefined reference to `MRT' bgp_msg.c:(.text+0x158b): undefined reference to `trace' bgp_msg.c:(.text+0x159b): undefined reference to `New_Buffer' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_scan_attr': bgp_msg.c:(.text+0x15f4): undefined reference to `MRT' bgp_msg.c:(.text+0x161a): undefined reference to `trace' bgp_msg.c:(.text+0x1626): undefined reference to `string2bgptype' bgp_msg.c:(.text+0x175f): undefined reference to `s_origins' bgp_msg.c:(.text+0x1784): undefined reference to `s_origins' bgp_msg.c:(.text+0x17a9): undefined reference to `s_origins' bgp_msg.c:(.text+0x186a): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x18ce): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x18e8): undefined reference to `ref_nexthop' bgp_msg.c:(.text+0x19bc): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x19cd): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a41): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a5e): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x1b58): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b62): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1b95): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b9f): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1bb8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1bc3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1be0): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_community': community.c:(.text+0x2f): undefined reference to `MRT' community.c:(.text+0x47): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `community_copy': community.c:(.text+0x235): undefined reference to `MRT' community.c:(.text+0x25b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `apply_community_condition': community.c:(.text+0x965): undefined reference to `MRT' community.c:(.text+0x98b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_cluster_list': community.c:(.text+0xd1f): undefined reference to `MRT' community.c:(.text+0xd37): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_write': bgp_dump2.c:(.text+0x9e): undefined reference to `MRT' bgp_dump2.c:(.text+0xc4): undefined reference to `trace' bgp_dump2.c:(.text+0x103): undefined reference to `MRT' bgp_dump2.c:(.text+0x129): undefined reference to `trace' bgp_dump2.c:(.text+0x1a1): undefined reference to `MRT' bgp_dump2.c:(.text+0x1c6): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_entry': bgp_dump2.c:(.text+0x26c): undefined reference to `MRT' bgp_dump2.c:(.text+0x298): undefined reference to `trace' bgp_dump2.c:(.text+0x4d8): undefined reference to `MRT' bgp_dump2.c:(.text+0x4fe): undefined reference to `trace' bgp_dump2.c:(.text+0x510): undefined reference to `MRT' bgp_dump2.c:(.text+0x536): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `create_fake_peer': bgp_dump2.c:(.text+0x61d): undefined reference to `MRT' ../../lib/libbgp.a(aspath.o): In function `Delete_ASPATH_segment': aspath.c:(.text+0x31): undefined reference to `MRT' aspath.c:(.text+0x57): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `munge_aspath': aspath.c:(.text+0x2b3): undefined reference to `MRT' aspath.c:(.text+0x2ca): undefined reference to `MRT' aspath.c:(.text+0x2e4): undefined reference to `trace' aspath.c:(.text+0x305): undefined reference to `MRT' aspath.c:(.text+0x31e): undefined reference to `MRT' aspath.c:(.text+0x335): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `bgp_get_home_AS': aspath.c:(.text+0x67a): undefined reference to `MRT' aspath.c:(.text+0x6a2): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspth_from_string': aspath.c:(.text+0x1122): undefined reference to `MRT' aspath.c:(.text+0x113c): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_merge': aspath.c:(.text+0x1d72): undefined reference to `MRT' aspath.c:(.text+0x1d98): undefined reference to `trace' aspath.c:(.text+0x1db7): undefined reference to `MRT' aspath.c:(.text+0x1ddd): undefined reference to `trace' aspath.c:(.text+0x1e05): undefined reference to `MRT' aspath.c:(.text+0x1e2b): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_remove': aspath.c:(.text+0x1f9f): undefined reference to `MRT' aspath.c:(.text+0x1fc5): undefined reference to `trace' aspath.c:(.text+0x2065): undefined reference to `MRT' aspath.c:(.text+0x208b): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `New_IO': io.c:(.text+0x8d): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(io.o): In function `io_set': io.c:(.text+0x226): undefined reference to `mrt_close' io.c:(.text+0x26d): undefined reference to `mrt_close' io.c:(.text+0x2bf): undefined reference to `mrt_close' io.c:(.text+0x310): undefined reference to `mrt_open' io.c:(.text+0x438): undefined reference to `mrt_close' io.c:(.text+0x49d): undefined reference to `mrt_open' io.c:(.text+0x4d6): undefined reference to `mrt_open' ../../lib/libmrt.a(io.o): In function `io_set_notify': io.c:(.text+0x7a9): undefined reference to `select_add_fd' ../../lib/libmrt.a(io.o): In function `io_read': io.c:(.text+0xa97): undefined reference to `trace' io.c:(.text+0xae1): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `io_write': io.c:(.text+0xb7f): undefined reference to `mrt_pthread_mutex_lock' io.c:(.text+0xc6b): undefined reference to `mrt_pthread_mutex_unlock' io.c:(.text+0xd43): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `close_input': io.c:(.text+0xdd3): undefined reference to `mrt_close' ../../lib/libmrt.a(util.o): In function `uii_parse_line2': util.c:(.text+0x522): undefined reference to `MRT' util.c:(.text+0x54b): undefined reference to `trace' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/programs/route_atob cd route_btoa; /usr/pkg/bin/bmake clang -Wl,-R/usr/pkg/lib route_btoa.o ../../lib/libbgp.a ../../lib/libmrt.a -o route_btoa -lkvm route_btoa.o: In function `print_routing_table_msg': route_btoa.c:(.text+0x62): undefined reference to `buffer_printf' route_btoa.c:(.text+0x78): undefined reference to `buffer_printf' route_btoa.c:(.text+0x187): undefined reference to `New_Prefix' route_btoa.c:(.text+0x197): undefined reference to `add_gateway' route_btoa.c:(.text+0x1a3): undefined reference to `Deref_Prefix' route_btoa.c:(.text+0x223): undefined reference to `trace' route_btoa.c:(.text+0x232): undefined reference to `New_Prefix' route_btoa.c:(.text+0x2f9): undefined reference to `buffer_printf' route_btoa.c:(.text+0x350): undefined reference to `buffer_printf' route_btoa.c:(.text+0x366): undefined reference to `buffer_printf' route_btoa.c:(.text+0x38c): undefined reference to `buffer_printf' route_btoa.c:(.text+0x3c9): undefined reference to `buffer_printf' route_btoa.c:(.text+0x3d1): undefined reference to `Deref_Prefix' route_btoa.c:(.text+0x413): undefined reference to `trace' route_btoa.o: In function `main': route_btoa.c:(.text+0x481): undefined reference to `New_Trace' route_btoa.c:(.text+0x490): undefined reference to `init_mrt' route_btoa.c:(.text+0x579): undefined reference to `set_trace' route_btoa.c:(.text+0x5c1): undefined reference to `New_Buffer_Stream' route_btoa.o: In function `process_input': route_btoa.c:(.text+0x802): undefined reference to `MRT' route_btoa.c:(.text+0x870): undefined reference to `trace' route_btoa.c:(.text+0x8a0): undefined reference to `buffer_printf' route_btoa.c:(.text+0x983): undefined reference to `buffer_printf' route_btoa.c:(.text+0x9b4): undefined reference to `buffer_printf' route_btoa.c:(.text+0x9f7): undefined reference to `buffer_printf' route_btoa.c:(.text+0xa0d): undefined reference to `buffer_printf' route_btoa.o:route_btoa.c:(.text+0xa47): more undefined references to `buffer_printf' follow route_btoa.o: In function `process_input': route_btoa.c:(.text+0xab7): undefined reference to `MRT' route_btoa.c:(.text+0xadd): undefined reference to `trace' route_btoa.c:(.text+0xbc3): undefined reference to `buffer_printf' route_btoa.c:(.text+0xc2f): undefined reference to `buffer_printf' route_btoa.c:(.text+0xc54): undefined reference to `buffer_printf' route_btoa.c:(.text+0xd0d): undefined reference to `buffer_printf' route_btoa.c:(.text+0xd2f): undefined reference to `buffer_printf' route_btoa.o:route_btoa.c:(.text+0xd4a): more undefined references to `buffer_printf' follow route_btoa.o: In function `process_input': route_btoa.c:(.text+0x11c2): undefined reference to `bgptype2string' route_btoa.c:(.text+0x11de): undefined reference to `buffer_printf' route_btoa.c:(.text+0x1208): undefined reference to `buffer_printf' route_btoa.c:(.text+0x1247): undefined reference to `buffer_printf' route_btoa.c:(.text+0x1302): undefined reference to `buffer_printf' route_btoa.c:(.text+0x1329): undefined reference to `buffer_printf' route_btoa.o:route_btoa.c:(.text+0x1348): more undefined references to `buffer_printf' follow route_btoa.o: In function `process_input': route_btoa.c:(.text+0x1ee4): undefined reference to `print_pref_prefix_list_buffer' route_btoa.c:(.text+0x1ef8): undefined reference to `print_prefix_list_buffer' route_btoa.c:(.text+0x1f15): undefined reference to `buffer_printf' route_btoa.c:(.text+0x1f28): undefined reference to `print_prefix_list_buffer' route_btoa.c:(.text+0x2022): undefined reference to `buffer_printf' route_btoa.c:(.text+0x2043): undefined reference to `buffer_printf' route_btoa.c:(.text+0x2123): undefined reference to `buffer_printf' route_btoa.c:(.text+0x2147): undefined reference to `buffer_printf' route_btoa.c:(.text+0x2208): undefined reference to `MRT' route_btoa.c:(.text+0x222f): undefined reference to `trace' route_btoa.o: In function `print_msg_hdr': route_btoa.c:(.text+0x22b6): undefined reference to `buffer_printf' route_btoa.c:(.text+0x236d): undefined reference to `buffer_printf' route_btoa.c:(.text+0x238c): undefined reference to `buffer_printf' route_btoa.c:(.text+0x23b8): undefined reference to `buffer_printf' route_btoa.c:(.text+0x2400): undefined reference to `buffer_printf' route_btoa.o:route_btoa.c:(.text+0x2413): more undefined references to `buffer_printf' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr': bgp_attr.c:(.text+0xcc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0xda): undefined reference to `origin2string' bgp_attr.c:(.text+0xf3): undefined reference to `trace' bgp_attr.c:(.text+0x106): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x11f): undefined reference to `trace' bgp_attr.c:(.text+0x13c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x14f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x168): undefined reference to `trace' bgp_attr.c:(.text+0x172): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x182): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x19b): undefined reference to `trace' bgp_attr.c:(.text+0x1ae): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1c7): undefined reference to `trace' bgp_attr.c:(.text+0x1da): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1f3): undefined reference to `trace' bgp_attr.c:(.text+0x206): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x21b): undefined reference to `trace' bgp_attr.c:(.text+0x22d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x245): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x262): undefined reference to `trace' bgp_attr.c:(.text+0x275): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x285): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x29e): undefined reference to `trace' bgp_attr.c:(.text+0x2b1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x2da): undefined reference to `trace' bgp_attr.c:(.text+0x2ed): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x316): undefined reference to `trace' bgp_attr.c:(.text+0x329): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x34d): undefined reference to `trace' bgp_attr.c:(.text+0x3df): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr2': bgp_attr.c:(.text+0x45d): undefined reference to `trace' bgp_attr.c:(.text+0x483): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x495): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4bc): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0x4f2): undefined reference to `MRT' bgp_attr.c:(.text+0x518): undefined reference to `trace' bgp_attr.c:(.text+0x52a): undefined reference to `MRT' bgp_attr.c:(.text+0x550): undefined reference to `trace' bgp_attr.c:(.text+0x565): undefined reference to `MRT' bgp_attr.c:(.text+0x58b): undefined reference to `trace' bgp_attr.c:(.text+0x5a8): undefined reference to `MRT' bgp_attr.c:(.text+0x5ce): undefined reference to `trace' bgp_attr.c:(.text+0x60e): undefined reference to `trace' bgp_attr.c:(.text+0x648): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x67e): undefined reference to `trace' bgp_attr.c:(.text+0x74c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x788): undefined reference to `okay_trace' bgp_attr.c:(.text+0x79c): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x7b3): undefined reference to `trace' bgp_attr.c:(.text+0x7de): undefined reference to `trace' bgp_attr.c:(.text+0x81f): undefined reference to `trace' bgp_attr.c:(.text+0x846): undefined reference to `trace' bgp_attr.c:(.text+0x91b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x939): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0xa1b): undefined reference to `New_Prefix' bgp_attr.c:(.text+0xa44): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0xa79): undefined reference to `okay_trace' bgp_attr.c:(.text+0xa8d): undefined reference to `prefix_toax' bgp_attr.c:(.text+0xaa4): undefined reference to `trace' bgp_attr.c:(.text+0xad4): undefined reference to `trace' bgp_attr.c:(.text+0xb10): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0xb80): undefined reference to `MRT' bgp_attr.c:(.text+0xba6): undefined reference to `trace' bgp_attr.c:(.text+0xbb7): undefined reference to `MRT' bgp_attr.c:(.text+0xbdd): undefined reference to `trace' bgp_attr.c:(.text+0xc5b): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0xcf1): undefined reference to `trace' bgp_attr.c:(.text+0xf1a): undefined reference to `trace' bgp_attr.c:(.text+0x1050): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x1070): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x1080): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x1213): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x12f4): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x148e): undefined reference to `trace' bgp_attr.c:(.text+0x152a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1571): undefined reference to `trace' bgp_attr.c:(.text+0x15a1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x15e2): undefined reference to `trace' bgp_attr.c:(.text+0x1641): undefined reference to `trace' bgp_attr.c:(.text+0x170d): undefined reference to `trace' bgp_attr.c:(.text+0x1803): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x184a): undefined reference to `trace' bgp_attr.c:(.text+0x189a): undefined reference to `trace' bgp_attr.c:(.text+0x19f4): undefined reference to `trace' bgp_attr.c:(.text+0x1b07): undefined reference to `trace' bgp_attr.c:(.text+0x1b9e): undefined reference to `trace' bgp_attr.c:(.text+0x1bcf): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x1bdf): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x1c5f): undefined reference to `trace' bgp_attr.c:(.text+0x1cc0): undefined reference to `trace' bgp_attr.c:(.text+0x1d01): undefined reference to `trace' bgp_attr.c:(.text+0x1f14): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2007): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x203f): undefined reference to `trace' bgp_attr.c:(.text+0x2055): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x21df): undefined reference to `trace' bgp_attr.c:(.text+0x2238): undefined reference to `trace' bgp_attr.c:(.text+0x226f): undefined reference to `MRT' bgp_attr.c:(.text+0x2295): undefined reference to `trace' bgp_attr.c:(.text+0x22c4): undefined reference to `MRT' bgp_attr.c:(.text+0x22ea): undefined reference to `trace' bgp_attr.c:(.text+0x2318): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2331): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x2341): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2388): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x23a2): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x23c2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x23cd): undefined reference to `prefix_is_unspecified' bgp_attr.c:(.text+0x23e7): undefined reference to `prefix_is_linklocal' bgp_attr.c:(.text+0x23f7): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2435): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x244e): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x248e): undefined reference to `MRT' bgp_attr.c:(.text+0x24b4): undefined reference to `trace' bgp_attr.c:(.text+0x24e2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x24fb): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x250b): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x253d): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x2554): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x257f): undefined reference to `trace' bgp_attr.c:(.text+0x283c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x293f): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2973): undefined reference to `trace' bgp_attr.c:(.text+0x2999): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2a74): undefined reference to `trace' bgp_attr.c:(.text+0x2ac3): undefined reference to `trace' bgp_attr.c:(.text+0x2b18): undefined reference to `trace' bgp_attr.c:(.text+0x2b40): undefined reference to `trace' bgp_attr.c:(.text+0x2b6e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x2bdf): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x2ebe): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2efb): undefined reference to `trace' bgp_attr.c:(.text+0x2f3a): undefined reference to `trace' bgp_attr.c:(.text+0x2f6e): undefined reference to `trace' bgp_attr.c:(.text+0x2f9c): undefined reference to `trace' bgp_attr.c:(.text+0x3019): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x304c): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x3096): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x30c8): undefined reference to `trace' bgp_attr.c:(.text+0x30ef): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_deref_attr': bgp_attr.c:(.text+0x313c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x314a): undefined reference to `MRT' bgp_attr.c:(.text+0x3170): undefined reference to `trace' bgp_attr.c:(.text+0x31a5): undefined reference to `MRT' bgp_attr.c:(.text+0x31cb): undefined reference to `trace' bgp_attr.c:(.text+0x31e3): undefined reference to `mrt_pthread_mutex_unlock' bgp_attr.c:(.text+0x31ef): undefined reference to `MRT' bgp_attr.c:(.text+0x3215): undefined reference to `trace' bgp_attr.c:(.text+0x321e): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x322c): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3242): undefined reference to `MRT' bgp_attr.c:(.text+0x3268): undefined reference to `trace' bgp_attr.c:(.text+0x328d): undefined reference to `MRT' bgp_attr.c:(.text+0x32b3): undefined reference to `trace' bgp_attr.c:(.text+0x32c1): undefined reference to `MRT' bgp_attr.c:(.text+0x32e7): undefined reference to `trace' bgp_attr.c:(.text+0x32f3): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x330c): undefined reference to `MRT' bgp_attr.c:(.text+0x3332): undefined reference to `trace' bgp_attr.c:(.text+0x3340): undefined reference to `MRT' bgp_attr.c:(.text+0x3366): undefined reference to `trace' bgp_attr.c:(.text+0x3372): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x338b): undefined reference to `MRT' bgp_attr.c:(.text+0x33b1): undefined reference to `trace' bgp_attr.c:(.text+0x33bf): undefined reference to `MRT' bgp_attr.c:(.text+0x33e5): undefined reference to `trace' bgp_attr.c:(.text+0x340a): undefined reference to `MRT' bgp_attr.c:(.text+0x3430): undefined reference to `trace' bgp_attr.c:(.text+0x343e): undefined reference to `MRT' bgp_attr.c:(.text+0x3464): undefined reference to `trace' bgp_attr.c:(.text+0x3481): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3492): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x34b9): undefined reference to `mrt_pthread_mutex_destroy' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_new_attr': bgp_attr.c:(.text+0x3553): undefined reference to `mrt_pthread_mutex_init' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attributes': bgp_attr.c:(.text+0x3594): undefined reference to `MRT' bgp_attr.c:(.text+0x35ba): undefined reference to `trace' bgp_attr.c:(.text+0x36b6): undefined reference to `MRT' bgp_attr.c:(.text+0x36df): undefined reference to `trace' bgp_attr.c:(.text+0x3706): undefined reference to `MRT' bgp_attr.c:(.text+0x372f): undefined reference to `trace' bgp_attr.c:(.text+0x3779): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x3793): undefined reference to `trace' bgp_attr.c:(.text+0x37b1): undefined reference to `MRT' bgp_attr.c:(.text+0x37d7): undefined reference to `trace' bgp_attr.c:(.text+0x3957): undefined reference to `MRT' bgp_attr.c:(.text+0x397d): undefined reference to `trace' bgp_attr.c:(.text+0x3994): undefined reference to `MRT' bgp_attr.c:(.text+0x39ba): undefined reference to `trace' bgp_attr.c:(.text+0x3a08): undefined reference to `MRT' bgp_attr.c:(.text+0x3a2e): undefined reference to `trace' bgp_attr.c:(.text+0x3a72): undefined reference to `MRT' bgp_attr.c:(.text+0x3a9b): undefined reference to `trace' bgp_attr.c:(.text+0x3b46): undefined reference to `MRT' bgp_attr.c:(.text+0x3b6f): undefined reference to `trace' bgp_attr.c:(.text+0x3bba): undefined reference to `MRT' bgp_attr.c:(.text+0x3be0): undefined reference to `trace' bgp_attr.c:(.text+0x3c27): undefined reference to `MRT' bgp_attr.c:(.text+0x3c50): undefined reference to `trace' bgp_attr.c:(.text+0x3d65): undefined reference to `MRT' bgp_attr.c:(.text+0x3d8b): undefined reference to `trace' bgp_attr.c:(.text+0x3d9a): undefined reference to `MRT' bgp_attr.c:(.text+0x3dc0): undefined reference to `trace' bgp_attr.c:(.text+0x3f1a): undefined reference to `MRT' bgp_attr.c:(.text+0x3f40): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attr_ipv6': bgp_attr.c:(.text+0x3f85): undefined reference to `MRT' bgp_attr.c:(.text+0x3fab): undefined reference to `trace' bgp_attr.c:(.text+0x4011): undefined reference to `trace' bgp_attr.c:(.text+0x4030): undefined reference to `trace' bgp_attr.c:(.text+0x403a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x4051): undefined reference to `trace' bgp_attr.c:(.text+0x4078): undefined reference to `MRT' bgp_attr.c:(.text+0x409e): undefined reference to `trace' bgp_attr.c:(.text+0x40ce): undefined reference to `okay_trace' bgp_attr.c:(.text+0x40dc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x40fa): undefined reference to `trace' bgp_attr.c:(.text+0x416a): undefined reference to `MRT' bgp_attr.c:(.text+0x4190): undefined reference to `trace' bgp_attr.c:(.text+0x41a4): undefined reference to `trace' bgp_attr.c:(.text+0x41b1): undefined reference to `okay_trace' bgp_attr.c:(.text+0x41bf): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x41dd): undefined reference to `trace' bgp_attr.c:(.text+0x422f): undefined reference to `okay_trace' bgp_attr.c:(.text+0x423d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x424f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4269): undefined reference to `trace' bgp_attr.c:(.text+0x42f0): undefined reference to `MRT' bgp_attr.c:(.text+0x4316): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_ref_attr': bgp_attr.c:(.text+0x434c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x435a): undefined reference to `MRT' bgp_attr.c:(.text+0x4380): undefined reference to `trace' bgp_attr.c:(.text+0x439b): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_compare_attr': bgp_attr.c:(.text+0x4524): undefined reference to `prefix_compare2' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x45ba): undefined reference to `MRT' bgp_attr.c:(.text+0x4610): undefined reference to `trace' bgp_attr.c:(.text+0x46ce): undefined reference to `MRT' bgp_attr.c:(.text+0x46f4): undefined reference to `trace' bgp_attr.c:(.text+0x47fd): undefined reference to `MRT' bgp_attr.c:(.text+0x4823): undefined reference to `trace' bgp_attr.c:(.text+0x48c1): undefined reference to `MRT' bgp_attr.c:(.text+0x48e7): undefined reference to `trace' bgp_attr.c:(.text+0x490c): undefined reference to `MRT' bgp_attr.c:(.text+0x4932): undefined reference to `trace' bgp_attr.c:(.text+0x49b0): undefined reference to `trace' bgp_attr.c:(.text+0x4a5e): undefined reference to `trace' bgp_attr.c:(.text+0x4adc): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4ae9): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4b00): undefined reference to `trace' bgp_attr.c:(.text+0x4bd4): undefined reference to `MRT' bgp_attr.c:(.text+0x4bfd): undefined reference to `trace' bgp_attr.c:(.text+0x4c3a): undefined reference to `trace' bgp_attr.c:(.text+0x4cc8): undefined reference to `trace' bgp_attr.c:(.text+0x4d7d): undefined reference to `trace' bgp_attr.c:(.text+0x4e16): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4e22): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4e39): undefined reference to `trace' bgp_attr.c:(.text+0x4f37): undefined reference to `MRT' bgp_attr.c:(.text+0x4f69): undefined reference to `trace' bgp_attr.c:(.text+0x4fce): undefined reference to `MRT' bgp_attr.c:(.text+0x5001): undefined reference to `trace' bgp_attr.c:(.text+0x520c): undefined reference to `MRT' bgp_attr.c:(.text+0x5238): undefined reference to `trace' bgp_attr.c:(.text+0x540c): undefined reference to `trace' bgp_attr.c:(.text+0x5426): undefined reference to `trace' bgp_attr.c:(.text+0x545b): undefined reference to `trace' bgp_attr.c:(.text+0x5465): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x547c): undefined reference to `trace' bgp_attr.c:(.text+0x549d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x54c7): undefined reference to `trace' bgp_attr.c:(.text+0x55bd): undefined reference to `trace' bgp_attr.c:(.text+0x55db): undefined reference to `trace' bgp_attr.c:(.text+0x5605): undefined reference to `trace' bgp_attr.c:(.text+0x562d): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x5807): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x5868): undefined reference to `MRT' bgp_attr.c:(.text+0x588e): undefined reference to `trace' bgp_attr.c:(.text+0x58a5): undefined reference to `MRT' bgp_attr.c:(.text+0x58cb): undefined reference to `trace' bgp_attr.c:(.text+0x58f5): undefined reference to `trace' bgp_attr.c:(.text+0x5915): undefined reference to `MRT' bgp_attr.c:(.text+0x593b): undefined reference to `trace' bgp_attr.c:(.text+0x596b): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5991): undefined reference to `trace' bgp_attr.c:(.text+0x5a19): undefined reference to `MRT' bgp_attr.c:(.text+0x5a3f): undefined reference to `trace' bgp_attr.c:(.text+0x5a5a): undefined reference to `trace' bgp_attr.c:(.text+0x5a67): undefined reference to `okay_trace' bgp_attr.c:(.text+0x5a7c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5a9a): undefined reference to `trace' bgp_attr.c:(.text+0x5b15): undefined reference to `trace' bgp_attr.c:(.text+0x5b3a): undefined reference to `trace' bgp_attr.c:(.text+0x5ce3): undefined reference to `trace' bgp_attr.c:(.text+0x5d58): undefined reference to `MRT' bgp_attr.c:(.text+0x5d7e): undefined reference to `trace' bgp_attr.c:(.text+0x5d98): undefined reference to `MRT' bgp_attr.c:(.text+0x5dbe): undefined reference to `trace' bgp_attr.c:(.text+0x5de8): undefined reference to `trace' bgp_attr.c:(.text+0x5e1f): undefined reference to `trace' bgp_attr.c:(.text+0x5e9e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_copy_attr': bgp_attr.c:(.text+0x5f2c): undefined reference to `MRT' bgp_attr.c:(.text+0x5f52): undefined reference to `trace' bgp_attr.c:(.text+0x5fc5): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0x6016): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6086): undefined reference to `MRT' bgp_attr.c:(.text+0x60ac): undefined reference to `trace' bgp_attr.c:(.text+0x60d0): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60e8): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60fd): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6310): undefined reference to `Ref_Prefix' bgp_attr.c:(.text+0x6330): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_mrt_msg': bgp_msg.c:(.text+0x275): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x285): undefined reference to `add_gateway' bgp_msg.c:(.text+0x290): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x2bd): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x2cd): undefined reference to `add_gateway' bgp_msg.c:(.text+0x2d8): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_update_msg': bgp_msg.c:(.text+0x43b): undefined reference to `MRT' bgp_msg.c:(.text+0x461): undefined reference to `trace' bgp_msg.c:(.text+0x47f): undefined reference to `MRT' bgp_msg.c:(.text+0x494): undefined reference to `trace' bgp_msg.c:(.text+0x4bd): undefined reference to `MRT' bgp_msg.c:(.text+0x4c6): undefined reference to `trace_copy' bgp_msg.c:(.text+0x4f5): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x55c): undefined reference to `set_trace' bgp_msg.c:(.text+0x5e5): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(bgp_msg.o): In function `mrt_bgp_msg_type': bgp_msg.c:(.text+0x6c8): undefined reference to `MRT' bgp_msg.c:(.text+0x6ee): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_create_update_msg': bgp_msg.c:(.text+0x786): undefined reference to `MRT' bgp_msg.c:(.text+0x7ac): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_fill_update': bgp_msg.c:(.text+0x854): undefined reference to `MRT' bgp_msg.c:(.text+0x860): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x87b): undefined reference to `trace' bgp_msg.c:(.text+0x887): undefined reference to `MRT' bgp_msg.c:(.text+0x893): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x8ae): undefined reference to `trace' bgp_msg.c:(.text+0x918): undefined reference to `MRT' bgp_msg.c:(.text+0x93e): undefined reference to `trace' bgp_msg.c:(.text+0x967): undefined reference to `MRT' bgp_msg.c:(.text+0x98d): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_state_msg': bgp_msg.c:(.text+0xcc2): undefined reference to `New_Prefix' bgp_msg.c:(.text+0xcd1): undefined reference to `add_gateway' bgp_msg.c:(.text+0xcdc): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_toa': bgp_msg.c:(.text+0xd7d): undefined reference to `origin2string' bgp_msg.c:(.text+0xd92): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xe20): undefined reference to `prefix_toa' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr': bgp_msg.c:(.text+0xe65): undefined reference to `MRT' bgp_msg.c:(.text+0xe8b): undefined reference to `trace' bgp_msg.c:(.text+0xebb): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xecd): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xef6): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf08): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xf7a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf86): undefined reference to `origin2string' bgp_msg.c:(.text+0xfb1): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xfe8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xff7): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1029): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1055): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1081): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x109f): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10b3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x10df): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10ee): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x111a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1155): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1190): undefined reference to `bgptype2string' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_buffer': bgp_msg.c:(.text+0x11e6): undefined reference to `origin2string' bgp_msg.c:(.text+0x11fb): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1246): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x127a): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr_buffer': bgp_msg.c:(.text+0x12ab): undefined reference to `MRT' bgp_msg.c:(.text+0x12d1): undefined reference to `trace' bgp_msg.c:(.text+0x1312): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x131d): undefined reference to `origin2string' bgp_msg.c:(.text+0x1334): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1354): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1379): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x139c): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x13bf): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x141e): more undefined references to `buffer_printf' follow ../../lib/libbgp.a(bgp_msg.o): In function `bgp_uii_attr': bgp_msg.c:(.text+0x1565): undefined reference to `MRT' bgp_msg.c:(.text+0x158b): undefined reference to `trace' bgp_msg.c:(.text+0x159b): undefined reference to `New_Buffer' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_scan_attr': bgp_msg.c:(.text+0x15f4): undefined reference to `MRT' bgp_msg.c:(.text+0x161a): undefined reference to `trace' bgp_msg.c:(.text+0x1626): undefined reference to `string2bgptype' bgp_msg.c:(.text+0x175f): undefined reference to `s_origins' bgp_msg.c:(.text+0x1784): undefined reference to `s_origins' bgp_msg.c:(.text+0x17a9): undefined reference to `s_origins' bgp_msg.c:(.text+0x186a): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x18ce): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x18e8): undefined reference to `ref_nexthop' bgp_msg.c:(.text+0x19bc): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x19cd): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a41): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a5e): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x1b58): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b62): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1b95): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b9f): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1bb8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1bc3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1be0): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_community': community.c:(.text+0x2f): undefined reference to `MRT' community.c:(.text+0x47): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `community_copy': community.c:(.text+0x235): undefined reference to `MRT' community.c:(.text+0x25b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `apply_community_condition': community.c:(.text+0x965): undefined reference to `MRT' community.c:(.text+0x98b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_cluster_list': community.c:(.text+0xd1f): undefined reference to `MRT' community.c:(.text+0xd37): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_write': bgp_dump2.c:(.text+0x9e): undefined reference to `MRT' bgp_dump2.c:(.text+0xc4): undefined reference to `trace' bgp_dump2.c:(.text+0x103): undefined reference to `MRT' bgp_dump2.c:(.text+0x129): undefined reference to `trace' bgp_dump2.c:(.text+0x1a1): undefined reference to `MRT' bgp_dump2.c:(.text+0x1c6): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_entry': bgp_dump2.c:(.text+0x26c): undefined reference to `MRT' bgp_dump2.c:(.text+0x298): undefined reference to `trace' bgp_dump2.c:(.text+0x4d8): undefined reference to `MRT' bgp_dump2.c:(.text+0x4fe): undefined reference to `trace' bgp_dump2.c:(.text+0x510): undefined reference to `MRT' bgp_dump2.c:(.text+0x536): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `create_fake_peer': bgp_dump2.c:(.text+0x61d): undefined reference to `MRT' ../../lib/libbgp.a(aspath.o): In function `Delete_ASPATH_segment': aspath.c:(.text+0x31): undefined reference to `MRT' aspath.c:(.text+0x57): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `munge_aspath': aspath.c:(.text+0x2b3): undefined reference to `MRT' aspath.c:(.text+0x2ca): undefined reference to `MRT' aspath.c:(.text+0x2e4): undefined reference to `trace' aspath.c:(.text+0x305): undefined reference to `MRT' aspath.c:(.text+0x31e): undefined reference to `MRT' aspath.c:(.text+0x335): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `bgp_get_home_AS': aspath.c:(.text+0x67a): undefined reference to `MRT' aspath.c:(.text+0x6a2): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspth_from_string': aspath.c:(.text+0x1122): undefined reference to `MRT' aspath.c:(.text+0x113c): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_merge': aspath.c:(.text+0x1d72): undefined reference to `MRT' aspath.c:(.text+0x1d98): undefined reference to `trace' aspath.c:(.text+0x1db7): undefined reference to `MRT' aspath.c:(.text+0x1ddd): undefined reference to `trace' aspath.c:(.text+0x1e05): undefined reference to `MRT' aspath.c:(.text+0x1e2b): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_remove': aspath.c:(.text+0x1f9f): undefined reference to `MRT' aspath.c:(.text+0x1fc5): undefined reference to `trace' aspath.c:(.text+0x2065): undefined reference to `MRT' aspath.c:(.text+0x208b): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `New_IO': io.c:(.text+0x8d): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(io.o): In function `io_set': io.c:(.text+0x226): undefined reference to `mrt_close' io.c:(.text+0x26d): undefined reference to `mrt_close' io.c:(.text+0x2bf): undefined reference to `mrt_close' io.c:(.text+0x310): undefined reference to `mrt_open' io.c:(.text+0x438): undefined reference to `mrt_close' io.c:(.text+0x49d): undefined reference to `mrt_open' io.c:(.text+0x4d6): undefined reference to `mrt_open' ../../lib/libmrt.a(io.o): In function `io_set_notify': io.c:(.text+0x7a9): undefined reference to `select_add_fd' ../../lib/libmrt.a(io.o): In function `io_read': io.c:(.text+0xa97): undefined reference to `trace' io.c:(.text+0xae1): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `io_write': io.c:(.text+0xb7f): undefined reference to `mrt_pthread_mutex_lock' io.c:(.text+0xc6b): undefined reference to `mrt_pthread_mutex_unlock' io.c:(.text+0xd43): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `close_input': io.c:(.text+0xdd3): undefined reference to `mrt_close' ../../lib/libmrt.a(util.o): In function `uii_parse_line2': util.c:(.text+0x522): undefined reference to `MRT' util.c:(.text+0x54b): undefined reference to `trace' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/programs/route_btoa cd sbgp; /usr/pkg/bin/bmake clang -Wl,-R/usr/pkg/lib simple_bgp.o ../../lib/libbgp.a ../../lib/libcfg.a ../../lib/librib.a ../../lib/libmrt.a ../../lib/libbgp.a -o sbgp -lkvm simple_bgp.o: In function `main': simple_bgp.c:(.text+0x118): undefined reference to `ascii2prefix' simple_bgp.c:(.text+0x1a4): undefined reference to `init_trace' simple_bgp.c:(.text+0x1ae): undefined reference to `New_Trace2' simple_bgp.c:(.text+0x1db): undefined reference to `set_trace' simple_bgp.c:(.text+0x1e7): undefined reference to `set_trace_global' simple_bgp.c:(.text+0x1f7): undefined reference to `init_mrt' simple_bgp.c:(.text+0x203): undefined reference to `init_interfaces' simple_bgp.c:(.text+0x234): undefined reference to `BGP' simple_bgp.c:(.text+0x244): undefined reference to `BGP' simple_bgp.c:(.text+0x316): undefined reference to `set_trace' simple_bgp.c:(.text+0x322): undefined reference to `set_trace_global' simple_bgp.c:(.text+0x329): undefined reference to `BGP' simple_bgp.c:(.text+0x3ea): undefined reference to `BGP' simple_bgp.c:(.text+0x43d): undefined reference to `ascii2prefix' simple_bgp.c:(.text+0x4c9): undefined reference to `mrt_main_loop' simple_bgp.o: In function `io_timer': simple_bgp.c:(.text+0x5d0): undefined reference to `select_enable_fd' simple_bgp.o: In function `sbgp_peer_established': simple_bgp.c:(.text+0x5fb): undefined reference to `BGP' simple_bgp.c:(.text+0x625): undefined reference to `select_add_fd_event' simple_bgp.o: In function `sbgp_process_update': simple_bgp.c:(.text+0x6ab): undefined reference to `MRT' simple_bgp.c:(.text+0x6d1): undefined reference to `trace' simple_bgp.c:(.text+0x740): undefined reference to `MRT' simple_bgp.c:(.text+0x766): undefined reference to `trace' simple_bgp.o: In function `sbgp_process_input': simple_bgp.c:(.text+0x9a0): undefined reference to `select_enable_fd' simple_bgp.c:(.text+0x9c3): undefined reference to `BGP' simple_bgp.c:(.text+0x9d8): undefined reference to `trace' simple_bgp.c:(.text+0xa27): undefined reference to `select_enable_fd' simple_bgp.c:(.text+0xa36): undefined reference to `select_delete_fd' simple_bgp.c:(.text+0xa72): undefined reference to `BGP' simple_bgp.c:(.text+0xa92): undefined reference to `trace' simple_bgp.c:(.text+0xac0): undefined reference to `BGP' simple_bgp.c:(.text+0xadb): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `peer_set_gateway': bgp_util.c:(.text+0x34): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x4b): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x5e): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x67): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x75): undefined reference to `find_interface_local' bgp_util.c:(.text+0x97): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xa0): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xbd): undefined reference to `find_interface' bgp_util.c:(.text+0xd2): undefined reference to `add_bgp_gateway' bgp_util.c:(.text+0xe5): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xee): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0xfa): undefined reference to `INTERFACE_MASTER' bgp_util.c:(.text+0x113): undefined reference to `is_prefix_on' bgp_util.c:(.text+0x11e): undefined reference to `INTERFACE_MASTER' bgp_util.c:(.text+0x13b): undefined reference to `find_interface_local' bgp_util.c:(.text+0x165): undefined reference to `find_interface_local' bgp_util.c:(.text+0x176): undefined reference to `add_bgp_gateway' bgp_util.c:(.text+0x182): undefined reference to `MRT' bgp_util.c:(.text+0x1ad): undefined reference to `prefix_is_unspecified' bgp_util.c:(.text+0x1d7): undefined reference to `trace' bgp_util.c:(.text+0x207): undefined reference to `deref_nexthop' bgp_util.c:(.text+0x20f): undefined reference to `ref_nexthop' bgp_util.c:(.text+0x239): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_transport_connection': bgp_util.c:(.text+0x2eb): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x303): undefined reference to `mrt_close' bgp_util.c:(.text+0x31c): undefined reference to `mrt_socket' bgp_util.c:(.text+0x331): undefined reference to `socket_reuse' bgp_util.c:(.text+0x3bc): undefined reference to `socket_set_nonblocking' bgp_util.c:(.text+0x418): undefined reference to `trace' bgp_util.c:(.text+0x44b): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x46a): undefined reference to `trace' bgp_util.c:(.text+0x496): undefined reference to `MRT' bgp_util.c:(.text+0x4bc): undefined reference to `trace' bgp_util.c:(.text+0x4d2): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_connect_ready': bgp_util.c:(.text+0x52d): undefined reference to `select_delete_fd2' bgp_util.c:(.text+0x559): undefined reference to `trace' bgp_util.c:(.text+0x591): undefined reference to `trace' bgp_util.c:(.text+0x5a3): undefined reference to `mrt_close' bgp_util.c:(.text+0x5da): undefined reference to `trace' bgp_util.c:(.text+0x620): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_in_recv_open': bgp_util.c:(.text+0x65c): undefined reference to `MRT' bgp_util.c:(.text+0x682): undefined reference to `trace' bgp_util.c:(.text+0x6ec): undefined reference to `MRT' bgp_util.c:(.text+0x712): undefined reference to `trace' bgp_util.c:(.text+0x73d): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x750): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x77c): undefined reference to `get_socket_addr' bgp_util.c:(.text+0x7bd): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x7ea): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x88e): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_peer_dead': bgp_util.c:(.text+0x8d2): undefined reference to `trace' bgp_util.c:(.text+0x8df): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x8f6): undefined reference to `mrt_close' bgp_util.c:(.text+0x912): undefined reference to `trace' bgp_util.c:(.text+0x96a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x98c): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x9a5): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x9c7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xa57): undefined reference to `clear_schedule' bgp_util.c:(.text+0xab9): undefined reference to `trace' bgp_util.c:(.text+0xae5): undefined reference to `trace' bgp_util.c:(.text+0xba3): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `init_bgp_local': bgp_util.c:(.text+0xc54): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xc5b): undefined reference to `BGP' bgp_util.c:(.text+0xc64): undefined reference to `trace_copy' bgp_util.c:(.text+0xc93): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xcbe): undefined reference to `BGP' bgp_util.c:(.text+0xcd1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xcd8): undefined reference to `BGP' bgp_util.c:(.text+0xcfd): undefined reference to `BGP' bgp_util.c:(.text+0xd10): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xd17): undefined reference to `BGP' bgp_util.c:(.text+0xd29): undefined reference to `MRT' bgp_util.c:(.text+0xd38): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xd3f): undefined reference to `MRT' bgp_util.c:(.text+0xd56): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `remove_bgp_local': bgp_util.c:(.text+0xd81): undefined reference to `MRT' bgp_util.c:(.text+0xda7): undefined reference to `trace' bgp_util.c:(.text+0xdae): undefined reference to `BGP' bgp_util.c:(.text+0xdc1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xdc8): undefined reference to `BGP' bgp_util.c:(.text+0xddf): undefined reference to `BGP' bgp_util.c:(.text+0xdf2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0xe05): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0xe0e): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0xe22): undefined reference to `BGP' bgp_util.c:(.text+0xe3b): undefined reference to `MRT' bgp_util.c:(.text+0xe4a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0xe51): undefined reference to `MRT' bgp_util.c:(.text+0xe6e): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `init_BGP': bgp_util.c:(.text+0xe9c): undefined reference to `BGP' bgp_util.c:(.text+0xeb1): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0xeb8): undefined reference to `BGP' bgp_util.c:(.text+0xed5): undefined reference to `BGP' bgp_util.c:(.text+0xee9): undefined reference to `BGP' bgp_util.c:(.text+0xefc): undefined reference to `trace_copy' bgp_util.c:(.text+0xf06): undefined reference to `BGP' bgp_util.c:(.text+0xf1d): undefined reference to `set_trace' bgp_util.c:(.text+0xf38): undefined reference to `BGP' bgp_util.c:(.text+0xf61): undefined reference to `BGP' bgp_util.c:(.text+0xf8a): undefined reference to `BGP' bgp_util.c:(.text+0xfb3): undefined reference to `BGP' bgp_util.c:(.text+0xff9): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x1000): undefined reference to `BGP' bgp_util.c:(.text+0x100e): undefined reference to `New_Schedule' bgp_util.c:(.text+0x1015): undefined reference to `BGP' bgp_util.c:(.text+0x1023): undefined reference to `MRT' bgp_util.c:(.text+0x1058): undefined reference to `mrt_thread_create2' bgp_util.c:(.text+0x105f): undefined reference to `BGP' bgp_util.c:(.text+0x108c): undefined reference to `BGP' bgp_util.c:(.text+0x109a): undefined reference to `INTERFACE_MASTER' ../../lib/libbgp.a(bgp_util.o): In function `bgp_house_keeping_timeout': bgp_util.c:(.text+0x10ff): undefined reference to `BGP' bgp_util.c:(.text+0x110e): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1115): undefined reference to `BGP' bgp_util.c:(.text+0x1162): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x11d0): undefined reference to `MRT' bgp_util.c:(.text+0x11f6): undefined reference to `trace' bgp_util.c:(.text+0x1200): undefined reference to `BGP' bgp_util.c:(.text+0x1223): undefined reference to `trace' bgp_util.c:(.text+0x122a): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x123f): undefined reference to `mrt_close' bgp_util.c:(.text+0x124b): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x1257): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x132e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1335): undefined reference to `BGP' bgp_util.c:(.text+0x139f): undefined reference to `BGP' bgp_util.c:(.text+0x13b5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_if_call_fn': bgp_util.c:(.text+0x1403): undefined reference to `BGP' bgp_util.c:(.text+0x1416): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x141d): undefined reference to `BGP' bgp_util.c:(.text+0x1463): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x14e2): undefined reference to `schedule_event2' bgp_util.c:(.text+0x153e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1545): undefined reference to `BGP' bgp_util.c:(.text+0x15af): undefined reference to `BGP' bgp_util.c:(.text+0x15ca): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `init_BGP_listen': bgp_util.c:(.text+0x1605): undefined reference to `BGP' bgp_util.c:(.text+0x161b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1622): undefined reference to `BGP' bgp_util.c:(.text+0x1677): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x16a4): undefined reference to `BGP' bgp_util.c:(.text+0x170f): undefined reference to `BGP' bgp_util.c:(.text+0x1725): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1733): undefined reference to `BGP' bgp_util.c:(.text+0x17db): undefined reference to `mrt_socket' bgp_util.c:(.text+0x17f7): undefined reference to `socket_reuse' bgp_util.c:(.text+0x184b): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x1853): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1878): undefined reference to `BGP' bgp_util.c:(.text+0x1887): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x188e): undefined reference to `BGP' bgp_util.c:(.text+0x18cc): undefined reference to `mrt_socket' bgp_util.c:(.text+0x18e5): undefined reference to `BGP' bgp_util.c:(.text+0x18ff): undefined reference to `trace' bgp_util.c:(.text+0x1911): undefined reference to `mrt_close' bgp_util.c:(.text+0x191d): undefined reference to `BGP' bgp_util.c:(.text+0x1934): undefined reference to `trace' bgp_util.c:(.text+0x194a): undefined reference to `BGP' bgp_util.c:(.text+0x1960): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1988): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x1993): undefined reference to `BGP' bgp_util.c:(.text+0x19b3): undefined reference to `trace' bgp_util.c:(.text+0x19bc): undefined reference to `BGP' bgp_util.c:(.text+0x19d2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x19e8): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x19fe): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1a0c): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `bgp_in_accept_connection': bgp_util.c:(.text+0x1a86): undefined reference to `mrt_accept' bgp_util.c:(.text+0x1ac3): undefined reference to `sockaddr_toprefix' bgp_util.c:(.text+0x1ad2): undefined reference to `sockaddr_toprefix' bgp_util.c:(.text+0x1b11): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1b20): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x1b55): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1b70): undefined reference to `MRT' bgp_util.c:(.text+0x1b85): undefined reference to `trace' bgp_util.c:(.text+0x1b92): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1b9e): undefined reference to `MRT' bgp_util.c:(.text+0x1bb3): undefined reference to `trace' bgp_util.c:(.text+0x1bc0): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1bd2): undefined reference to `mrt_close' bgp_util.c:(.text+0x1bf3): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1c00): undefined reference to `socket_set_nonblocking' bgp_util.c:(.text+0x1c28): undefined reference to `select_add_fd_event' bgp_util.c:(.text+0x1c33): undefined reference to `BGP' bgp_util.c:(.text+0x1c55): undefined reference to `trace' bgp_util.c:(.text+0x1c62): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x1c6a): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x1c72): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `Find_BGP_Peer': bgp_util.c:(.text+0x1d28): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x1d80): undefined reference to `apply_access_list' bgp_util.c:(.text+0x1de9): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x1ebb): undefined reference to `BGP' bgp_util.c:(.text+0x1ece): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1ed5): undefined reference to `BGP' bgp_util.c:(.text+0x1f22): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x1f52): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1f59): undefined reference to `BGP' bgp_util.c:(.text+0x1fc0): undefined reference to `BGP' bgp_util.c:(.text+0x1fd3): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1ff4): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x1ffb): undefined reference to `BGP' bgp_util.c:(.text+0x200e): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `Find_BGP_Peer_ByID': bgp_util.c:(.text+0x20f3): undefined reference to `BGP' bgp_util.c:(.text+0x2106): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x210d): undefined reference to `BGP' bgp_util.c:(.text+0x2152): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x217b): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2182): undefined reference to `BGP' bgp_util.c:(.text+0x21ef): undefined reference to `BGP' bgp_util.c:(.text+0x2202): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2219): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2220): undefined reference to `BGP' bgp_util.c:(.text+0x2233): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `Add_BGP_Peer': bgp_util.c:(.text+0x2292): undefined reference to `MRT' bgp_util.c:(.text+0x22b8): undefined reference to `trace' bgp_util.c:(.text+0x22c4): undefined reference to `BGP' bgp_util.c:(.text+0x2311): undefined reference to `MRT' bgp_util.c:(.text+0x233a): undefined reference to `trace' bgp_util.c:(.text+0x238f): undefined reference to `prefix_toa' bgp_util.c:(.text+0x23b7): undefined reference to `prefix_toa' bgp_util.c:(.text+0x240a): undefined reference to `Ref_Prefix' bgp_util.c:(.text+0x2435): undefined reference to `BGP' bgp_util.c:(.text+0x2440): undefined reference to `trace_copy' bgp_util.c:(.text+0x245f): undefined reference to `set_trace' bgp_util.c:(.text+0x2476): undefined reference to `MRT' bgp_util.c:(.text+0x249c): undefined reference to `trace' bgp_util.c:(.text+0x25ea): undefined reference to `BGP' bgp_util.c:(.text+0x2610): undefined reference to `BGP' bgp_util.c:(.text+0x2636): undefined reference to `BGP' bgp_util.c:(.text+0x265c): undefined reference to `BGP' bgp_util.c:(.text+0x272b): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x275d): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x2778): undefined reference to `mrt_pthread_mutex_init' bgp_util.c:(.text+0x2789): undefined reference to `prefix_toa' bgp_util.c:(.text+0x2798): undefined reference to `New_Schedule' bgp_util.c:(.text+0x27d4): undefined reference to `mrt_thread_create2' ../../lib/libbgp.a(bgp_util.o): In function `Destroy_BGP_Peer': bgp_util.c:(.text+0x2815): undefined reference to `MRT' bgp_util.c:(.text+0x283b): undefined reference to `trace' bgp_util.c:(.text+0x2877): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_destroy_peer': bgp_util.c:(.text+0x28b3): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x28ca): undefined reference to `mrt_close' bgp_util.c:(.text+0x28ec): undefined reference to `MRT' bgp_util.c:(.text+0x2912): undefined reference to `trace' bgp_util.c:(.text+0x2936): undefined reference to `MRT' bgp_util.c:(.text+0x295c): undefined reference to `trace' bgp_util.c:(.text+0x29b1): undefined reference to `BGP' bgp_util.c:(.text+0x29cf): undefined reference to `BGP' bgp_util.c:(.text+0x2a40): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2a66): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2a77): undefined reference to `MRT' bgp_util.c:(.text+0x2a9d): undefined reference to `trace' bgp_util.c:(.text+0x2add): undefined reference to `schedule_event2' bgp_util.c:(.text+0x2ae6): undefined reference to `MRT' bgp_util.c:(.text+0x2b0c): undefined reference to `trace' bgp_util.c:(.text+0x2b21): undefined reference to `MRT' bgp_util.c:(.text+0x2b47): undefined reference to `trace' bgp_util.c:(.text+0x2b7a): undefined reference to `delete_schedule' bgp_util.c:(.text+0x2b99): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0x2baf): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2bd8): undefined reference to `mrt_thread_exit' bgp_util.c:(.text+0x2be4): undefined reference to `clear_schedule' bgp_util.c:(.text+0x2c49): undefined reference to `MRT' bgp_util.c:(.text+0x2c6f): undefined reference to `trace' bgp_util.c:(.text+0x2c87): undefined reference to `mrt_close' bgp_util.c:(.text+0x2ca8): undefined reference to `trace' bgp_util.c:(.text+0x2cc1): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2cd4): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2cf9): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2d10): undefined reference to `mrt_close' bgp_util.c:(.text+0x2d38): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x2d55): undefined reference to `BGP' bgp_util.c:(.text+0x2d6b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x2d72): undefined reference to `BGP' bgp_util.c:(.text+0x2d8a): undefined reference to `BGP' bgp_util.c:(.text+0x2da0): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2dad): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2db8): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2dd1): undefined reference to `mrt_close' bgp_util.c:(.text+0x2e63): undefined reference to `BGP' bgp_util.c:(.text+0x2e89): undefined reference to `trace' bgp_util.c:(.text+0x2e90): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x2ea5): undefined reference to `mrt_close' bgp_util.c:(.text+0x2eb1): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2ebd): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x2f71): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x2f9f): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x2fda): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3012): undefined reference to `schedule_event2' bgp_util.c:(.text+0x302c): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_peer_down': bgp_util.c:(.text+0x30f1): undefined reference to `BGP' bgp_util.c:(.text+0x310f): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `bgp_stop_peer': bgp_util.c:(.text+0x3281): undefined reference to `MRT' bgp_util.c:(.text+0x32a7): undefined reference to `trace' bgp_util.c:(.text+0x32d3): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_peer': bgp_util.c:(.text+0x32f1): undefined reference to `MRT' bgp_util.c:(.text+0x3317): undefined reference to `trace' bgp_util.c:(.text+0x3343): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_all': bgp_util.c:(.text+0x3378): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x33e9): undefined reference to `schedule_event2' bgp_util.c:(.text+0x3442): undefined reference to `BGP' bgp_util.c:(.text+0x3455): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x345c): undefined reference to `BGP' bgp_util.c:(.text+0x349b): undefined reference to `BGP' bgp_util.c:(.text+0x34f7): undefined reference to `BGP' bgp_util.c:(.text+0x3514): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_kill_all': bgp_util.c:(.text+0x3548): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x35b9): undefined reference to `schedule_event2' bgp_util.c:(.text+0x3612): undefined reference to `BGP' bgp_util.c:(.text+0x3625): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x362c): undefined reference to `BGP' bgp_util.c:(.text+0x366b): undefined reference to `BGP' bgp_util.c:(.text+0x36c7): undefined reference to `BGP' bgp_util.c:(.text+0x36e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x374e): undefined reference to `BGP' bgp_util.c:(.text+0x3764): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x37d0): undefined reference to `MRT' bgp_util.c:(.text+0x37f6): undefined reference to `trace' bgp_util.c:(.text+0x3922): undefined reference to `BGP' bgp_util.c:(.text+0x3989): undefined reference to `BGP' bgp_util.c:(.text+0x39a8): undefined reference to `BGP' bgp_util.c:(.text+0x39ca): undefined reference to `BGP' bgp_util.c:(.text+0x39ec): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x3a0e): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x3aae): undefined reference to `MRT' bgp_util.c:(.text+0x3ad4): undefined reference to `trace' bgp_util.c:(.text+0x3adb): undefined reference to `BGP' bgp_util.c:(.text+0x3b23): undefined reference to `BGP' bgp_util.c:(.text+0x3b3f): undefined reference to `BGP' bgp_util.c:(.text+0x3b7b): undefined reference to `BGP' bgp_util.c:(.text+0x3b9c): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x3bb9): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_util.o): In function `set_BGP': bgp_util.c:(.text+0x3cfa): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_start_listening': bgp_util.c:(.text+0x3d23): undefined reference to `MRT' bgp_util.c:(.text+0x3d49): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `start_bgp_peer': bgp_util.c:(.text+0x3da6): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `start_bgp': bgp_util.c:(.text+0x3df7): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_local': bgp_util.c:(.text+0x3e35): undefined reference to `BGP' bgp_util.c:(.text+0x3e4b): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3e5a): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3e61): undefined reference to `BGP' bgp_util.c:(.text+0x3e7c): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3e83): undefined reference to `BGP' bgp_util.c:(.text+0x3e99): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x3ea0): undefined reference to `BGP' bgp_util.c:(.text+0x3eb3): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3eba): undefined reference to `BGP' bgp_util.c:(.text+0x3f12): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x3f25): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f53): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f62): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3f92): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3fa9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x3fbb): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x3fc2): undefined reference to `BGP' bgp_util.c:(.text+0x4030): undefined reference to `BGP' bgp_util.c:(.text+0x4043): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_views': bgp_util.c:(.text+0x40a3): undefined reference to `BGP' bgp_util.c:(.text+0x40f3): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4109): undefined reference to `mrt_pthread_mutex_trylock' bgp_util.c:(.text+0x4139): undefined reference to `trace' bgp_util.c:(.text+0x414f): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x417f): undefined reference to `trace' bgp_util.c:(.text+0x425a): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x428a): undefined reference to `trace' bgp_util.c:(.text+0x42ca): undefined reference to `MRT' bgp_util.c:(.text+0x432d): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_summary': bgp_util.c:(.text+0x43d6): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x43f1): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4401): undefined reference to `MRT' bgp_util.c:(.text+0x4435): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4446): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4468): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x44ad): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x44bd): undefined reference to `BGP' bgp_util.c:(.text+0x44d0): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x44d7): undefined reference to `BGP' bgp_util.c:(.text+0x4524): undefined reference to `BGP' bgp_util.c:(.text+0x4587): undefined reference to `BGP' bgp_util.c:(.text+0x45b5): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x45c7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x45ef): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4684): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x469d): undefined reference to `prefix_toa' bgp_util.c:(.text+0x471d): undefined reference to `prefix_toa' bgp_util.c:(.text+0x47fb): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x489d): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x48f7): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x493d): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49a9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49bb): undefined reference to `prefix_toa' bgp_util.c:(.text+0x49d1): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x49d8): undefined reference to `BGP' bgp_util.c:(.text+0x49f8): undefined reference to `MRT' bgp_util.c:(.text+0x4a39): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4a57): undefined reference to `prefix_toa' bgp_util.c:(.text+0x4a6f): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4a95): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4aa6): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4acc): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4add): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o):bgp_util.c:(.text+0x4b03): more undefined references to `uii_add_bulk_output' follow ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_summary': bgp_util.c:(.text+0x4bc6): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x4c3f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_debug': bgp_util.c:(.text+0x4c8e): undefined reference to `BGP' bgp_util.c:(.text+0x4c9d): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4caa): undefined reference to `uii_parse_line' bgp_util.c:(.text+0x4cb7): undefined reference to `trace_flag' bgp_util.c:(.text+0x4cc8): undefined reference to `BGP' bgp_util.c:(.text+0x4cda): undefined reference to `set_trace' bgp_util.c:(.text+0x4ce3): undefined reference to `uii_parse_line' bgp_util.c:(.text+0x4cf6): undefined reference to `BGP' bgp_util.c:(.text+0x4d08): undefined reference to `set_trace' bgp_util.c:(.text+0x4d11): undefined reference to `BGP' bgp_util.c:(.text+0x4d28): undefined reference to `set_trace' bgp_util.c:(.text+0x4d2f): undefined reference to `BGP' bgp_util.c:(.text+0x4d45): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `trace_bgp': bgp_util.c:(.text+0x4dac): undefined reference to `BGP' bgp_util.c:(.text+0x4dc2): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x4dcd): undefined reference to `BGP' bgp_util.c:(.text+0x4ded): undefined reference to `set_trace' bgp_util.c:(.text+0x4df4): undefined reference to `BGP' bgp_util.c:(.text+0x4e0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_view_int': bgp_util.c:(.text+0x4eae): undefined reference to `afi2family' bgp_util.c:(.text+0x4ef9): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f24): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f36): undefined reference to `afi2string' bgp_util.c:(.text+0x4f41): undefined reference to `safi2string' bgp_util.c:(.text+0x4f6b): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f7a): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f89): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x4f98): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x51a3): undefined reference to `apply_condition' bgp_util.c:(.text+0x51fe): undefined reference to `apply_condition' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_rt_view_regexp': bgp_util.c:(.text+0x54f5): undefined reference to `uii_send_bulk_data' bgp_util.c:(.text+0x5512): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x5529): undefined reference to `uii_add_bulk_output' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_rtin': bgp_util.c:(.text+0x5600): undefined reference to `family2afi' bgp_util.c:(.text+0x569b): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x56b2): undefined reference to `afi2string' bgp_util.c:(.text+0x56c1): undefined reference to `safi2string' bgp_util.c:(.text+0x56e0): undefined reference to `uii_add_bulk_output' bgp_util.c:(.text+0x5786): undefined reference to `apply_condition' bgp_util.c:(.text+0x5810): undefined reference to `New_Buffer' bgp_util.c:(.text+0x59aa): undefined reference to `Delete_Buffer' bgp_util.c:(.text+0x5a7d): undefined reference to `BGP' bgp_util.c:(.text+0x5a90): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5a97): undefined reference to `BGP' bgp_util.c:(.text+0x5ae2): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5bbe): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x5bc5): undefined reference to `BGP' bgp_util.c:(.text+0x5c2f): undefined reference to `BGP' bgp_util.c:(.text+0x5c42): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_dump_view': bgp_util.c:(.text+0x5c9c): undefined reference to `BGP' bgp_util.c:(.text+0x5cda): undefined reference to `afi2family' bgp_util.c:(.text+0x5cf5): undefined reference to `mrt_pthread_mutex_trylock' bgp_util.c:(.text+0x5d25): undefined reference to `trace' bgp_util.c:(.text+0x5d37): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x5d66): undefined reference to `trace' bgp_util.c:(.text+0x5d90): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x5dcd): undefined reference to `trace' bgp_util.c:(.text+0x5de3): undefined reference to `BGP' bgp_util.c:(.text+0x5e19): undefined reference to `afi2family' ../../lib/libbgp.a(bgp_util.o): In function `get_first_view': bgp_util.c:(.text+0x5e67): undefined reference to `BGP' ../../lib/libbgp.a(bgp_util.o): In function `show_bgp_rt_view_prefix': bgp_util.c:(.text+0x5efd): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5fcc): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5fd5): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x5ffa): undefined reference to `uii_send_bulk_data' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_neighbors_errors': bgp_util.c:(.text+0x604e): undefined reference to `ascii2prefix' bgp_util.c:(.text+0x6080): undefined reference to `print_error_list' bgp_util.c:(.text+0x6088): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x6094): undefined reference to `BGP' bgp_util.c:(.text+0x60a7): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x60ae): undefined reference to `BGP' bgp_util.c:(.text+0x6102): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x616e): undefined reference to `print_error_list' bgp_util.c:(.text+0x61ce): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x61d5): undefined reference to `BGP' bgp_util.c:(.text+0x623f): undefined reference to `BGP' bgp_util.c:(.text+0x6252): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6274): undefined reference to `print_error_list' bgp_util.c:(.text+0x6291): undefined reference to `prefix_toa' bgp_util.c:(.text+0x62b0): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `show_f_bgp_neighbors_routes': bgp_util.c:(.text+0x6349): undefined reference to `BGP' bgp_util.c:(.text+0x637d): undefined reference to `ascii2prefix' bgp_util.c:(.text+0x6398): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x6404): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x6497): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x64c8): undefined reference to `BGP' bgp_util.c:(.text+0x64db): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x64e2): undefined reference to `BGP' bgp_util.c:(.text+0x65f4): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x6617): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x665d): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6693): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x677f): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x6786): undefined reference to `BGP' bgp_util.c:(.text+0x67ef): undefined reference to `BGP' bgp_util.c:(.text+0x6802): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_util.o): In function `bgp_check_attr': bgp_util.c:(.text+0x6890): undefined reference to `MRT' bgp_util.c:(.text+0x68b6): undefined reference to `trace' bgp_util.c:(.text+0x68d7): undefined reference to `trace' bgp_util.c:(.text+0x695e): undefined reference to `trace' bgp_util.c:(.text+0x696b): undefined reference to `deref_nexthop' bgp_util.c:(.text+0x6998): undefined reference to `trace' bgp_util.c:(.text+0x69bc): undefined reference to `MRT' bgp_util.c:(.text+0x69e2): undefined reference to `trace' bgp_util.c:(.text+0x6a63): undefined reference to `trace' bgp_util.c:(.text+0x6a86): undefined reference to `trace' bgp_util.c:(.text+0x6ac7): undefined reference to `trace' bgp_util.c:(.text+0x6b25): undefined reference to `bgptype2string' bgp_util.c:(.text+0x6b40): undefined reference to `trace' bgp_util.c:(.text+0x6b65): undefined reference to `MRT' bgp_util.c:(.text+0x6b88): undefined reference to `MRT' bgp_util.c:(.text+0x6bae): undefined reference to `trace' bgp_util.c:(.text+0x6c13): undefined reference to `trace' bgp_util.c:(.text+0x6c45): undefined reference to `trace' bgp_util.c:(.text+0x6c86): undefined reference to `MRT' bgp_util.c:(.text+0x6ca1): undefined reference to `MRT' bgp_util.c:(.text+0x6cc7): undefined reference to `trace' bgp_util.c:(.text+0x6d93): undefined reference to `trace' ../../lib/libbgp.a(bgp_util.o): In function `check_bgp_networks': bgp_util.c:(.text+0x6dc1): undefined reference to `BGP' bgp_util.c:(.text+0x6dd5): undefined reference to `MRT' bgp_util.c:(.text+0x6dfb): undefined reference to `trace' bgp_util.c:(.text+0x6e14): undefined reference to `MRT' bgp_util.c:(.text+0x6e3a): undefined reference to `trace' bgp_util.c:(.text+0x6e84): undefined reference to `a_include_b' ../../lib/libbgp.a(bgp_util.o): In function `bgp_direct_in_recv_open': bgp_util.c:(.text+0x6f17): undefined reference to `MRT' bgp_util.c:(.text+0x6f3d): undefined reference to `trace' bgp_util.c:(.text+0x6f4d): undefined reference to `MRT' bgp_util.c:(.text+0x6f73): undefined reference to `trace' bgp_util.c:(.text+0x6fc2): undefined reference to `select_enable_fd_mask' bgp_util.c:(.text+0x6fce): undefined reference to `BGP' bgp_util.c:(.text+0x6ff4): undefined reference to `trace' bgp_util.c:(.text+0x7019): undefined reference to `BGP' bgp_util.c:(.text+0x703f): undefined reference to `trace' bgp_util.c:(.text+0x7054): undefined reference to `BGP' bgp_util.c:(.text+0x707c): undefined reference to `trace' bgp_util.c:(.text+0x70a3): undefined reference to `select_delete_fd2' bgp_util.c:(.text+0x70bd): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x70ee): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7135): undefined reference to `BGP' bgp_util.c:(.text+0x7180): undefined reference to `trace' bgp_util.c:(.text+0x7187): undefined reference to `BGP' bgp_util.c:(.text+0x719a): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x71a1): undefined reference to `BGP' bgp_util.c:(.text+0x71e8): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x7242): undefined reference to `prefix_compare_wolen' bgp_util.c:(.text+0x72e7): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x72ee): undefined reference to `BGP' bgp_util.c:(.text+0x7350): undefined reference to `BGP' bgp_util.c:(.text+0x7363): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x736a): undefined reference to `BGP' bgp_util.c:(.text+0x73bb): undefined reference to `trace' bgp_util.c:(.text+0x73f4): undefined reference to `schedule_event2' bgp_util.c:(.text+0x73fb): undefined reference to `BGP' bgp_util.c:(.text+0x740e): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7435): undefined reference to `trace' bgp_util.c:(.text+0x743e): undefined reference to `BGP' bgp_util.c:(.text+0x745b): undefined reference to `trace' bgp_util.c:(.text+0x7462): undefined reference to `BGP' bgp_util.c:(.text+0x7489): undefined reference to `trace' bgp_util.c:(.text+0x7491): undefined reference to `select_delete_fd' bgp_util.c:(.text+0x74a7): undefined reference to `mrt_close' bgp_util.c:(.text+0x74c1): undefined reference to `mrt_pthread_mutex_lock' bgp_util.c:(.text+0x74f2): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x74fe): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x750a): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x7550): undefined reference to `trace' bgp_util.c:(.text+0x7598): undefined reference to `trace' bgp_util.c:(.text+0x75d0): undefined reference to `MRT' bgp_util.c:(.text+0x75f6): undefined reference to `trace' bgp_util.c:(.text+0x75fd): undefined reference to `BGP' bgp_util.c:(.text+0x7623): undefined reference to `trace' bgp_util.c:(.text+0x772e): undefined reference to `MRT' bgp_util.c:(.text+0x7754): undefined reference to `trace' bgp_util.c:(.text+0x775b): undefined reference to `BGP' bgp_util.c:(.text+0x77a1): undefined reference to `trace' bgp_util.c:(.text+0x77d6): undefined reference to `trace' bgp_util.c:(.text+0x7819): undefined reference to `trace' bgp_util.c:(.text+0x782c): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7833): undefined reference to `BGP' bgp_util.c:(.text+0x7846): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x7888): undefined reference to `schedule_event2' bgp_util.c:(.text+0x789b): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x78a2): undefined reference to `BGP' bgp_util.c:(.text+0x78b5): undefined reference to `mrt_pthread_mutex_unlock' bgp_util.c:(.text+0x78c1): undefined reference to `BGP' bgp_util.c:(.text+0x78e4): undefined reference to `trace' bgp_util.c:(.text+0x790c): undefined reference to `BGP' bgp_util.c:(.text+0x7933): undefined reference to `trace' bgp_util.c:(.text+0x793f): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x794b): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x796b): undefined reference to `mrt_close' ../../lib/libbgp.a(bgp_util.o): In function `bgp_schedule_recv_in': bgp_util.c:(.text+0x79fe): undefined reference to `MRT' bgp_util.c:(.text+0x7a9d): undefined reference to `trace' bgp_util.c:(.text+0x7ae5): undefined reference to `trace' bgp_util.c:(.text+0x7b04): undefined reference to `MRT' bgp_util.c:(.text+0x7b2a): undefined reference to `trace' bgp_util.c:(.text+0x7b5d): undefined reference to `trace' bgp_util.c:(.text+0x7b90): undefined reference to `trace' bgp_util.c:(.text+0x7bb4): undefined reference to `trace' bgp_util.c:(.text+0x7bce): undefined reference to `trace' bgp_util.c:(.text+0x7c09): undefined reference to `mrt_close' bgp_util.c:(.text+0x7c1c): undefined reference to `Deref_Prefix' bgp_util.c:(.text+0x7c2f): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_util.o): In function `bgp_remove_me': bgp_util.c:(.text+0x7c8c): undefined reference to `MRT' bgp_util.c:(.text+0x7cb2): undefined reference to `trace' bgp_util.c:(.text+0x7cf6): undefined reference to `delete_schedule' bgp_util.c:(.text+0x7d15): undefined reference to `Destroy_Trace' bgp_util.c:(.text+0x7d2b): undefined reference to `mrt_pthread_mutex_destroy' bgp_util.c:(.text+0x7d4a): undefined reference to `mrt_thread_exit' ../../lib/libbgp.a(bgp_util.o): In function `bgp_put_a_line': bgp_util.c:(.text+0x7d9e): undefined reference to `New_Buffer' bgp_util.c:(.text+0x7e6d): undefined reference to `Delete_Buffer' ../../lib/libbgp.a(bgp_util.o): In function `bgp_make_tail': bgp_util.c:(.text+0x7ea9): undefined reference to `buffer_printf' bgp_util.c:(.text+0x7ec2): undefined reference to `buffer_putc' bgp_util.c:(.text+0x7ed1): undefined reference to `origin2char' bgp_util.c:(.text+0x7edb): undefined reference to `buffer_putc' bgp_util.c:(.text+0x7eef): undefined reference to `buffer_putc' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_change_state': bgp_sm.c:(.text+0x46): undefined reference to `trace' bgp_sm.c:(.text+0x67): undefined reference to `trace' bgp_sm.c:(.text+0x7a): undefined reference to `BGP' bgp_sm.c:(.text+0xc5): undefined reference to `trace' bgp_sm.c:(.text+0xeb): undefined reference to `trace' bgp_sm.c:(.text+0x103): undefined reference to `mrt_close' bgp_sm.c:(.text+0x116): undefined reference to `Deref_Prefix' bgp_sm.c:(.text+0x129): undefined reference to `Deref_Prefix' bgp_sm.c:(.text+0x16a): undefined reference to `BGP' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_sm_process_event': bgp_sm.c:(.text+0x1a5): undefined reference to `MRT' bgp_sm.c:(.text+0x1cb): undefined reference to `trace' bgp_sm.c:(.text+0x222): undefined reference to `trace' bgp_sm.c:(.text+0x229): undefined reference to `MRT' bgp_sm.c:(.text+0x253): undefined reference to `trace' bgp_sm.c:(.text+0x2de): undefined reference to `select_add_fd_event' bgp_sm.c:(.text+0x30b): undefined reference to `select_add_fd_event' bgp_sm.c:(.text+0x354): undefined reference to `trace' bgp_sm.c:(.text+0x375): undefined reference to `trace' bgp_sm.c:(.text+0x389): undefined reference to `BGP' bgp_sm.c:(.text+0x3f4): undefined reference to `select_delete_fd' bgp_sm.c:(.text+0x40a): undefined reference to `mrt_close' bgp_sm.c:(.text+0x4f1): undefined reference to `trace' bgp_sm.c:(.text+0x512): undefined reference to `trace' bgp_sm.c:(.text+0x526): undefined reference to `BGP' bgp_sm.c:(.text+0x589): undefined reference to `trace' bgp_sm.c:(.text+0x5ca): undefined reference to `trace' bgp_sm.c:(.text+0x5eb): undefined reference to `trace' bgp_sm.c:(.text+0x5ff): undefined reference to `BGP' bgp_sm.c:(.text+0x675): undefined reference to `trace' bgp_sm.c:(.text+0x696): undefined reference to `trace' bgp_sm.c:(.text+0x6aa): undefined reference to `BGP' bgp_sm.c:(.text+0x7a0): undefined reference to `trace' bgp_sm.c:(.text+0x7c1): undefined reference to `trace' bgp_sm.c:(.text+0x7d5): undefined reference to `BGP' bgp_sm.c:(.text+0x885): undefined reference to `trace' bgp_sm.c:(.text+0x8a6): undefined reference to `trace' bgp_sm.c:(.text+0x8ba): undefined reference to `BGP' bgp_sm.c:(.text+0xa2b): undefined reference to `trace' bgp_sm.c:(.text+0xa4c): undefined reference to `trace' bgp_sm.c:(.text+0xa60): undefined reference to `BGP' ../../lib/libbgp.a(bgp_sm.o): In function `bgp_update_peer_options': bgp_sm.c:(.text+0xab1): undefined reference to `MRT' bgp_sm.c:(.text+0xad7): undefined reference to `trace' bgp_sm.c:(.text+0xb23): undefined reference to `trace' bgp_sm.c:(.text+0xb60): undefined reference to `trace' bgp_sm.c:(.text+0xbd5): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_read': bgp_pdu.c:(.text+0xd): undefined reference to `BGP' bgp_pdu.c:(.text+0x56): undefined reference to `trace' bgp_pdu.c:(.text+0xa0): undefined reference to `trace' bgp_pdu.c:(.text+0xb6): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_get_pdu': bgp_pdu.c:(.text+0xe9): undefined reference to `MRT' bgp_pdu.c:(.text+0x10f): undefined reference to `trace' bgp_pdu.c:(.text+0x129): undefined reference to `MRT' bgp_pdu.c:(.text+0x14f): undefined reference to `trace' bgp_pdu.c:(.text+0x169): undefined reference to `MRT' bgp_pdu.c:(.text+0x18f): undefined reference to `trace' bgp_pdu.c:(.text+0x1a2): undefined reference to `MRT' bgp_pdu.c:(.text+0x1c8): undefined reference to `trace' bgp_pdu.c:(.text+0x1db): undefined reference to `MRT' bgp_pdu.c:(.text+0x201): undefined reference to `trace' bgp_pdu.c:(.text+0x29d): undefined reference to `MRT' bgp_pdu.c:(.text+0x2c3): undefined reference to `trace' bgp_pdu.c:(.text+0x302): undefined reference to `MRT' bgp_pdu.c:(.text+0x328): undefined reference to `trace' bgp_pdu.c:(.text+0x339): undefined reference to `MRT' bgp_pdu.c:(.text+0x35f): undefined reference to `trace' bgp_pdu.c:(.text+0x36d): undefined reference to `select_enable_fd_mask' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_get_pdu2': bgp_pdu.c:(.text+0x473): undefined reference to `trace' bgp_pdu.c:(.text+0x551): undefined reference to `schedule_event2' bgp_pdu.c:(.text+0x560): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x5ac): undefined reference to `MRT' bgp_pdu.c:(.text+0x5d2): undefined reference to `trace' bgp_pdu.c:(.text+0x604): undefined reference to `trace' bgp_pdu.c:(.text+0x65b): undefined reference to `trace' bgp_pdu.c:(.text+0x6a3): undefined reference to `MRT' bgp_pdu.c:(.text+0x6c9): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_update': bgp_pdu.c:(.text+0x6f5): undefined reference to `MRT' bgp_pdu.c:(.text+0x71b): undefined reference to `trace' bgp_pdu.c:(.text+0x72e): undefined reference to `MRT' bgp_pdu.c:(.text+0x754): undefined reference to `trace' bgp_pdu.c:(.text+0x777): undefined reference to `MRT' bgp_pdu.c:(.text+0x79d): undefined reference to `trace' bgp_pdu.c:(.text+0x7af): undefined reference to `MRT' bgp_pdu.c:(.text+0x7d5): undefined reference to `trace' bgp_pdu.c:(.text+0x7dc): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_open': bgp_pdu.c:(.text+0x94f): undefined reference to `trace' bgp_pdu.c:(.text+0x9aa): undefined reference to `trace' bgp_pdu.c:(.text+0x9d1): undefined reference to `trace' bgp_pdu.c:(.text+0xa4a): undefined reference to `trace' bgp_pdu.c:(.text+0xad8): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o):bgp_pdu.c:(.text+0xb4e): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_open': bgp_pdu.c:(.text+0xeec): undefined reference to `BGP' bgp_pdu.c:(.text+0xf26): undefined reference to `MRT' bgp_pdu.c:(.text+0xf4c): undefined reference to `trace' bgp_pdu.c:(.text+0xf76): undefined reference to `trace' bgp_pdu.c:(.text+0xf9a): undefined reference to `MRT' bgp_pdu.c:(.text+0xfc0): undefined reference to `trace' bgp_pdu.c:(.text+0xff4): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_process_notify': bgp_pdu.c:(.text+0x10ec): undefined reference to `trace' bgp_pdu.c:(.text+0x1183): undefined reference to `trace' bgp_pdu.c:(.text+0x11c9): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_flush_queue': bgp_pdu.c:(.text+0x123e): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1297): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1354): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1396): undefined reference to `MRT' bgp_pdu.c:(.text+0x13bc): undefined reference to `trace' bgp_pdu.c:(.text+0x13cc): undefined reference to `MRT' bgp_pdu.c:(.text+0x13f2): undefined reference to `trace' bgp_pdu.c:(.text+0x1409): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1426): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x1438): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1448): undefined reference to `select_enable_fd_mask' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_dump_msg': bgp_pdu.c:(.text+0x1489): undefined reference to `MRT' bgp_pdu.c:(.text+0x14af): undefined reference to `trace' bgp_pdu.c:(.text+0x14b6): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_write': bgp_pdu.c:(.text+0x1599): undefined reference to `MRT' bgp_pdu.c:(.text+0x15bf): undefined reference to `trace' bgp_pdu.c:(.text+0x15da): undefined reference to `BGP' bgp_pdu.c:(.text+0x162d): undefined reference to `trace' bgp_pdu.c:(.text+0x1686): undefined reference to `BGP' bgp_pdu.c:(.text+0x169d): undefined reference to `trace' bgp_pdu.c:(.text+0x16a6): undefined reference to `BGP' bgp_pdu.c:(.text+0x16c3): undefined reference to `trace' bgp_pdu.c:(.text+0x16cc): undefined reference to `BGP' bgp_pdu.c:(.text+0x16e3): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_reset_cap_opt': bgp_pdu.c:(.text+0x1726): undefined reference to `BGP' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_open': bgp_pdu.c:(.text+0x17b5): undefined reference to `BGP' bgp_pdu.c:(.text+0x17d3): undefined reference to `MRT' bgp_pdu.c:(.text+0x18d3): undefined reference to `trace' bgp_pdu.c:(.text+0x1979): undefined reference to `trace' bgp_pdu.c:(.text+0x199b): undefined reference to `trace' bgp_pdu.c:(.text+0x1a11): undefined reference to `trace' bgp_pdu.c:(.text+0x1a64): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o):bgp_pdu.c:(.text+0x1ab7): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_peer': bgp_pdu.c:(.text+0x1b22): undefined reference to `MRT' bgp_pdu.c:(.text+0x1b48): undefined reference to `trace' bgp_pdu.c:(.text+0x1b4f): undefined reference to `MRT' bgp_pdu.c:(.text+0x1b75): undefined reference to `trace' bgp_pdu.c:(.text+0x1be5): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1c58): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1ce9): undefined reference to `MRT' bgp_pdu.c:(.text+0x1d0f): undefined reference to `trace' bgp_pdu.c:(.text+0x1d66): undefined reference to `mrt_pthread_mutex_lock' bgp_pdu.c:(.text+0x1e41): undefined reference to `select_enable_fd_mask' bgp_pdu.c:(.text+0x1e53): undefined reference to `mrt_pthread_mutex_unlock' bgp_pdu.c:(.text+0x1e7f): undefined reference to `trace' bgp_pdu.c:(.text+0x1eb5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_notification2': bgp_pdu.c:(.text+0x1f86): undefined reference to `BGP' bgp_pdu.c:(.text+0x1f99): undefined reference to `prefix_toa' bgp_pdu.c:(.text+0x1fec): undefined reference to `trace' bgp_pdu.c:(.text+0x201c): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_notify': bgp_pdu.c:(.text+0x2086): undefined reference to `MRT' bgp_pdu.c:(.text+0x20ac): undefined reference to `trace' bgp_pdu.c:(.text+0x21fc): undefined reference to `trace' bgp_pdu.c:(.text+0x2226): undefined reference to `trace' ../../lib/libbgp.a(bgp_pdu.o): In function `bgp_send_update': bgp_pdu.c:(.text+0x22b6): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `delete_update_bucket': view.c:(.text+0x31): undefined reference to `MRT' view.c:(.text+0x57): undefined reference to `trace' view.c:(.text+0x66): undefined reference to `MRT' view.c:(.text+0x8c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_set_nexthop_self': view.c:(.text+0xda): undefined reference to `deref_nexthop' view.c:(.text+0xf7): undefined reference to `add_nexthop' view.c:(.text+0x141): undefined reference to `MRT' view.c:(.text+0x15d): undefined reference to `New_Prefix' view.c:(.text+0x178): undefined reference to `deref_nexthop' view.c:(.text+0x187): undefined reference to `find_interface' view.c:(.text+0x192): undefined reference to `add_nexthop' view.c:(.text+0x1aa): undefined reference to `deref_nexthop' view.c:(.text+0x200): undefined reference to `add_nexthop' ../../lib/libbgp.a(view.o): In function `bgp_process_changes': view.c:(.text+0x237): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x30d): undefined reference to `MRT' view.c:(.text+0x333): undefined reference to `trace' view.c:(.text+0x39c): undefined reference to `Deref_Prefix' view.c:(.text+0x3cf): undefined reference to `Ref_Prefix' view.c:(.text+0x4cd): undefined reference to `MRT' view.c:(.text+0x4f3): undefined reference to `trace' view.c:(.text+0x5a0): undefined reference to `Deref_Prefix' view.c:(.text+0x5d6): undefined reference to `Ref_Prefix' view.c:(.text+0x691): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6d7): undefined reference to `schedule_event2' view.c:(.text+0x709): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x79a): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x813): undefined reference to `MRT' view.c:(.text+0x839): undefined reference to `trace' view.c:(.text+0x863): undefined reference to `MRT' view.c:(.text+0x889): undefined reference to `trace' view.c:(.text+0x89b): undefined reference to `BGP' view.c:(.text+0x8c5): undefined reference to `trace' view.c:(.text+0x8e3): undefined reference to `BGP' view.c:(.text+0x9e3): undefined reference to `MRT' view.c:(.text+0xa09): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_policy': view.c:(.text+0xb4b): undefined reference to `MRT' view.c:(.text+0xb71): undefined reference to `trace' view.c:(.text+0xbac): undefined reference to `MRT' view.c:(.text+0xbd2): undefined reference to `trace' view.c:(.text+0xbe2): undefined reference to `MRT' view.c:(.text+0xc08): undefined reference to `trace' view.c:(.text+0xc14): undefined reference to `MRT' view.c:(.text+0xc3a): undefined reference to `trace' view.c:(.text+0xc74): undefined reference to `MRT' view.c:(.text+0xc9a): undefined reference to `trace' view.c:(.text+0xcc5): undefined reference to `trace' view.c:(.text+0xcd6): undefined reference to `family2afi' view.c:(.text+0xce1): undefined reference to `MRT' view.c:(.text+0xd07): undefined reference to `trace' view.c:(.text+0xd13): undefined reference to `find_interface_local' view.c:(.text+0xd48): undefined reference to `trace' view.c:(.text+0xd67): undefined reference to `apply_access_list' view.c:(.text+0xe96): undefined reference to `address_equal' view.c:(.text+0xec4): undefined reference to `trace' view.c:(.text+0xfbf): undefined reference to `apply_access_list' view.c:(.text+0x106a): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_announce_peer': view.c:(.text+0x10bc): undefined reference to `MRT' view.c:(.text+0x10e2): undefined reference to `trace' view.c:(.text+0x10fd): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x1113): undefined reference to `MRT' view.c:(.text+0x1139): undefined reference to `trace' view.c:(.text+0x122d): undefined reference to `MRT' view.c:(.text+0x1253): undefined reference to `trace' view.c:(.text+0x12f0): undefined reference to `MRT' view.c:(.text+0x1316): undefined reference to `trace' view.c:(.text+0x13b5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(view.o): In function `view_build_update_buckets': view.c:(.text+0x15d4): undefined reference to `Deref_Prefix' view.c:(.text+0x163d): undefined reference to `Ref_Prefix' view.c:(.text+0x1791): undefined reference to `schedule_event2' view.c:(.text+0x1830): undefined reference to `deref_nexthop' view.c:(.text+0x185a): undefined reference to `is_prefix_on' view.c:(.text+0x18b9): undefined reference to `deref_nexthop' view.c:(.text+0x18c2): undefined reference to `ref_nexthop' view.c:(.text+0x1966): undefined reference to `Deref_Prefix' view.c:(.text+0x19e1): undefined reference to `New_Prefix' view.c:(.text+0x1a3e): undefined reference to `MRT' view.c:(.text+0x1ae8): undefined reference to `BGP' view.c:(.text+0x1b5e): undefined reference to `MRT' view.c:(.text+0x1b84): undefined reference to `trace' view.c:(.text+0x1c04): undefined reference to `trace' view.c:(.text+0x1c65): undefined reference to `MRT' view.c:(.text+0x1c8b): undefined reference to `trace' view.c:(.text+0x1cba): undefined reference to `Ref_Prefix' view.c:(.text+0x1d04): undefined reference to `MRT' view.c:(.text+0x1d2a): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `Delete_Bgp_Route': view.c:(.text+0x1dac): undefined reference to `BGP' view.c:(.text+0x1dd6): undefined reference to `trace' view.c:(.text+0x1df4): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `Delete_Bgp_Route_Head': view.c:(.text+0x1e1c): undefined reference to `BGP' view.c:(.text+0x1e35): undefined reference to `trace' view.c:(.text+0x1e47): undefined reference to `MRT' view.c:(.text+0x1e6d): undefined reference to `trace' view.c:(.text+0x1e8c): undefined reference to `MRT' view.c:(.text+0x1eb2): undefined reference to `trace' view.c:(.text+0x1ec8): undefined reference to `Deref_Prefix' view.c:(.text+0x1edd): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `process_bgp_update': view.c:(.text+0x1f12): undefined reference to `MRT' view.c:(.text+0x1f38): undefined reference to `trace' view.c:(.text+0x1f9d): undefined reference to `MRT' view.c:(.text+0x1fc3): undefined reference to `trace' view.c:(.text+0x2080): undefined reference to `MRT' view.c:(.text+0x20ab): undefined reference to `trace' view.c:(.text+0x20ce): undefined reference to `MRT' view.c:(.text+0x20fd): undefined reference to `MRT' view.c:(.text+0x212a): undefined reference to `trace' view.c:(.text+0x213d): undefined reference to `MRT' view.c:(.text+0x2163): undefined reference to `trace' view.c:(.text+0x21b9): undefined reference to `deref_nexthop' view.c:(.text+0x21c3): undefined reference to `ref_nexthop' view.c:(.text+0x21e3): undefined reference to `trace' view.c:(.text+0x225b): undefined reference to `trace' view.c:(.text+0x22c6): undefined reference to `trace' view.c:(.text+0x2323): undefined reference to `trace' view.c:(.text+0x2363): undefined reference to `trace' ../../lib/libbgp.a(view.o):view.c:(.text+0x2498): more undefined references to `trace' follow ../../lib/libbgp.a(view.o): In function `process_bgp_update': view.c:(.text+0x275f): undefined reference to `BGP' view.c:(.text+0x2777): undefined reference to `MRT' view.c:(.text+0x279d): undefined reference to `trace' view.c:(.text+0x27df): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x281f): undefined reference to `trace' view.c:(.text+0x2831): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x286e): undefined reference to `trace' view.c:(.text+0x29b2): undefined reference to `MRT' view.c:(.text+0x29d8): undefined reference to `trace' view.c:(.text+0x2a16): undefined reference to `trace' view.c:(.text+0x2b37): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x2b66): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_del_route': view.c:(.text+0x2c2c): undefined reference to `family2afi' view.c:(.text+0x2c37): undefined reference to `MRT' view.c:(.text+0x2c5d): undefined reference to `trace' view.c:(.text+0x2c6f): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x2c7a): undefined reference to `MRT' view.c:(.text+0x2ca0): undefined reference to `trace' view.c:(.text+0x2d80): undefined reference to `MRT' view.c:(.text+0x2da6): undefined reference to `trace' view.c:(.text+0x2db6): undefined reference to `MRT' view.c:(.text+0x2ddc): undefined reference to `trace' view.c:(.text+0x2dec): undefined reference to `MRT' view.c:(.text+0x2e12): undefined reference to `trace' view.c:(.text+0x2e1e): undefined reference to `MRT' view.c:(.text+0x2e44): undefined reference to `trace' view.c:(.text+0x2e6c): undefined reference to `trace' view.c:(.text+0x2f3b): undefined reference to `trace' view.c:(.text+0x2f65): undefined reference to `BGP' view.c:(.text+0x2f8f): undefined reference to `trace' view.c:(.text+0x2fad): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `bgp_add_route2': view.c:(.text+0x3031): undefined reference to `family2afi' view.c:(.text+0x303c): undefined reference to `MRT' view.c:(.text+0x3062): undefined reference to `trace' view.c:(.text+0x3074): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x307f): undefined reference to `MRT' view.c:(.text+0x30a5): undefined reference to `trace' view.c:(.text+0x3114): undefined reference to `MRT' view.c:(.text+0x313a): undefined reference to `trace' view.c:(.text+0x314a): undefined reference to `MRT' view.c:(.text+0x3170): undefined reference to `trace' view.c:(.text+0x3180): undefined reference to `MRT' view.c:(.text+0x31a6): undefined reference to `trace' view.c:(.text+0x32b2): undefined reference to `BGP' view.c:(.text+0x32dc): undefined reference to `trace' view.c:(.text+0x32fa): undefined reference to `BGP' view.c:(.text+0x331a): undefined reference to `BGP' view.c:(.text+0x3344): undefined reference to `trace' view.c:(.text+0x3362): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `bgp_re_evaluate_in': view.c:(.text+0x3410): undefined reference to `MRT' view.c:(.text+0x3436): undefined reference to `trace' view.c:(.text+0x343d): undefined reference to `BGP' view.c:(.text+0x344e): undefined reference to `MRT' view.c:(.text+0x3474): undefined reference to `trace' view.c:(.text+0x3482): undefined reference to `MRT' view.c:(.text+0x34a8): undefined reference to `trace' view.c:(.text+0x34d0): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x3500): undefined reference to `trace' view.c:(.text+0x3512): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x3542): undefined reference to `trace' view.c:(.text+0x369e): undefined reference to `trace' view.c:(.text+0x37e4): undefined reference to `MRT' view.c:(.text+0x380a): undefined reference to `trace' view.c:(.text+0x3923): undefined reference to `trace' view.c:(.text+0x3a70): undefined reference to `MRT' view.c:(.text+0x3a96): undefined reference to `trace' view.c:(.text+0x3b33): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x3b74): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_bgp_route': view.c:(.text+0x3bab): undefined reference to `MRT' view.c:(.text+0x3bd1): undefined reference to `trace' view.c:(.text+0x3da7): undefined reference to `BGP' view.c:(.text+0x3dd1): undefined reference to `trace' view.c:(.text+0x3def): undefined reference to `BGP' view.c:(.text+0x3e16): undefined reference to `BGP' view.c:(.text+0x3e47): undefined reference to `trace' view.c:(.text+0x3e65): undefined reference to `BGP' view.c:(.text+0x3eb0): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_get_route_head': view.c:(.text+0x3f36): undefined reference to `MRT' view.c:(.text+0x3f5c): undefined reference to `trace' view.c:(.text+0x3f84): undefined reference to `MRT' view.c:(.text+0x3faa): undefined reference to `trace' view.c:(.text+0x3fba): undefined reference to `MRT' view.c:(.text+0x3fe0): undefined reference to `trace' view.c:(.text+0x3ffa): undefined reference to `MRT' view.c:(.text+0x4020): undefined reference to `trace' view.c:(.text+0x403b): undefined reference to `Ref_Prefix' view.c:(.text+0x40b6): undefined reference to `BGP' view.c:(.text+0x40dd): undefined reference to `trace' view.c:(.text+0x40fa): undefined reference to `MRT' view.c:(.text+0x4120): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_delete_bgp_route': view.c:(.text+0x415d): undefined reference to `MRT' view.c:(.text+0x4183): undefined reference to `trace' view.c:(.text+0x4280): undefined reference to `MRT' view.c:(.text+0x42a6): undefined reference to `trace' view.c:(.text+0x4326): undefined reference to `BGP' view.c:(.text+0x4350): undefined reference to `trace' view.c:(.text+0x436e): undefined reference to `BGP' ../../lib/libbgp.a(view.o): In function `view_eval_nexthop': view.c:(.text+0x43b9): undefined reference to `BGP' view.c:(.text+0x43d5): undefined reference to `MRT' view.c:(.text+0x43fb): undefined reference to `trace' view.c:(.text+0x4426): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x4465): undefined reference to `trace' view.c:(.text+0x4477): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x44a3): undefined reference to `BGP' view.c:(.text+0x44d4): undefined reference to `schedule_event2' view.c:(.text+0x44ea): undefined reference to `MRT' view.c:(.text+0x4551): undefined reference to `trace' view.c:(.text+0x45bc): undefined reference to `MRT' view.c:(.text+0x45e2): undefined reference to `trace' view.c:(.text+0x4624): undefined reference to `MRT' view.c:(.text+0x4650): undefined reference to `trace' view.c:(.text+0x466d): undefined reference to `MRT' view.c:(.text+0x4697): undefined reference to `trace' view.c:(.text+0x49cd): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x49fd): undefined reference to `trace' view.c:(.text+0x4a42): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_resolve_nexthop': view.c:(.text+0x4a67): undefined reference to `MRT' view.c:(.text+0x4aa0): undefined reference to `trace' view.c:(.text+0x4ab8): undefined reference to `MRT' view.c:(.text+0x4ade): undefined reference to `trace' view.c:(.text+0x4af2): undefined reference to `BGP' view.c:(.text+0x4b18): undefined reference to `ip_lookup_fn' view.c:(.text+0x4b31): undefined reference to `ip_hash_fn' view.c:(.text+0x4b44): undefined reference to `BGP' view.c:(.text+0x4b82): undefined reference to `Ref_Prefix' view.c:(.text+0x4b91): undefined reference to `find_interface' view.c:(.text+0x4ba7): undefined reference to `find_interface_local' view.c:(.text+0x4bb8): undefined reference to `MRT' view.c:(.text+0x4bd6): undefined reference to `ref_nexthop' view.c:(.text+0x4be7): undefined reference to `add_nexthop' view.c:(.text+0x4bf2): undefined reference to `BGP' view.c:(.text+0x4c19): undefined reference to `BGP' view.c:(.text+0x4c3e): undefined reference to `prefix_toa' view.c:(.text+0x4c91): undefined reference to `prefix_toa' view.c:(.text+0x4cd4): undefined reference to `trace' view.c:(.text+0x4ce4): undefined reference to `deref_nexthop' view.c:(.text+0x4ced): undefined reference to `ref_nexthop' ../../lib/libbgp.a(view.o): In function `bgp_rt_update_call': view.c:(.text+0x4d35): undefined reference to `MRT' view.c:(.text+0x4d5b): undefined reference to `trace' view.c:(.text+0x4d6a): undefined reference to `MRT' view.c:(.text+0x4dea): undefined reference to `MRT' ../../lib/libbgp.a(view.o): In function `bgp_pick_best': view.c:(.text+0x4e59): undefined reference to `MRT' view.c:(.text+0x4e7f): undefined reference to `trace' view.c:(.text+0x4f2a): undefined reference to `BGP' view.c:(.text+0x4f54): undefined reference to `trace' view.c:(.text+0x4f72): undefined reference to `BGP' view.c:(.text+0x4f93): undefined reference to `MRT' view.c:(.text+0x4fb9): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_aggregate': view.c:(.text+0x5033): undefined reference to `family2afi' view.c:(.text+0x503e): undefined reference to `MRT' view.c:(.text+0x5064): undefined reference to `trace' view.c:(.text+0x507f): undefined reference to `MRT' view.c:(.text+0x50a5): undefined reference to `trace' view.c:(.text+0x50ca): undefined reference to `trace' view.c:(.text+0x50d6): undefined reference to `MRT' view.c:(.text+0x50fc): undefined reference to `trace' view.c:(.text+0x510c): undefined reference to `MRT' view.c:(.text+0x5132): undefined reference to `trace' view.c:(.text+0x5152): undefined reference to `Ref_Prefix' view.c:(.text+0x5187): undefined reference to `MRT' view.c:(.text+0x51a3): undefined reference to `New_Prefix' view.c:(.text+0x51b5): undefined reference to `find_interface' view.c:(.text+0x51c0): undefined reference to `add_nexthop' view.c:(.text+0x51d6): undefined reference to `ascii2prefix' view.c:(.text+0x51e1): undefined reference to `find_interface' view.c:(.text+0x51ec): undefined reference to `add_nexthop' view.c:(.text+0x5205): undefined reference to `add_gateway' view.c:(.text+0x5214): undefined reference to `Deref_Prefix' view.c:(.text+0x5223): undefined reference to `ascii2prefix' view.c:(.text+0x522e): undefined reference to `find_interface' view.c:(.text+0x5239): undefined reference to `add_nexthop' view.c:(.text+0x5252): undefined reference to `add_gateway' view.c:(.text+0x5261): undefined reference to `Deref_Prefix' view.c:(.text+0x5286): undefined reference to `ref_nexthop' view.c:(.text+0x5295): undefined reference to `ref_nexthop' view.c:(.text+0x52ac): undefined reference to `ref_nexthop' view.c:(.text+0x52ca): undefined reference to `ref_nexthop' view.c:(.text+0x5305): undefined reference to `Ref_Prefix' view.c:(.text+0x532c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_compute_agg': view.c:(.text+0x5421): undefined reference to `MRT' view.c:(.text+0x5447): undefined reference to `trace' view.c:(.text+0x547b): undefined reference to `MRT' view.c:(.text+0x54a1): undefined reference to `trace' view.c:(.text+0x54b1): undefined reference to `MRT' view.c:(.text+0x54d7): undefined reference to `trace' view.c:(.text+0x54e7): undefined reference to `MRT' view.c:(.text+0x550d): undefined reference to `trace' view.c:(.text+0x55ec): undefined reference to `trace' view.c:(.text+0x5619): undefined reference to `MRT' view.c:(.text+0x563f): undefined reference to `trace' view.c:(.text+0x565f): undefined reference to `deref_nexthop' view.c:(.text+0x578e): undefined reference to `deref_nexthop' view.c:(.text+0x57bd): undefined reference to `deref_nexthop' view.c:(.text+0x57e6): undefined reference to `deref_nexthop' view.c:(.text+0x5884): undefined reference to `deref_nexthop' view.c:(.text+0x5891): undefined reference to `ref_nexthop' view.c:(.text+0x595e): undefined reference to `deref_nexthop' view.c:(.text+0x596b): undefined reference to `ref_nexthop' view.c:(.text+0x598f): undefined reference to `ref_nexthop' view.c:(.text+0x59b3): undefined reference to `Deref_Prefix' view.c:(.text+0x5a02): undefined reference to `Ref_Prefix' view.c:(.text+0x5a5d): undefined reference to `ref_nexthop' view.c:(.text+0x5a85): undefined reference to `ref_nexthop' view.c:(.text+0x5b1f): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_remove_route_head': view.c:(.text+0x5b6f): undefined reference to `MRT' view.c:(.text+0x5b95): undefined reference to `trace' view.c:(.text+0x5bd1): undefined reference to `MRT' view.c:(.text+0x5bf7): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_del_aggregate': view.c:(.text+0x5c45): undefined reference to `family2afi' view.c:(.text+0x5c50): undefined reference to `MRT' view.c:(.text+0x5c76): undefined reference to `trace' view.c:(.text+0x5d84): undefined reference to `Deref_Prefix' view.c:(.text+0x5dac): undefined reference to `MRT' view.c:(.text+0x5dd2): undefined reference to `trace' view.c:(.text+0x5de2): undefined reference to `MRT' view.c:(.text+0x5e08): undefined reference to `trace' view.c:(.text+0x5e25): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_ll_list': view.c:(.text+0x5eba): undefined reference to `trace' view.c:(.text+0x5ecf): undefined reference to `MRT' view.c:(.text+0x5ef5): undefined reference to `trace' view.c:(.text+0x5f05): undefined reference to `MRT' view.c:(.text+0x5f2b): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_find_best_route': view.c:(.text+0x6084): undefined reference to `MRT' view.c:(.text+0x60aa): undefined reference to `trace' view.c:(.text+0x60d4): undefined reference to `MRT' view.c:(.text+0x60fa): undefined reference to `trace' view.c:(.text+0x610a): undefined reference to `MRT' view.c:(.text+0x6130): undefined reference to `trace' view.c:(.text+0x613c): undefined reference to `MRT' view.c:(.text+0x6162): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_find_bgp_active': view.c:(.text+0x61dd): undefined reference to `MRT' view.c:(.text+0x6203): undefined reference to `trace' view.c:(.text+0x620f): undefined reference to `MRT' view.c:(.text+0x6235): undefined reference to `trace' view.c:(.text+0x6241): undefined reference to `MRT' view.c:(.text+0x6267): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_update_route': view.c:(.text+0x62a5): undefined reference to `MRT' view.c:(.text+0x62cb): undefined reference to `trace' view.c:(.text+0x62e9): undefined reference to `MRT' view.c:(.text+0x630f): undefined reference to `trace' view.c:(.text+0x6325): undefined reference to `MRT' view.c:(.text+0x634b): undefined reference to `trace' view.c:(.text+0x6354): undefined reference to `BGP' view.c:(.text+0x637b): undefined reference to `trace' view.c:(.text+0x639d): undefined reference to `ref_nexthop' view.c:(.text+0x63c1): undefined reference to `BGP' view.c:(.text+0x63e8): undefined reference to `trace' view.c:(.text+0x640a): undefined reference to `ref_nexthop' view.c:(.text+0x6422): undefined reference to `MRT' view.c:(.text+0x6448): undefined reference to `trace' view.c:(.text+0x6477): undefined reference to `MRT' view.c:(.text+0x64a0): undefined reference to `trace' view.c:(.text+0x64e8): undefined reference to `Ref_Prefix' view.c:(.text+0x64f2): undefined reference to `BGP' view.c:(.text+0x6520): undefined reference to `schedule_event2' ../../lib/libbgp.a(view.o): In function `bgp_import': view.c:(.text+0x656b): undefined reference to `MRT' view.c:(.text+0x6591): undefined reference to `trace' view.c:(.text+0x65a3): undefined reference to `MRT' view.c:(.text+0x65c9): undefined reference to `trace' view.c:(.text+0x65db): undefined reference to `BGP' view.c:(.text+0x6605): undefined reference to `family2afi' view.c:(.text+0x6611): undefined reference to `MRT' view.c:(.text+0x6637): undefined reference to `trace' view.c:(.text+0x664d): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x668d): undefined reference to `trace' view.c:(.text+0x669f): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x66df): undefined reference to `trace' view.c:(.text+0x6734): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x6763): undefined reference to `trace' view.c:(.text+0x676b): undefined reference to `Deref_Prefix' view.c:(.text+0x67a8): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x67d7): undefined reference to `trace' view.c:(.text+0x67df): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(view.o): In function `New_View': view.c:(.text+0x687d): undefined reference to `Deref_Prefix' view.c:(.text+0x68aa): undefined reference to `mrt_pthread_mutex_init' view.c:(.text+0x68be): undefined reference to `trace_copy' view.c:(.text+0x68f8): undefined reference to `set_trace' ../../lib/libbgp.a(view.o): In function `Destroy_View': view.c:(.text+0x6961): undefined reference to `MRT' view.c:(.text+0x6987): undefined reference to `trace' view.c:(.text+0x69cb): undefined reference to `mrt_pthread_mutex_destroy' view.c:(.text+0x69e2): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(view.o): In function `view_delete_peer': view.c:(.text+0x6a2b): undefined reference to `MRT' view.c:(.text+0x6a51): undefined reference to `trace' view.c:(.text+0x6a63): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x6a93): undefined reference to `trace' view.c:(.text+0x6aa5): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6ad4): undefined reference to `trace' view.c:(.text+0x6c95): undefined reference to `MRT' view.c:(.text+0x6cbb): undefined reference to `trace' view.c:(.text+0x6d6e): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x6daf): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_establish_peer': view.c:(.text+0x6e12): undefined reference to `BGP' view.c:(.text+0x6e34): undefined reference to `MRT' view.c:(.text+0x6e5a): undefined reference to `trace' view.c:(.text+0x6e74): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x6ea4): undefined reference to `trace' view.c:(.text+0x6eb6): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x6ee5): undefined reference to `trace' view.c:(.text+0x6f52): undefined reference to `MRT' view.c:(.text+0x6f78): undefined reference to `trace' view.c:(.text+0x6ff1): undefined reference to `trace' view.c:(.text+0x705d): undefined reference to `MRT' view.c:(.text+0x70a8): undefined reference to `MRT' view.c:(.text+0x70ce): undefined reference to `trace' view.c:(.text+0x71e4): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7213): undefined reference to `trace' view.c:(.text+0x7231): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x7261): undefined reference to `Deref_Prefix' view.c:(.text+0x72d7): undefined reference to `schedule_event2' view.c:(.text+0x72fb): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(view.o): In function `trace_bgp_view_op': view.c:(.text+0x7403): undefined reference to `BGP' view.c:(.text+0x7431): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x7461): undefined reference to `trace' view.c:(.text+0x7473): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x74a2): undefined reference to `trace' view.c:(.text+0x74b7): undefined reference to `set_trace' view.c:(.text+0x74c9): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x74f8): undefined reference to `trace' view.c:(.text+0x7523): undefined reference to `BGP' view.c:(.text+0x755c): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x758c): undefined reference to `trace' view.c:(.text+0x759e): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x75ce): undefined reference to `trace' view.c:(.text+0x75e3): undefined reference to `set_trace' view.c:(.text+0x75f5): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7625): undefined reference to `trace' view.c:(.text+0x7673): undefined reference to `BGP' view.c:(.text+0x76a2): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x76d5): undefined reference to `trace' view.c:(.text+0x76e7): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x771a): undefined reference to `trace' view.c:(.text+0x7730): undefined reference to `set_trace' view.c:(.text+0x7742): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7775): undefined reference to `trace' view.c:(.text+0x77c3): undefined reference to `BGP' view.c:(.text+0x77fc): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x782c): undefined reference to `trace' view.c:(.text+0x783e): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x786e): undefined reference to `trace' view.c:(.text+0x7883): undefined reference to `set_trace' view.c:(.text+0x7895): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x78c5): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `trace_f_bgp': view.c:(.text+0x793c): undefined reference to `BGP' view.c:(.text+0x794f): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x795a): undefined reference to `BGP' view.c:(.text+0x798a): undefined reference to `trace' view.c:(.text+0x7991): undefined reference to `BGP' view.c:(.text+0x79a4): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x79ab): undefined reference to `BGP' view.c:(.text+0x79e2): undefined reference to `trace' view.c:(.text+0x79e9): undefined reference to `BGP' view.c:(.text+0x7a02): undefined reference to `set_trace' view.c:(.text+0x7a09): undefined reference to `BGP' view.c:(.text+0x7a1c): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7a23): undefined reference to `BGP' view.c:(.text+0x7a5a): undefined reference to `trace' view.c:(.text+0x7a6e): undefined reference to `BGP' view.c:(.text+0x7a81): undefined reference to `mrt_pthread_mutex_trylock' view.c:(.text+0x7a8c): undefined reference to `BGP' view.c:(.text+0x7abc): undefined reference to `trace' view.c:(.text+0x7ac3): undefined reference to `BGP' view.c:(.text+0x7ad6): undefined reference to `mrt_pthread_mutex_lock' view.c:(.text+0x7add): undefined reference to `BGP' view.c:(.text+0x7b14): undefined reference to `trace' view.c:(.text+0x7b1b): undefined reference to `BGP' view.c:(.text+0x7b34): undefined reference to `set_trace' view.c:(.text+0x7b3b): undefined reference to `BGP' view.c:(.text+0x7b4e): undefined reference to `mrt_pthread_mutex_unlock' view.c:(.text+0x7b55): undefined reference to `BGP' view.c:(.text+0x7b8c): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `New_Bgp_Route': view.c:(.text+0x7bdc): undefined reference to `MRT' view.c:(.text+0x7c02): undefined reference to `trace' view.c:(.text+0x7c2b): undefined reference to `BGP' view.c:(.text+0x7c5b): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `bgp_delete_nexthop_cache': view.c:(.text+0x7e2d): undefined reference to `Deref_Prefix' view.c:(.text+0x7e36): undefined reference to `deref_nexthop' ../../lib/libbgp.a(view.o): In function `bgp2gen': view.c:(.text+0x7e9c): undefined reference to `MRT' view.c:(.text+0x7ec2): undefined reference to `trace' view.c:(.text+0x7ecb): undefined reference to `ref_nexthop' view.c:(.text+0x7ef9): undefined reference to `MRT' view.c:(.text+0x7f1f): undefined reference to `trace' view.c:(.text+0x7f28): undefined reference to `ref_nexthop' view.c:(.text+0x7f35): undefined reference to `BGP' view.c:(.text+0x7f65): undefined reference to `trace' ../../lib/libbgp.a(view.o): In function `view_add_change_list': view.c:(.text+0x7fac): undefined reference to `MRT' view.c:(.text+0x7fd2): undefined reference to `trace' view.c:(.text+0x7ff8): undefined reference to `prefix_compare' view.c:(.text+0x8003): undefined reference to `MRT' view.c:(.text+0x8029): undefined reference to `trace' view.c:(.text+0x8039): undefined reference to `MRT' view.c:(.text+0x805f): undefined reference to `trace' view.c:(.text+0x808c): undefined reference to `trace' view.c:(.text+0x80ab): undefined reference to `MRT' view.c:(.text+0x80d1): undefined reference to `trace' view.c:(.text+0x80eb): undefined reference to `MRT' view.c:(.text+0x8111): undefined reference to `trace' view.c:(.text+0x812c): undefined reference to `trace' view.c:(.text+0x81bf): undefined reference to `MRT' view.c:(.text+0x81e5): undefined reference to `trace' view.c:(.text+0x824f): undefined reference to `trace' ../../lib/libbgp.a(bgp_thread.o): In function `bgp_schedule_timer': bgp_thread.c:(.text+0x83): undefined reference to `schedule_event2' ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_mrt_msg': bgp_dump.c:(.text+0x53): undefined reference to `BGP' bgp_dump.c:(.text+0x62): undefined reference to `mrt_pthread_mutex_lock' bgp_dump.c:(.text+0xb4): undefined reference to `BGP' bgp_dump.c:(.text+0xf8): undefined reference to `BGP' bgp_dump.c:(.text+0x125): undefined reference to `BGP' bgp_dump.c:(.text+0x21a): undefined reference to `BGP' bgp_dump.c:(.text+0x25d): undefined reference to `BGP' ../../lib/libbgp.a(bgp_dump.o):bgp_dump.c:(.text+0x290): more undefined references to `BGP' follow ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_mrt_msg': bgp_dump.c:(.text+0x317): undefined reference to `MRT' bgp_dump.c:(.text+0x33d): undefined reference to `trace' bgp_dump.c:(.text+0x44a): undefined reference to `MRT' bgp_dump.c:(.text+0x470): undefined reference to `trace' bgp_dump.c:(.text+0x4e6): undefined reference to `MRT' bgp_dump.c:(.text+0x502): undefined reference to `trace' bgp_dump.c:(.text+0x51e): undefined reference to `MRT' bgp_dump.c:(.text+0x544): undefined reference to `trace' bgp_dump.c:(.text+0x584): undefined reference to `MRT' bgp_dump.c:(.text+0x5aa): undefined reference to `trace' bgp_dump.c:(.text+0x5bd): undefined reference to `MRT' bgp_dump.c:(.text+0x5e3): undefined reference to `trace' bgp_dump.c:(.text+0x621): undefined reference to `MRT' bgp_dump.c:(.text+0x647): undefined reference to `trace' bgp_dump.c:(.text+0x6c0): undefined reference to `MRT' bgp_dump.c:(.text+0x6e6): undefined reference to `trace' bgp_dump.c:(.text+0x74e): undefined reference to `MRT' bgp_dump.c:(.text+0x774): undefined reference to `trace' bgp_dump.c:(.text+0x853): undefined reference to `BGP' bgp_dump.c:(.text+0x921): undefined reference to `BGP' bgp_dump.c:(.text+0x937): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_dump.o): In function `bgp_write_status_change': bgp_dump.c:(.text+0x97f): undefined reference to `BGP' ../../lib/libbgp.a(bgp_dump.o): In function `dump_view_bgp_routes': bgp_dump.c:(.text+0x9f0): undefined reference to `mrt_open' bgp_dump.c:(.text+0xa03): undefined reference to `BGP' bgp_dump.c:(.text+0xa17): undefined reference to `MRT' bgp_dump.c:(.text+0xa3d): undefined reference to `trace' bgp_dump.c:(.text+0xa4f): undefined reference to `mrt_pthread_mutex_trylock' bgp_dump.c:(.text+0xa7f): undefined reference to `trace' bgp_dump.c:(.text+0xa91): undefined reference to `mrt_pthread_mutex_lock' bgp_dump.c:(.text+0xac1): undefined reference to `trace' bgp_dump.c:(.text+0xaf5): undefined reference to `BGP' bgp_dump.c:(.text+0xb15): undefined reference to `trace' bgp_dump.c:(.text+0xb2b): undefined reference to `BGP' bgp_dump.c:(.text+0xb40): undefined reference to `trace' bgp_dump.c:(.text+0xb47): undefined reference to `BGP' bgp_dump.c:(.text+0xb5c): undefined reference to `trace' bgp_dump.c:(.text+0xb6e): undefined reference to `mrt_pthread_mutex_unlock' bgp_dump.c:(.text+0xb9e): undefined reference to `trace' bgp_dump.c:(.text+0xbb0): undefined reference to `mrt_close' bgp_dump.c:(.text+0xbc4): undefined reference to `BGP' bgp_dump.c:(.text+0xbdb): undefined reference to `trace' bgp_dump.c:(.text+0xbf9): undefined reference to `trace' bgp_dump.c:(.text+0xc15): undefined reference to `BGP' bgp_dump.c:(.text+0xc2e): undefined reference to `trace' bgp_dump.c:(.text+0xd19): undefined reference to `Delete_Buffer' bgp_dump.c:(.text+0xd37): undefined reference to `BGP' bgp_dump.c:(.text+0xe21): undefined reference to `trace' bgp_dump.c:(.text+0xe98): undefined reference to `BGP' bgp_dump.c:(.text+0x104e): undefined reference to `trace' bgp_dump.c:(.text+0x1074): undefined reference to `mrt_pthread_mutex_unlock' bgp_dump.c:(.text+0x10a7): undefined reference to `trace' bgp_dump.c:(.text+0x10b9): undefined reference to `mrt_close' bgp_dump.c:(.text+0x10eb): undefined reference to `BGP' bgp_dump.c:(.text+0x1100): undefined reference to `trace' bgp_dump.c:(.text+0x110e): undefined reference to `BGP' bgp_dump.c:(.text+0x1123): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_write': bgp_dump2.c:(.text+0x9e): undefined reference to `MRT' bgp_dump2.c:(.text+0xc4): undefined reference to `trace' bgp_dump2.c:(.text+0x103): undefined reference to `MRT' bgp_dump2.c:(.text+0x129): undefined reference to `trace' bgp_dump2.c:(.text+0x1a1): undefined reference to `MRT' bgp_dump2.c:(.text+0x1c6): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `bgp_table_dump_entry': bgp_dump2.c:(.text+0x26c): undefined reference to `MRT' bgp_dump2.c:(.text+0x298): undefined reference to `trace' bgp_dump2.c:(.text+0x4d8): undefined reference to `MRT' bgp_dump2.c:(.text+0x4fe): undefined reference to `trace' bgp_dump2.c:(.text+0x510): undefined reference to `MRT' bgp_dump2.c:(.text+0x536): undefined reference to `trace' ../../lib/libbgp.a(bgp_dump2.o): In function `create_fake_peer': bgp_dump2.c:(.text+0x61d): undefined reference to `MRT' ../../lib/libbgp.a(filter.o): In function `del_route_map_memory': filter.c:(.text+0x171): undefined reference to `MRT' filter.c:(.text+0x197): undefined reference to `trace' ../../lib/libbgp.a(filter.o): In function `apply_route_map_alist': filter.c:(.text+0x333): undefined reference to `MRT' filter.c:(.text+0x359): undefined reference to `trace' filter.c:(.text+0x36d): undefined reference to `apply_access_list' ../../lib/libbgp.a(filter.o): In function `apply_route_map': filter.c:(.text+0x45e): undefined reference to `MRT' filter.c:(.text+0x484): undefined reference to `trace' filter.c:(.text+0x4a2): undefined reference to `MRT' filter.c:(.text+0x4c8): undefined reference to `trace' filter.c:(.text+0x51a): undefined reference to `MRT' filter.c:(.text+0x540): undefined reference to `trace' filter.c:(.text+0x558): undefined reference to `apply_access_list' filter.c:(.text+0x64a): undefined reference to `deref_nexthop' filter.c:(.text+0x65a): undefined reference to `ref_nexthop' filter.c:(.text+0x685): undefined reference to `deref_nexthop' filter.c:(.text+0x695): undefined reference to `ref_nexthop' filter.c:(.text+0x6ac): undefined reference to `deref_nexthop' filter.c:(.text+0x6b9): undefined reference to `ref_nexthop' filter.c:(.text+0x7e9): undefined reference to `Deref_Prefix' filter.c:(.text+0x802): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(filter.o): In function `route_map_out': filter.c:(.text+0x8a9): undefined reference to `MRT' filter.c:(.text+0x8cf): undefined reference to `trace' filter.c:(.text+0x9e6): undefined reference to `origin2string' filter.c:(.text+0xa52): undefined reference to `prefix_toa' filter.c:(.text+0xa76): undefined reference to `prefix_toa' filter.c:(.text+0xa92): undefined reference to `prefix_toa' filter.c:(.text+0xb09): undefined reference to `prefix_toa' ../../lib/libbgp.a(aspath.o): In function `Delete_ASPATH_segment': aspath.c:(.text+0x31): undefined reference to `MRT' aspath.c:(.text+0x57): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `munge_aspath': aspath.c:(.text+0x2b3): undefined reference to `MRT' aspath.c:(.text+0x2ca): undefined reference to `MRT' aspath.c:(.text+0x2e4): undefined reference to `trace' aspath.c:(.text+0x305): undefined reference to `MRT' aspath.c:(.text+0x31e): undefined reference to `MRT' aspath.c:(.text+0x335): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `bgp_get_home_AS': aspath.c:(.text+0x67a): undefined reference to `MRT' aspath.c:(.text+0x6a2): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspth_from_string': aspath.c:(.text+0x1122): undefined reference to `MRT' aspath.c:(.text+0x113c): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_merge': aspath.c:(.text+0x1d72): undefined reference to `MRT' aspath.c:(.text+0x1d98): undefined reference to `trace' aspath.c:(.text+0x1db7): undefined reference to `MRT' aspath.c:(.text+0x1ddd): undefined reference to `trace' aspath.c:(.text+0x1e05): undefined reference to `MRT' aspath.c:(.text+0x1e2b): undefined reference to `trace' ../../lib/libbgp.a(aspath.o): In function `aspath_remove': aspath.c:(.text+0x1f9f): undefined reference to `MRT' aspath.c:(.text+0x1fc5): undefined reference to `trace' aspath.c:(.text+0x2065): undefined reference to `MRT' aspath.c:(.text+0x208b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr': bgp_attr.c:(.text+0xcc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0xda): undefined reference to `origin2string' bgp_attr.c:(.text+0xf3): undefined reference to `trace' bgp_attr.c:(.text+0x106): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x11f): undefined reference to `trace' bgp_attr.c:(.text+0x13c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x14f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x168): undefined reference to `trace' bgp_attr.c:(.text+0x172): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x182): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x19b): undefined reference to `trace' bgp_attr.c:(.text+0x1ae): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1c7): undefined reference to `trace' bgp_attr.c:(.text+0x1da): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1f3): undefined reference to `trace' bgp_attr.c:(.text+0x206): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x21b): undefined reference to `trace' bgp_attr.c:(.text+0x22d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x245): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x262): undefined reference to `trace' bgp_attr.c:(.text+0x275): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x285): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x29e): undefined reference to `trace' bgp_attr.c:(.text+0x2b1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x2da): undefined reference to `trace' bgp_attr.c:(.text+0x2ed): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x316): undefined reference to `trace' bgp_attr.c:(.text+0x329): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x34d): undefined reference to `trace' bgp_attr.c:(.text+0x3df): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_trace_attr2': bgp_attr.c:(.text+0x45d): undefined reference to `trace' bgp_attr.c:(.text+0x483): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x495): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4bc): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0x4f2): undefined reference to `MRT' bgp_attr.c:(.text+0x518): undefined reference to `trace' bgp_attr.c:(.text+0x52a): undefined reference to `MRT' bgp_attr.c:(.text+0x550): undefined reference to `trace' bgp_attr.c:(.text+0x565): undefined reference to `MRT' bgp_attr.c:(.text+0x58b): undefined reference to `trace' bgp_attr.c:(.text+0x5a8): undefined reference to `MRT' bgp_attr.c:(.text+0x5ce): undefined reference to `trace' bgp_attr.c:(.text+0x60e): undefined reference to `trace' bgp_attr.c:(.text+0x648): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x67e): undefined reference to `trace' bgp_attr.c:(.text+0x74c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x788): undefined reference to `okay_trace' bgp_attr.c:(.text+0x79c): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x7b3): undefined reference to `trace' bgp_attr.c:(.text+0x7de): undefined reference to `trace' bgp_attr.c:(.text+0x81f): undefined reference to `trace' bgp_attr.c:(.text+0x846): undefined reference to `trace' bgp_attr.c:(.text+0x91b): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x939): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_process_update_packet': bgp_attr.c:(.text+0xa1b): undefined reference to `New_Prefix' bgp_attr.c:(.text+0xa44): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0xa79): undefined reference to `okay_trace' bgp_attr.c:(.text+0xa8d): undefined reference to `prefix_toax' bgp_attr.c:(.text+0xaa4): undefined reference to `trace' bgp_attr.c:(.text+0xad4): undefined reference to `trace' bgp_attr.c:(.text+0xb10): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0xb80): undefined reference to `MRT' bgp_attr.c:(.text+0xba6): undefined reference to `trace' bgp_attr.c:(.text+0xbb7): undefined reference to `MRT' bgp_attr.c:(.text+0xbdd): undefined reference to `trace' bgp_attr.c:(.text+0xc5b): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0xcf1): undefined reference to `trace' bgp_attr.c:(.text+0xf1a): undefined reference to `trace' bgp_attr.c:(.text+0x1050): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x1070): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x1080): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x1213): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x12f4): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x148e): undefined reference to `trace' bgp_attr.c:(.text+0x152a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x1571): undefined reference to `trace' bgp_attr.c:(.text+0x15a1): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x15e2): undefined reference to `trace' bgp_attr.c:(.text+0x1641): undefined reference to `trace' bgp_attr.c:(.text+0x170d): undefined reference to `trace' bgp_attr.c:(.text+0x1803): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x184a): undefined reference to `trace' bgp_attr.c:(.text+0x189a): undefined reference to `trace' bgp_attr.c:(.text+0x19f4): undefined reference to `trace' bgp_attr.c:(.text+0x1b07): undefined reference to `trace' bgp_attr.c:(.text+0x1b9e): undefined reference to `trace' bgp_attr.c:(.text+0x1bcf): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x1bdf): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x1c5f): undefined reference to `trace' bgp_attr.c:(.text+0x1cc0): undefined reference to `trace' bgp_attr.c:(.text+0x1d01): undefined reference to `trace' bgp_attr.c:(.text+0x1f14): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2007): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x203f): undefined reference to `trace' bgp_attr.c:(.text+0x2055): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x21df): undefined reference to `trace' bgp_attr.c:(.text+0x2238): undefined reference to `trace' bgp_attr.c:(.text+0x226f): undefined reference to `MRT' bgp_attr.c:(.text+0x2295): undefined reference to `trace' bgp_attr.c:(.text+0x22c4): undefined reference to `MRT' bgp_attr.c:(.text+0x22ea): undefined reference to `trace' bgp_attr.c:(.text+0x2318): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2331): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x2341): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2388): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x23a2): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x23c2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x23cd): undefined reference to `prefix_is_unspecified' bgp_attr.c:(.text+0x23e7): undefined reference to `prefix_is_linklocal' bgp_attr.c:(.text+0x23f7): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x2435): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x244e): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x248e): undefined reference to `MRT' bgp_attr.c:(.text+0x24b4): undefined reference to `trace' bgp_attr.c:(.text+0x24e2): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x24fb): undefined reference to `prefix_is_global' bgp_attr.c:(.text+0x250b): undefined reference to `prefix_is_multicast' bgp_attr.c:(.text+0x253d): undefined reference to `add_nexthop' bgp_attr.c:(.text+0x2554): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x257f): undefined reference to `trace' bgp_attr.c:(.text+0x283c): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x293f): undefined reference to `New_Prefix' bgp_attr.c:(.text+0x2973): undefined reference to `trace' bgp_attr.c:(.text+0x2999): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2a74): undefined reference to `trace' bgp_attr.c:(.text+0x2ac3): undefined reference to `trace' bgp_attr.c:(.text+0x2b18): undefined reference to `trace' bgp_attr.c:(.text+0x2b40): undefined reference to `trace' bgp_attr.c:(.text+0x2b6e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x2bdf): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x2ebe): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x2efb): undefined reference to `trace' bgp_attr.c:(.text+0x2f3a): undefined reference to `trace' bgp_attr.c:(.text+0x2f6e): undefined reference to `trace' bgp_attr.c:(.text+0x2f9c): undefined reference to `trace' bgp_attr.c:(.text+0x3019): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x304c): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_munge_attributes': bgp_attr.c:(.text+0x3096): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x30c8): undefined reference to `trace' bgp_attr.c:(.text+0x30ef): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_deref_attr': bgp_attr.c:(.text+0x313c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x314a): undefined reference to `MRT' bgp_attr.c:(.text+0x3170): undefined reference to `trace' bgp_attr.c:(.text+0x31a5): undefined reference to `MRT' bgp_attr.c:(.text+0x31cb): undefined reference to `trace' bgp_attr.c:(.text+0x31e3): undefined reference to `mrt_pthread_mutex_unlock' bgp_attr.c:(.text+0x31ef): undefined reference to `MRT' bgp_attr.c:(.text+0x3215): undefined reference to `trace' bgp_attr.c:(.text+0x321e): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x322c): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3242): undefined reference to `MRT' bgp_attr.c:(.text+0x3268): undefined reference to `trace' bgp_attr.c:(.text+0x328d): undefined reference to `MRT' bgp_attr.c:(.text+0x32b3): undefined reference to `trace' bgp_attr.c:(.text+0x32c1): undefined reference to `MRT' bgp_attr.c:(.text+0x32e7): undefined reference to `trace' bgp_attr.c:(.text+0x32f3): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x330c): undefined reference to `MRT' bgp_attr.c:(.text+0x3332): undefined reference to `trace' bgp_attr.c:(.text+0x3340): undefined reference to `MRT' bgp_attr.c:(.text+0x3366): undefined reference to `trace' bgp_attr.c:(.text+0x3372): undefined reference to `Deref_Prefix' bgp_attr.c:(.text+0x338b): undefined reference to `MRT' bgp_attr.c:(.text+0x33b1): undefined reference to `trace' bgp_attr.c:(.text+0x33bf): undefined reference to `MRT' bgp_attr.c:(.text+0x33e5): undefined reference to `trace' bgp_attr.c:(.text+0x340a): undefined reference to `MRT' bgp_attr.c:(.text+0x3430): undefined reference to `trace' bgp_attr.c:(.text+0x343e): undefined reference to `MRT' bgp_attr.c:(.text+0x3464): undefined reference to `trace' bgp_attr.c:(.text+0x3481): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x3492): undefined reference to `deref_nexthop' bgp_attr.c:(.text+0x34b9): undefined reference to `mrt_pthread_mutex_destroy' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_new_attr': bgp_attr.c:(.text+0x3553): undefined reference to `mrt_pthread_mutex_init' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attributes': bgp_attr.c:(.text+0x3594): undefined reference to `MRT' bgp_attr.c:(.text+0x35ba): undefined reference to `trace' bgp_attr.c:(.text+0x36b6): undefined reference to `MRT' bgp_attr.c:(.text+0x36df): undefined reference to `trace' bgp_attr.c:(.text+0x3706): undefined reference to `MRT' bgp_attr.c:(.text+0x372f): undefined reference to `trace' bgp_attr.c:(.text+0x3779): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x3793): undefined reference to `trace' bgp_attr.c:(.text+0x37b1): undefined reference to `MRT' bgp_attr.c:(.text+0x37d7): undefined reference to `trace' bgp_attr.c:(.text+0x3957): undefined reference to `MRT' bgp_attr.c:(.text+0x397d): undefined reference to `trace' bgp_attr.c:(.text+0x3994): undefined reference to `MRT' bgp_attr.c:(.text+0x39ba): undefined reference to `trace' bgp_attr.c:(.text+0x3a08): undefined reference to `MRT' bgp_attr.c:(.text+0x3a2e): undefined reference to `trace' bgp_attr.c:(.text+0x3a72): undefined reference to `MRT' bgp_attr.c:(.text+0x3a9b): undefined reference to `trace' bgp_attr.c:(.text+0x3b46): undefined reference to `MRT' bgp_attr.c:(.text+0x3b6f): undefined reference to `trace' bgp_attr.c:(.text+0x3bba): undefined reference to `MRT' bgp_attr.c:(.text+0x3be0): undefined reference to `trace' bgp_attr.c:(.text+0x3c27): undefined reference to `MRT' bgp_attr.c:(.text+0x3c50): undefined reference to `trace' bgp_attr.c:(.text+0x3d65): undefined reference to `MRT' bgp_attr.c:(.text+0x3d8b): undefined reference to `trace' bgp_attr.c:(.text+0x3d9a): undefined reference to `MRT' bgp_attr.c:(.text+0x3dc0): undefined reference to `trace' bgp_attr.c:(.text+0x3f1a): undefined reference to `MRT' bgp_attr.c:(.text+0x3f40): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_add_attr_ipv6': bgp_attr.c:(.text+0x3f85): undefined reference to `MRT' bgp_attr.c:(.text+0x3fab): undefined reference to `trace' bgp_attr.c:(.text+0x4011): undefined reference to `trace' bgp_attr.c:(.text+0x4030): undefined reference to `trace' bgp_attr.c:(.text+0x403a): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x4051): undefined reference to `trace' bgp_attr.c:(.text+0x4078): undefined reference to `MRT' bgp_attr.c:(.text+0x409e): undefined reference to `trace' bgp_attr.c:(.text+0x40ce): undefined reference to `okay_trace' bgp_attr.c:(.text+0x40dc): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x40fa): undefined reference to `trace' bgp_attr.c:(.text+0x416a): undefined reference to `MRT' bgp_attr.c:(.text+0x4190): undefined reference to `trace' bgp_attr.c:(.text+0x41a4): undefined reference to `trace' bgp_attr.c:(.text+0x41b1): undefined reference to `okay_trace' bgp_attr.c:(.text+0x41bf): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x41dd): undefined reference to `trace' bgp_attr.c:(.text+0x422f): undefined reference to `okay_trace' bgp_attr.c:(.text+0x423d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x424f): undefined reference to `prefix_toa' bgp_attr.c:(.text+0x4269): undefined reference to `trace' bgp_attr.c:(.text+0x42f0): undefined reference to `MRT' bgp_attr.c:(.text+0x4316): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_ref_attr': bgp_attr.c:(.text+0x434c): undefined reference to `mrt_pthread_mutex_lock' bgp_attr.c:(.text+0x435a): undefined reference to `MRT' bgp_attr.c:(.text+0x4380): undefined reference to `trace' bgp_attr.c:(.text+0x439b): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_compare_attr': bgp_attr.c:(.text+0x4524): undefined reference to `prefix_compare2' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x45ba): undefined reference to `MRT' bgp_attr.c:(.text+0x4610): undefined reference to `trace' bgp_attr.c:(.text+0x46ce): undefined reference to `MRT' bgp_attr.c:(.text+0x46f4): undefined reference to `trace' bgp_attr.c:(.text+0x47fd): undefined reference to `MRT' bgp_attr.c:(.text+0x4823): undefined reference to `trace' bgp_attr.c:(.text+0x48c1): undefined reference to `MRT' bgp_attr.c:(.text+0x48e7): undefined reference to `trace' bgp_attr.c:(.text+0x490c): undefined reference to `MRT' bgp_attr.c:(.text+0x4932): undefined reference to `trace' bgp_attr.c:(.text+0x49b0): undefined reference to `trace' bgp_attr.c:(.text+0x4a5e): undefined reference to `trace' bgp_attr.c:(.text+0x4adc): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4ae9): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4b00): undefined reference to `trace' bgp_attr.c:(.text+0x4bd4): undefined reference to `MRT' bgp_attr.c:(.text+0x4bfd): undefined reference to `trace' bgp_attr.c:(.text+0x4c3a): undefined reference to `trace' bgp_attr.c:(.text+0x4cc8): undefined reference to `trace' bgp_attr.c:(.text+0x4d7d): undefined reference to `trace' bgp_attr.c:(.text+0x4e16): undefined reference to `okay_trace' bgp_attr.c:(.text+0x4e22): undefined reference to `prefix_toax' bgp_attr.c:(.text+0x4e39): undefined reference to `trace' bgp_attr.c:(.text+0x4f37): undefined reference to `MRT' bgp_attr.c:(.text+0x4f69): undefined reference to `trace' bgp_attr.c:(.text+0x4fce): undefined reference to `MRT' bgp_attr.c:(.text+0x5001): undefined reference to `trace' bgp_attr.c:(.text+0x520c): undefined reference to `MRT' bgp_attr.c:(.text+0x5238): undefined reference to `trace' bgp_attr.c:(.text+0x540c): undefined reference to `trace' bgp_attr.c:(.text+0x5426): undefined reference to `trace' bgp_attr.c:(.text+0x545b): undefined reference to `trace' bgp_attr.c:(.text+0x5465): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x547c): undefined reference to `trace' bgp_attr.c:(.text+0x549d): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x54c7): undefined reference to `trace' bgp_attr.c:(.text+0x55bd): undefined reference to `trace' bgp_attr.c:(.text+0x55db): undefined reference to `trace' bgp_attr.c:(.text+0x5605): undefined reference to `trace' bgp_attr.c:(.text+0x562d): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o):bgp_attr.c:(.text+0x5807): more undefined references to `trace' follow ../../lib/libbgp.a(bgp_attr.o): In function `bgp_create_pdu': bgp_attr.c:(.text+0x5868): undefined reference to `MRT' bgp_attr.c:(.text+0x588e): undefined reference to `trace' bgp_attr.c:(.text+0x58a5): undefined reference to `MRT' bgp_attr.c:(.text+0x58cb): undefined reference to `trace' bgp_attr.c:(.text+0x58f5): undefined reference to `trace' bgp_attr.c:(.text+0x5915): undefined reference to `MRT' bgp_attr.c:(.text+0x593b): undefined reference to `trace' bgp_attr.c:(.text+0x596b): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5991): undefined reference to `trace' bgp_attr.c:(.text+0x5a19): undefined reference to `MRT' bgp_attr.c:(.text+0x5a3f): undefined reference to `trace' bgp_attr.c:(.text+0x5a5a): undefined reference to `trace' bgp_attr.c:(.text+0x5a67): undefined reference to `okay_trace' bgp_attr.c:(.text+0x5a7c): undefined reference to `bgptype2string' bgp_attr.c:(.text+0x5a9a): undefined reference to `trace' bgp_attr.c:(.text+0x5b15): undefined reference to `trace' bgp_attr.c:(.text+0x5b3a): undefined reference to `trace' bgp_attr.c:(.text+0x5ce3): undefined reference to `trace' bgp_attr.c:(.text+0x5d58): undefined reference to `MRT' bgp_attr.c:(.text+0x5d7e): undefined reference to `trace' bgp_attr.c:(.text+0x5d98): undefined reference to `MRT' bgp_attr.c:(.text+0x5dbe): undefined reference to `trace' bgp_attr.c:(.text+0x5de8): undefined reference to `trace' bgp_attr.c:(.text+0x5e1f): undefined reference to `trace' bgp_attr.c:(.text+0x5e9e): undefined reference to `trace' ../../lib/libbgp.a(bgp_attr.o): In function `bgp_copy_attr': bgp_attr.c:(.text+0x5f2c): undefined reference to `MRT' bgp_attr.c:(.text+0x5f52): undefined reference to `trace' bgp_attr.c:(.text+0x5fc5): undefined reference to `mrt_pthread_mutex_init' bgp_attr.c:(.text+0x6016): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6086): undefined reference to `MRT' bgp_attr.c:(.text+0x60ac): undefined reference to `trace' bgp_attr.c:(.text+0x60d0): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60e8): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x60fd): undefined reference to `ref_nexthop' bgp_attr.c:(.text+0x6310): undefined reference to `Ref_Prefix' bgp_attr.c:(.text+0x6330): undefined reference to `Ref_Prefix' ../../lib/libbgp.a(as_regexp.o): In function `as_regexp_comp': as_regexp.c:(.text+0x18): undefined reference to `MRT' as_regexp.c:(.text+0x3e): undefined reference to `trace' as_regexp.c:(.text+0x81): undefined reference to `MRT' as_regexp.c:(.text+0xa7): undefined reference to `trace' as_regexp.c:(.text+0xdc): undefined reference to `MRT' as_regexp.c:(.text+0x102): undefined reference to `trace' ../../lib/libbgp.a(as_regexp.o): In function `as_regexp_exec': as_regexp.c:(.text+0x2df): undefined reference to `MRT' as_regexp.c:(.text+0x305): undefined reference to `trace' as_regexp.c:(.text+0x7a8): undefined reference to `MRT' as_regexp.c:(.text+0x7ce): undefined reference to `trace' ../../lib/libbgp.a(as_alist.o): In function `as_access_list_toa': as_alist.c:(.text+0x38d): undefined reference to `MRT' as_alist.c:(.text+0x3b3): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_mrt_msg': bgp_msg.c:(.text+0x275): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x285): undefined reference to `add_gateway' bgp_msg.c:(.text+0x290): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x2bd): undefined reference to `New_Prefix' bgp_msg.c:(.text+0x2cd): undefined reference to `add_gateway' bgp_msg.c:(.text+0x2d8): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_update_msg': bgp_msg.c:(.text+0x43b): undefined reference to `MRT' bgp_msg.c:(.text+0x461): undefined reference to `trace' bgp_msg.c:(.text+0x47f): undefined reference to `MRT' bgp_msg.c:(.text+0x494): undefined reference to `trace' bgp_msg.c:(.text+0x4bd): undefined reference to `MRT' bgp_msg.c:(.text+0x4c6): undefined reference to `trace_copy' bgp_msg.c:(.text+0x4f5): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x55c): undefined reference to `set_trace' bgp_msg.c:(.text+0x5e5): undefined reference to `Destroy_Trace' ../../lib/libbgp.a(bgp_msg.o): In function `mrt_bgp_msg_type': bgp_msg.c:(.text+0x6c8): undefined reference to `MRT' bgp_msg.c:(.text+0x6ee): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_create_update_msg': bgp_msg.c:(.text+0x786): undefined reference to `MRT' bgp_msg.c:(.text+0x7ac): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_fill_update': bgp_msg.c:(.text+0x854): undefined reference to `MRT' bgp_msg.c:(.text+0x860): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x87b): undefined reference to `trace' bgp_msg.c:(.text+0x887): undefined reference to `MRT' bgp_msg.c:(.text+0x893): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x8ae): undefined reference to `trace' bgp_msg.c:(.text+0x918): undefined reference to `MRT' bgp_msg.c:(.text+0x93e): undefined reference to `trace' bgp_msg.c:(.text+0x967): undefined reference to `MRT' bgp_msg.c:(.text+0x98d): undefined reference to `trace' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_process_state_msg': bgp_msg.c:(.text+0xcc2): undefined reference to `New_Prefix' bgp_msg.c:(.text+0xcd1): undefined reference to `add_gateway' bgp_msg.c:(.text+0xcdc): undefined reference to `Deref_Prefix' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_toa': bgp_msg.c:(.text+0xd7d): undefined reference to `origin2string' bgp_msg.c:(.text+0xd92): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xe20): undefined reference to `prefix_toa' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr': bgp_msg.c:(.text+0xe65): undefined reference to `MRT' bgp_msg.c:(.text+0xe8b): undefined reference to `trace' bgp_msg.c:(.text+0xebb): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xecd): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xef6): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf08): undefined reference to `prefix_toa' bgp_msg.c:(.text+0xf7a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xf86): undefined reference to `origin2string' bgp_msg.c:(.text+0xfb1): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xfe8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0xff7): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1029): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1055): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1081): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x109f): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10b3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x10df): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x10ee): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x111a): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1155): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1190): undefined reference to `bgptype2string' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_attr_buffer': bgp_msg.c:(.text+0x11e6): undefined reference to `origin2string' bgp_msg.c:(.text+0x11fb): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1246): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x127a): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_print_attr_buffer': bgp_msg.c:(.text+0x12ab): undefined reference to `MRT' bgp_msg.c:(.text+0x12d1): undefined reference to `trace' bgp_msg.c:(.text+0x1312): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x131d): undefined reference to `origin2string' bgp_msg.c:(.text+0x1334): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1354): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x1379): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x139c): undefined reference to `buffer_printf' bgp_msg.c:(.text+0x13bf): undefined reference to `buffer_printf' ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x141e): more undefined references to `buffer_printf' follow ../../lib/libbgp.a(bgp_msg.o): In function `bgp_uii_attr': bgp_msg.c:(.text+0x1565): undefined reference to `MRT' bgp_msg.c:(.text+0x158b): undefined reference to `trace' bgp_msg.c:(.text+0x159b): undefined reference to `New_Buffer' ../../lib/libbgp.a(bgp_msg.o): In function `bgp_scan_attr': bgp_msg.c:(.text+0x15f4): undefined reference to `MRT' bgp_msg.c:(.text+0x161a): undefined reference to `trace' bgp_msg.c:(.text+0x1626): undefined reference to `string2bgptype' bgp_msg.c:(.text+0x175f): undefined reference to `s_origins' bgp_msg.c:(.text+0x1784): undefined reference to `s_origins' bgp_msg.c:(.text+0x17a9): undefined reference to `s_origins' bgp_msg.c:(.text+0x186a): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x18ce): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x18e8): undefined reference to `ref_nexthop' bgp_msg.c:(.text+0x19bc): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x19cd): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a41): undefined reference to `ascii2prefix' bgp_msg.c:(.text+0x1a5e): undefined reference to `Deref_Prefix' bgp_msg.c:(.text+0x1b58): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b62): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1b95): undefined reference to `deref_nexthop' bgp_msg.c:(.text+0x1b9f): undefined reference to `add_nexthop' bgp_msg.c:(.text+0x1bb8): undefined reference to `bgptype2string' bgp_msg.c:(.text+0x1bc3): undefined reference to `prefix_toa' bgp_msg.c:(.text+0x1be0): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_community': community.c:(.text+0x2f): undefined reference to `MRT' community.c:(.text+0x47): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `community_copy': community.c:(.text+0x235): undefined reference to `MRT' community.c:(.text+0x25b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `apply_community_condition': community.c:(.text+0x965): undefined reference to `MRT' community.c:(.text+0x98b): undefined reference to `trace' ../../lib/libbgp.a(community.o): In function `munge_cluster_list': community.c:(.text+0xd1f): undefined reference to `MRT' community.c:(.text+0xd37): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_ConnectRetry_fire': bgp_timer.c:(.text+0x1d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_KeepAlive_fire': bgp_timer.c:(.text+0x5d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_HoldTime_fire': bgp_timer.c:(.text+0x9d): undefined reference to `trace' ../../lib/libbgp.a(bgp_timer.o): In function `bgp_timer_StartTime_fire': bgp_timer.c:(.text+0xe9): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_add_module': config_file.c:(.text+0x2a): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x12f): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x14a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_del_module': config_file.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x252): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x2c1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_add_output': config_file.c:(.text+0x3d9): undefined reference to `New_Buffer' config_file.c:(.text+0x414): undefined reference to `buffer_vprintf' ../../lib/libcfg.a(config_file.o): In function `get_alist_options': config_file.c:(.text+0x459): undefined reference to `uii_parse_line' config_file.c:(.text+0x498): undefined reference to `ascii2prefix' config_file.c:(.text+0x4ae): undefined reference to `Deref_Prefix' config_file.c:(.text+0x4db): undefined reference to `uii_parse_line' config_file.c:(.text+0x505): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_notice': config_file.c:(.text+0x6b0): undefined reference to `user_vnotice' ../../lib/libcfg.a(config_file.o): In function `show_config': config_file.c:(.text+0x6da): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0x81d): undefined reference to `uii_add_bulk_output' config_file.c:(.text+0x82b): undefined reference to `buffer_adjust' config_file.c:(.text+0x83f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `config_write': config_file.c:(.text+0x891): undefined reference to `uii_send_data' config_file.c:(.text+0x899): undefined reference to `uii_yes_no' config_file.c:(.text+0x8e5): undefined reference to `mrt_pthread_mutex_lock' config_file.c:(.text+0xa36): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0xaf3): undefined reference to `buffer_adjust' ../../lib/libcfg.a(config_file.o): In function `start_config': config_file.c:(.text+0xb29): undefined reference to `mrt_pthread_mutex_trylock' ../../lib/libcfg.a(config_file.o): In function `end_config': config_file.c:(.text+0xb98): undefined reference to `MRT' config_file.c:(.text+0xbbe): undefined reference to `trace' config_file.c:(.text+0xbda): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libcfg.a(config_file.o): In function `init_config': config_file.c:(.text+0xc0b): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc21): undefined reference to `mrt_pthread_cond_init' config_file.c:(.text+0xc37): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc4d): undefined reference to `mrt_pthread_mutex_init' config_file.c:(.text+0xc85): undefined reference to `uii_add_command2' config_file.c:(.text+0xca1): undefined reference to `uii_add_command2' config_file.c:(.text+0xcbd): undefined reference to `uii_add_command2' config_file.c:(.text+0xcd9): undefined reference to `uii_add_command2' config_file.c:(.text+0xcf5): undefined reference to `uii_add_command2' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0xd11): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(config_file.o): In function `enable': config_file.c:(.text+0x10aa): undefined reference to `MRT' config_file.c:(.text+0x10d0): undefined reference to `trace' config_file.c:(.text+0x10d7): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_login': config_file.c:(.text+0x1170): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_password': config_file.c:(.text+0x11a2): undefined reference to `UII' config_file.c:(.text+0x11b2): undefined reference to `set_uii' config_file.c:(.text+0x11bc): undefined reference to `strip_spaces' config_file.c:(.text+0x11c6): undefined reference to `UII' config_file.c:(.text+0x11d4): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_access_class': config_file.c:(.text+0x1209): undefined reference to `UII' config_file.c:(.text+0x1217): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_line_timeout': config_file.c:(.text+0x123d): undefined reference to `UII' config_file.c:(.text+0x127c): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_line_port': config_file.c:(.text+0x129f): undefined reference to `UII' config_file.c:(.text+0x12b2): undefined reference to `MRT' config_file.c:(.text+0x12d8): undefined reference to `trace' config_file.c:(.text+0x12df): undefined reference to `UII' config_file.c:(.text+0x12f1): undefined reference to `UII' config_file.c:(.text+0x1304): undefined reference to `set_uii' config_file.c:(.text+0x1314): undefined reference to `listen_uii2' ../../lib/libcfg.a(config_file.o): In function `config_line_address': config_file.c:(.text+0x1330): undefined reference to `UII' config_file.c:(.text+0x1353): undefined reference to `prefix_compare2' config_file.c:(.text+0x135e): undefined reference to `UII' config_file.c:(.text+0x136f): undefined reference to `set_uii' config_file.c:(.text+0x1376): undefined reference to `listen_uii2' config_file.c:(.text+0x137e): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(config_file.o): In function `config_password': config_file.c:(.text+0x13cc): undefined reference to `UII' config_file.c:(.text+0x13dc): undefined reference to `set_uii' config_file.c:(.text+0x13e9): undefined reference to `UII' config_file.c:(.text+0x1410): undefined reference to `set_uii' config_file.c:(.text+0x1426): undefined reference to `strip_spaces' config_file.c:(.text+0x1430): undefined reference to `UII' config_file.c:(.text+0x143e): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_enable_password': config_file.c:(.text+0x1472): undefined reference to `UII' config_file.c:(.text+0x1482): undefined reference to `set_uii' config_file.c:(.text+0x149a): undefined reference to `strip_spaces' config_file.c:(.text+0x14a4): undefined reference to `UII' config_file.c:(.text+0x14b2): undefined reference to `set_uii' ../../lib/libcfg.a(config_file.o): In function `config_uii_timeout': config_file.c:(.text+0x159c): undefined reference to `UII' config_file.c:(.text+0x15c8): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_debug': config_file.c:(.text+0x1605): undefined reference to `uii_parse_line' config_file.c:(.text+0x1619): undefined reference to `trace_flag' config_file.c:(.text+0x1640): undefined reference to `trace' config_file.c:(.text+0x1668): undefined reference to `set_trace' config_file.c:(.text+0x1671): undefined reference to `uii_parse_line' config_file.c:(.text+0x1691): undefined reference to `set_trace' config_file.c:(.text+0x16c2): undefined reference to `uii_parse_line' config_file.c:(.text+0x16e9): undefined reference to `set_trace' config_file.c:(.text+0x174b): undefined reference to `set_trace_global' config_file.c:(.text+0x175c): undefined reference to `uii_send_data' ../../lib/libcfg.a(config_file.o): In function `config_access_list': config_file.c:(.text+0x188b): undefined reference to `prefix_toax' config_file.c:(.text+0x18a2): undefined reference to `prefix_toa' config_file.c:(.text+0x199c): undefined reference to `remove_access_list' config_file.c:(.text+0x19ce): undefined reference to `add_access_list' ../../lib/libcfg.a(config_file.o): In function `config_redirect': config_file.c:(.text+0x1a60): undefined reference to `UII' config_file.c:(.text+0x1a83): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `config_comment': config_file.c:(.text+0x1b0a): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_from_file2': config_file.c:(.text+0x1ba8): undefined reference to `MRT' config_file.c:(.text+0x1c1a): undefined reference to `trace' config_file.c:(.text+0x1c2e): undefined reference to `mrt_pthread_mutex_trylock' config_file.c:(.text+0x1c57): undefined reference to `trace' config_file.c:(.text+0x1c6f): undefined reference to `trace' config_file.c:(.text+0x1cc0): undefined reference to `New_Buffer_Stream' config_file.c:(.text+0x1ccc): undefined reference to `buffer_gets' config_file.c:(.text+0x1ce5): undefined reference to `buffer_gets' config_file.c:(.text+0x1cf8): undefined reference to `uii_proccess_command' config_file.c:(.text+0x1d1a): undefined reference to `trace' config_file.c:(.text+0x1d3a): undefined reference to `trace' config_file.c:(.text+0x1d68): undefined reference to `Delete_Buffer' config_file.c:(.text+0x1d8d): undefined reference to `MRT' config_file.c:(.text+0x1db3): undefined reference to `trace' config_file.c:(.text+0x1dc9): undefined reference to `mrt_pthread_mutex_unlock' config_file.c:(.text+0x1dfd): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `config_create_default': config_file.c:(.text+0x1e58): undefined reference to `MRT' ../../lib/libcfg.a(config_file.o): In function `get_config_line_vty': config_file.c:(.text+0x1f33): undefined reference to `UII' config_file.c:(.text+0x1f4f): undefined reference to `UII' config_file.c:(.text+0x1f7e): undefined reference to `UII' config_file.c:(.text+0x1fe5): undefined reference to `UII' ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2013): undefined reference to `UII' ../../lib/libcfg.a(config_file.o):config_file.c:(.text+0x202d): more undefined references to `UII' follow ../../lib/libcfg.a(config_file.o): In function `get_enable_password': config_file.c:(.text+0x2041): undefined reference to `MRT' config_file.c:(.text+0x2067): undefined reference to `trace' ../../lib/libcfg.a(config_file.o): In function `get_access_list_config': config_file.c:(.text+0x209b): undefined reference to `access_list_out' ../../lib/libcfg.a(config_file.o): In function `get_uii_redirect': config_file.c:(.text+0x20a7): undefined reference to `UII' ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0xbd): undefined reference to `ip_lookup_fn' commconf.c:(.text+0xd6): undefined reference to `ip_hash_fn' commconf.c:(.text+0x101): undefined reference to `ip_lookup_fn' commconf.c:(.text+0x11a): undefined reference to `ip_hash_fn' commconf.c:(.text+0x143): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x15f): undefined reference to `mrt_pthread_mutex_init' commconf.c:(.text+0x166): undefined reference to `UII' commconf.c:(.text+0x17c): undefined reference to `set_uii' commconf.c:(.text+0x183): undefined reference to `UII' commconf.c:(.text+0x19c): undefined reference to `set_uii' commconf.c:(.text+0x1a3): undefined reference to `UII' commconf.c:(.text+0x1bc): undefined reference to `set_uii' commconf.c:(.text+0x1c3): undefined reference to `UII' commconf.c:(.text+0x1dc): undefined reference to `set_uii' commconf.c:(.text+0x1e3): undefined reference to `UII' commconf.c:(.text+0x1fc): undefined reference to `set_uii' commconf.c:(.text+0x203): undefined reference to `UII' commconf.c:(.text+0x21c): undefined reference to `set_uii' commconf.c:(.text+0x23b): undefined reference to `uii_add_command2' commconf.c:(.text+0x257): undefined reference to `uii_add_command2' commconf.c:(.text+0x276): undefined reference to `uii_add_command2' commconf.c:(.text+0x295): undefined reference to `uii_add_command2' commconf.c:(.text+0x2a6): undefined reference to `show_interfaces' commconf.c:(.text+0x2b1): undefined reference to `uii_add_command2' commconf.c:(.text+0x2cd): undefined reference to `uii_add_command2' commconf.c:(.text+0x2e9): undefined reference to `uii_add_command2' commconf.c:(.text+0x308): undefined reference to `uii_add_command2' commconf.c:(.text+0x327): undefined reference to `uii_add_command2' ../../lib/libcfg.a(commconf.o):commconf.c:(.text+0x346): more undefined references to `uii_add_command2' follow ../../lib/libcfg.a(commconf.o): In function `init_mrtd_config': commconf.c:(.text+0x510): undefined reference to `INTERFACE_MASTER' ../../lib/libcfg.a(commconf.o): In function `static_delete_route': commconf.c:(.text+0x54d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x556): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_mrt_reboot': commconf.c:(.text+0x591): undefined reference to `uii_send_data' commconf.c:(.text+0x599): undefined reference to `uii_yes_no' commconf.c:(.text+0x5ac): undefined reference to `uii_send_data' commconf.c:(.text+0x5b6): undefined reference to `mrt_set_force_exit' ../../lib/libcfg.a(commconf.o): In function `config_ip_route': commconf.c:(.text+0x63b): undefined reference to `find_interface_byname' commconf.c:(.text+0x664): undefined reference to `Deref_Prefix' commconf.c:(.text+0x66d): undefined reference to `Deref_Prefix' commconf.c:(.text+0x683): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x699): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x6e6): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x717): undefined reference to `MRT' commconf.c:(.text+0x791): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x7ad): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7b6): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7e7): undefined reference to `Deref_Prefix' commconf.c:(.text+0x7f0): undefined reference to `Deref_Prefix' commconf.c:(.text+0x832): undefined reference to `Ref_Prefix' commconf.c:(.text+0x846): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x84e): undefined reference to `Deref_Prefix' commconf.c:(.text+0x888): undefined reference to `ascii2prefix' commconf.c:(.text+0x8a0): undefined reference to `MRT' commconf.c:(.text+0x8c6): undefined reference to `trace' commconf.c:(.text+0x8cf): undefined reference to `find_interface' commconf.c:(.text+0x8e6): undefined reference to `find_interface_local' commconf.c:(.text+0x901): undefined reference to `add_nexthop' commconf.c:(.text+0x913): undefined reference to `add_gateway' commconf.c:(.text+0x920): undefined reference to `Deref_Prefix' commconf.c:(.text+0x927): undefined reference to `MRT' commconf.c:(.text+0x93b): undefined reference to `nexthop_available' commconf.c:(.text+0x942): undefined reference to `MRT' commconf.c:(.text+0x9af): undefined reference to `Ref_Prefix' commconf.c:(.text+0x9bb): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa31): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa3a): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa48): undefined reference to `Deref_Prefix' commconf.c:(.text+0xa51): undefined reference to `Ref_Prefix' commconf.c:(.text+0xa8d): undefined reference to `MRT' commconf.c:(.text+0xab3): undefined reference to `trace' commconf.c:(.text+0xac5): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0xb59): undefined reference to `Deref_Prefix' commconf.c:(.text+0xb62): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `config_interface': commconf.c:(.text+0xb94): undefined reference to `find_interface_byname' ../../lib/libcfg.a(commconf.o): In function `config_interface_gateway': commconf.c:(.text+0xd21): undefined reference to `prefix_toa' commconf.c:(.text+0xd4d): undefined reference to `add_gateway' ../../lib/libcfg.a(commconf.o): In function `config_router_id': commconf.c:(.text+0xd84): undefined reference to `MRT' commconf.c:(.text+0xdaa): undefined reference to `trace' commconf.c:(.text+0xdb4): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `config_gateway': commconf.c:(.text+0xde8): undefined reference to `find_interface_byname' commconf.c:(.text+0xdf8): undefined reference to `prefix_toa' commconf.c:(.text+0xe23): undefined reference to `add_gateway' commconf.c:(.text+0xe4d): undefined reference to `Deref_Prefix' ../../lib/libcfg.a(commconf.o): In function `interface_call_fn': commconf.c:(.text+0xe97): undefined reference to `MRT' ../../lib/libcfg.a(commconf.o): In function `get_config_ip_route': commconf.c:(.text+0xef3): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_interface_gateway': commconf.c:(.text+0xfb5): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `get_config_gateway': commconf.c:(.text+0xfdd): undefined reference to `prefix_toa' ../../lib/libcfg.a(commconf.o): In function `re_evaluate_static_routes': commconf.c:(.text+0x106e): undefined reference to `prefix_is_linklocal' commconf.c:(.text+0x1079): undefined reference to `MRT' commconf.c:(.text+0x109f): undefined reference to `trace' commconf.c:(.text+0x10a8): undefined reference to `prefix_is_unspecified' commconf.c:(.text+0x10b3): undefined reference to `MRT' commconf.c:(.text+0x10d9): undefined reference to `trace' commconf.c:(.text+0x10e2): undefined reference to `find_interface' commconf.c:(.text+0x10fe): undefined reference to `find_interface_local' commconf.c:(.text+0x1139): undefined reference to `nexthop_available' commconf.c:(.text+0x1154): undefined reference to `MRT' commconf.c:(.text+0x1199): undefined reference to `MRT' commconf.c:(.text+0x11d7): undefined reference to `deref_nexthop' commconf.c:(.text+0x11e3): undefined reference to `add_nexthop' commconf.c:(.text+0x11f5): undefined reference to `add_gateway' commconf.c:(.text+0x1200): undefined reference to `MRT' commconf.c:(.text+0x1254): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x1281): undefined reference to `mrt_pthread_mutex_unlock' commconf.c:(.text+0x129b): undefined reference to `mrt_pthread_mutex_lock' commconf.c:(.text+0x12d6): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `New_Generic_Attr': rib.c:(.text+0x47): undefined reference to `mrt_pthread_mutex_init' ../../lib/librib.a(rib.o): In function `Ref_Generic_Attr': rib.c:(.text+0x81): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x95): undefined reference to `MRT' rib.c:(.text+0xbb): undefined reference to `trace' rib.c:(.text+0xcd): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `Deref_Generic_Attr': rib.c:(.text+0x101): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x118): undefined reference to `deref_nexthop' rib.c:(.text+0x121): undefined reference to `deref_nexthop' rib.c:(.text+0x133): undefined reference to `mrt_pthread_mutex_destroy' rib.c:(.text+0x163): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `New_Rib': rib.c:(.text+0x1ad): undefined reference to `mrt_pthread_mutex_init' rib.c:(.text+0x1b8): undefined reference to `MRT' rib.c:(.text+0x1e4): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_update_route': rib.c:(.text+0x24c): undefined reference to `MRT' rib.c:(.text+0x272): undefined reference to `trace' rib.c:(.text+0x28a): undefined reference to `MRT' rib.c:(.text+0x2b0): undefined reference to `trace' rib.c:(.text+0x2ba): undefined reference to `family2afi' rib.c:(.text+0x2c8): undefined reference to `MRT' rib.c:(.text+0x2ee): undefined reference to `trace' rib.c:(.text+0x304): undefined reference to `RIBS' rib.c:(.text+0x32f): undefined reference to `MRT' rib.c:(.text+0x355): undefined reference to `trace' rib.c:(.text+0x388): undefined reference to `ref_nexthop' rib.c:(.text+0x3ae): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x3c7): undefined reference to `trace' rib.c:(.text+0x3d9): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x3e5): undefined reference to `MRT' rib.c:(.text+0x40b): undefined reference to `trace' rib.c:(.text+0x42b): undefined reference to `add_nexthop' rib.c:(.text+0x441): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x45a): undefined reference to `trace' rib.c:(.text+0x46c): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x4a1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_best_route': rib.c:(.text+0x4c7): undefined reference to `MRT' rib.c:(.text+0x4ed): undefined reference to `trace' rib.c:(.text+0x502): undefined reference to `family2afi' rib.c:(.text+0x510): undefined reference to `MRT' rib.c:(.text+0x536): undefined reference to `trace' rib.c:(.text+0x54c): undefined reference to `RIBS' rib.c:(.text+0x567): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x580): undefined reference to `trace' rib.c:(.text+0x592): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x5b3): undefined reference to `MRT' rib.c:(.text+0x5d9): undefined reference to `trace' rib.c:(.text+0x606): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x646): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_open': rib.c:(.text+0x674): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x68d): undefined reference to `trace' rib.c:(.text+0x6a5): undefined reference to `mrt_pthread_mutex_lock' ../../lib/librib.a(rib.o): In function `rib_add_route': rib.c:(.text+0x6fa): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x705): undefined reference to `MRT' rib.c:(.text+0x72b): undefined reference to `trace' rib.c:(.text+0x73d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x748): undefined reference to `MRT' rib.c:(.text+0x76e): undefined reference to `trace' rib.c:(.text+0x778): undefined reference to `family2afi' rib.c:(.text+0x786): undefined reference to `MRT' rib.c:(.text+0x7ac): undefined reference to `trace' rib.c:(.text+0x7d2): undefined reference to `MRT' rib.c:(.text+0x7f8): undefined reference to `trace' rib.c:(.text+0x808): undefined reference to `MRT' rib.c:(.text+0x82e): undefined reference to `trace' rib.c:(.text+0x83e): undefined reference to `MRT' rib.c:(.text+0x864): undefined reference to `trace' rib.c:(.text+0x884): undefined reference to `Ref_Prefix' rib.c:(.text+0x8e9): undefined reference to `MRT' rib.c:(.text+0x90f): undefined reference to `trace' rib.c:(.text+0x933): undefined reference to `prefix_toax' rib.c:(.text+0x94a): undefined reference to `trace' rib.c:(.text+0xa51): undefined reference to `New_Buffer' rib.c:(.text+0xa84): undefined reference to `trace' rib.c:(.text+0xa8c): undefined reference to `Delete_Buffer' rib.c:(.text+0xb1c): undefined reference to `New_Buffer' rib.c:(.text+0xb51): undefined reference to `trace' rib.c:(.text+0xb59): undefined reference to `Delete_Buffer' rib.c:(.text+0xb70): undefined reference to `New_Buffer' rib.c:(.text+0xbae): undefined reference to `trace' rib.c:(.text+0xbb7): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `rib_del_route': rib.c:(.text+0xc9f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xcaa): undefined reference to `MRT' rib.c:(.text+0xcd0): undefined reference to `trace' rib.c:(.text+0xce2): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0xced): undefined reference to `MRT' rib.c:(.text+0xd13): undefined reference to `trace' rib.c:(.text+0xd3e): undefined reference to `MRT' rib.c:(.text+0xd64): undefined reference to `trace' ../../lib/librib.a(rib.o): In function `rib_close': rib.c:(.text+0xe20): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `route_toa_buffer': rib.c:(.text+0xe55): undefined reference to `New_Buffer' rib.c:(.text+0xe76): undefined reference to `buffer_printf' rib.c:(.text+0xe8a): undefined reference to `buffer_printf' rib.c:(.text+0xea7): undefined reference to `prefix_equal' rib.c:(.text+0xec1): undefined reference to `buffer_printf' rib.c:(.text+0xec9): undefined reference to `proto2string' rib.c:(.text+0xee1): undefined reference to `buffer_printf' rib.c:(.text+0xf06): undefined reference to `buffer_printf' ../../lib/librib.a(rib.o): In function `New_Route_Node': rib.c:(.text+0xf68): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0xf80): undefined reference to `MRT' rib.c:(.text+0xfa6): undefined reference to `trace' rib.c:(.text+0xfb8): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_call_fn': rib.c:(.text+0x1068): undefined reference to `MRT' rib.c:(.text+0x108e): undefined reference to `trace' rib.c:(.text+0x10b1): undefined reference to `nexthop_available' rib.c:(.text+0x10dd): undefined reference to `nexthop_available' rib.c:(.text+0x112a): undefined reference to `MRT' rib.c:(.text+0x1153): undefined reference to `trace' rib.c:(.text+0x119e): undefined reference to `MRT' rib.c:(.text+0x11c4): undefined reference to `trace' rib.c:(.text+0x11fd): undefined reference to `MRT' rib.c:(.text+0x124e): undefined reference to `MRT' rib.c:(.text+0x1274): undefined reference to `trace' rib.c:(.text+0x12ad): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_replace_active': rib.c:(.text+0x1340): undefined reference to `nexthop_available' rib.c:(.text+0x1366): undefined reference to `New_Buffer' rib.c:(.text+0x139a): undefined reference to `trace' rib.c:(.text+0x13a2): undefined reference to `Delete_Buffer' rib.c:(.text+0x1406): undefined reference to `MRT' rib.c:(.text+0x148d): undefined reference to `MRT' rib.c:(.text+0x14ec): undefined reference to `trace' rib.c:(.text+0x1501): undefined reference to `Deref_Prefix' rib.c:(.text+0x156a): undefined reference to `MRT' rib.c:(.text+0x15ef): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_delete_route_node': rib.c:(.text+0x168c): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1697): undefined reference to `MRT' rib.c:(.text+0x16bd): undefined reference to `trace' rib.c:(.text+0x16e7): undefined reference to `New_Buffer' rib.c:(.text+0x171a): undefined reference to `trace' rib.c:(.text+0x1722): undefined reference to `Delete_Buffer' ../../lib/librib.a(rib.o): In function `init_rib': rib.c:(.text+0x178c): undefined reference to `RIB' rib.c:(.text+0x1796): undefined reference to `MRT' rib.c:(.text+0x17bc): undefined reference to `trace' rib.c:(.text+0x17cd): undefined reference to `RIB' rib.c:(.text+0x17e3): undefined reference to `trace_copy' rib.c:(.text+0x17ed): undefined reference to `RIB' rib.c:(.text+0x1804): undefined reference to `set_trace' rib.c:(.text+0x180b): undefined reference to `RIB' rib.c:(.text+0x1812): undefined reference to `RIBS' rib.c:(.text+0x1819): undefined reference to `RIBv6' rib.c:(.text+0x1823): undefined reference to `MRT' rib.c:(.text+0x1849): undefined reference to `trace' rib.c:(.text+0x185a): undefined reference to `RIBv6' rib.c:(.text+0x1870): undefined reference to `trace_copy' rib.c:(.text+0x187a): undefined reference to `RIBv6' rib.c:(.text+0x1891): undefined reference to `set_trace' rib.c:(.text+0x1898): undefined reference to `RIBv6' rib.c:(.text+0x189f): undefined reference to `RIBS' rib.c:(.text+0x18a6): undefined reference to `RIBv6m' rib.c:(.text+0x18b0): undefined reference to `MRT' rib.c:(.text+0x18d6): undefined reference to `trace' rib.c:(.text+0x18e7): undefined reference to `RIBv6m' rib.c:(.text+0x18fd): undefined reference to `trace_copy' rib.c:(.text+0x1907): undefined reference to `RIBv6m' rib.c:(.text+0x191e): undefined reference to `set_trace' rib.c:(.text+0x1925): undefined reference to `RIBv6m' rib.c:(.text+0x192c): undefined reference to `RIBS' rib.c:(.text+0x1933): undefined reference to `MRT' ../../lib/librib.a(rib.o): In function `rib_flush_route': rib.c:(.text+0x19c6): undefined reference to `MRT' rib.c:(.text+0x19ec): undefined reference to `trace' rib.c:(.text+0x1a05): undefined reference to `MRT' rib.c:(.text+0x1a2b): undefined reference to `trace' rib.c:(.text+0x1a45): undefined reference to `RIBS' rib.c:(.text+0x1a60): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1a79): undefined reference to `trace' rib.c:(.text+0x1a8b): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1a9d): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1aa8): undefined reference to `MRT' rib.c:(.text+0x1ace): undefined reference to `trace' rib.c:(.text+0x1d17): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_request': rib.c:(.text+0x1d50): undefined reference to `MRT' rib.c:(.text+0x1d76): undefined reference to `trace' rib.c:(.text+0x1d8f): undefined reference to `MRT' rib.c:(.text+0x1db5): undefined reference to `trace' rib.c:(.text+0x1dcf): undefined reference to `RIBS' rib.c:(.text+0x1dee): undefined reference to `MRT' rib.c:(.text+0x1e14): undefined reference to `trace' rib.c:(.text+0x1e26): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x1e3f): undefined reference to `trace' rib.c:(.text+0x1e51): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x1f17): undefined reference to `MRT' rib.c:(.text+0x1f3d): undefined reference to `trace' rib.c:(.text+0x1fb0): undefined reference to `nexthop_available' rib.c:(.text+0x1fc7): undefined reference to `MRT' rib.c:(.text+0x20ca): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x20e4): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_redistribute_network': rib.c:(.text+0x212c): undefined reference to `MRT' rib.c:(.text+0x2152): undefined reference to `trace' rib.c:(.text+0x216a): undefined reference to `MRT' rib.c:(.text+0x2190): undefined reference to `trace' rib.c:(.text+0x219a): undefined reference to `family2afi' rib.c:(.text+0x21af): undefined reference to `RIBS' rib.c:(.text+0x21c9): undefined reference to `MRT' rib.c:(.text+0x21ef): undefined reference to `trace' rib.c:(.text+0x2205): undefined reference to `RIBv6' rib.c:(.text+0x2217): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2230): undefined reference to `trace' rib.c:(.text+0x2242): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x22c8): undefined reference to `prefix_equal' rib.c:(.text+0x2387): undefined reference to `prefix_equal' rib.c:(.text+0x23f3): undefined reference to `mrt_pthread_mutex_unlock' rib.c:(.text+0x2407): undefined reference to `Deref_Prefix' rib.c:(.text+0x2438): undefined reference to `Ref_Prefix' rib.c:(.text+0x24b9): undefined reference to `MRT' rib.c:(.text+0x24df): undefined reference to `trace' rib.c:(.text+0x24ec): undefined reference to `a_include_b' rib.c:(.text+0x2550): undefined reference to `nexthop_available' rib.c:(.text+0x257d): undefined reference to `MRT' rib.c:(.text+0x267d): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_find_upstream': rib.c:(.text+0x2707): undefined reference to `MRT' rib.c:(.text+0x272d): undefined reference to `trace' rib.c:(.text+0x2742): undefined reference to `family2afi' rib.c:(.text+0x2750): undefined reference to `MRT' rib.c:(.text+0x2776): undefined reference to `trace' rib.c:(.text+0x278c): undefined reference to `RIBS' rib.c:(.text+0x27a7): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x27c0): undefined reference to `trace' rib.c:(.text+0x27d2): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x27f3): undefined reference to `MRT' rib.c:(.text+0x2819): undefined reference to `trace' rib.c:(.text+0x2844): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_update_nexthop': rib.c:(.text+0x2881): undefined reference to `MRT' rib.c:(.text+0x28a7): undefined reference to `trace' rib.c:(.text+0x28b4): undefined reference to `MRT' rib.c:(.text+0x28da): undefined reference to `trace' rib.c:(.text+0x28f0): undefined reference to `RIBS' rib.c:(.text+0x291f): undefined reference to `mrt_pthread_mutex_trylock' rib.c:(.text+0x2938): undefined reference to `trace' rib.c:(.text+0x294a): undefined reference to `mrt_pthread_mutex_lock' rib.c:(.text+0x29ec): undefined reference to `trace' rib.c:(.text+0x2a19): undefined reference to `MRT' rib.c:(.text+0x2a3f): undefined reference to `trace' rib.c:(.text+0x2a86): undefined reference to `add_nexthop' rib.c:(.text+0x2a9a): undefined reference to `MRT' rib.c:(.text+0x2ac0): undefined reference to `trace' rib.c:(.text+0x2ada): undefined reference to `MRT' rib.c:(.text+0x2b00): undefined reference to `trace' rib.c:(.text+0x2b1a): undefined reference to `ref_nexthop' rib.c:(.text+0x2b39): undefined reference to `prefix_toa' rib.c:(.text+0x2b54): undefined reference to `deref_nexthop' rib.c:(.text+0x2b7a): undefined reference to `prefix_toa' rib.c:(.text+0x2bc9): undefined reference to `trace' rib.c:(.text+0x2bd5): undefined reference to `deref_nexthop' rib.c:(.text+0x2d0a): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/librib.a(rib.o): In function `rib_time': rib.c:(.text+0x2d44): undefined reference to `MRT' rib.c:(.text+0x2d6a): undefined reference to `trace' rib.c:(.text+0x2d77): undefined reference to `MRT' rib.c:(.text+0x2d9d): undefined reference to `trace' rib.c:(.text+0x2db3): undefined reference to `RIBS' ../../lib/librib.a(rib.o): In function `rib_compare_routes': rib.c:(.text+0x2de6): undefined reference to `nexthop_available' rib.c:(.text+0x2df7): undefined reference to `nexthop_available' rib.c:(.text+0x2e08): undefined reference to `nexthop_available' rib.c:(.text+0x2e30): undefined reference to `nexthop_available' ../../lib/librib.a(rib.o): In function `check_networks': rib.c:(.text+0x2eb9): undefined reference to `MRT' rib.c:(.text+0x2edf): undefined reference to `trace' rib.c:(.text+0x2f1f): undefined reference to `a_include_b' ../../lib/librib.a(rib_uii.o): In function `show_rib_status': rib_uii.c:(.text+0xb): undefined reference to `num_active_prefixes' rib_uii.c:(.text+0x17): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2c): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x41): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x56): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x62): undefined reference to `MRT' rib_uii.c:(.text+0x76): undefined reference to `MRT' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_head': rib_uii.c:(.text+0xec): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `rib_show_route_line': rib_uii.c:(.text+0x145): undefined reference to `prefix_toa2x' rib_uii.c:(.text+0x16d): undefined reference to `proto2string' rib_uii.c:(.text+0x1d8): undefined reference to `prefix_toa' rib_uii.c:(.text+0x241): undefined reference to `uii_add_bulk_output' ../../lib/librib.a(rib_uii.o): In function `show_rib_routes': rib_uii.c:(.text+0x2bb): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x2ca): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x313): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x3cd): undefined reference to `nexthop_available' rib_uii.c:(.text+0x52a): undefined reference to `uii_send_bulk_data' ../../lib/librib.a(rib_uii.o): In function `show_ip_routes': rib_uii.c:(.text+0x560): undefined reference to `RIB' rib_uii.c:(.text+0x57d): undefined reference to `RIBm' ../../lib/librib.a(rib_uii.o): In function `show_ipv6_routes': rib_uii.c:(.text+0x5a0): undefined reference to `RIBv6' rib_uii.c:(.text+0x5bd): undefined reference to `RIBv6m' ../../lib/librib.a(rib_uii.o): In function `trace_ip_rib': rib_uii.c:(.text+0x5d6): undefined reference to `RIB' rib_uii.c:(.text+0x5f9): undefined reference to `RIB' rib_uii.c:(.text+0x60d): undefined reference to `set_trace' rib_uii.c:(.text+0x614): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `trace_ipv6_rib': rib_uii.c:(.text+0x633): undefined reference to `RIB' rib_uii.c:(.text+0x64f): undefined reference to `RIBv6' rib_uii.c:(.text+0x65b): undefined reference to `RIBv6' rib_uii.c:(.text+0x66f): undefined reference to `set_trace' rib_uii.c:(.text+0x676): undefined reference to `RIBv6' ../../lib/librib.a(rib_uii.o): In function `trace_bgp_rib_op': rib_uii.c:(.text+0x6b7): undefined reference to `RIB' rib_uii.c:(.text+0x6fa): undefined reference to `MRT' rib_uii.c:(.text+0x715): undefined reference to `user_notice' rib_uii.c:(.text+0x743): undefined reference to `RIB' rib_uii.c:(.text+0x758): undefined reference to `set_trace' rib_uii.c:(.text+0x75f): undefined reference to `RIB' rib_uii.c:(.text+0x76b): undefined reference to `RIBv6' rib_uii.c:(.text+0x777): undefined reference to `RIBv6' rib_uii.c:(.text+0x78c): undefined reference to `set_trace' rib_uii.c:(.text+0x793): undefined reference to `RIBv6' rib_uii.c:(.text+0x7a4): undefined reference to `RIB' rib_uii.c:(.text+0x7b9): undefined reference to `set_trace' rib_uii.c:(.text+0x7c0): undefined reference to `RIB' ../../lib/librib.a(rib_uii.o): In function `show_gateway_table': rib_uii.c:(.text+0x829): undefined reference to `mrt_pthread_mutex_lock' rib_uii.c:(.text+0x838): undefined reference to `family2string' rib_uii.c:(.text+0x84d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x874): undefined reference to `prefix_toa' rib_uii.c:(.text+0x89d): undefined reference to `uii_add_bulk_output' rib_uii.c:(.text+0x8d1): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `New_IO': io.c:(.text+0x8d): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(io.o): In function `io_set': io.c:(.text+0x226): undefined reference to `mrt_close' io.c:(.text+0x26d): undefined reference to `mrt_close' io.c:(.text+0x2bf): undefined reference to `mrt_close' io.c:(.text+0x310): undefined reference to `mrt_open' io.c:(.text+0x438): undefined reference to `mrt_close' io.c:(.text+0x49d): undefined reference to `mrt_open' io.c:(.text+0x4d6): undefined reference to `mrt_open' ../../lib/libmrt.a(io.o): In function `io_set_notify': io.c:(.text+0x7a9): undefined reference to `select_add_fd' ../../lib/libmrt.a(io.o): In function `io_read': io.c:(.text+0xa97): undefined reference to `trace' io.c:(.text+0xae1): undefined reference to `trace' ../../lib/libmrt.a(io.o): In function `io_write': io.c:(.text+0xb7f): undefined reference to `mrt_pthread_mutex_lock' io.c:(.text+0xc6b): undefined reference to `mrt_pthread_mutex_unlock' io.c:(.text+0xd43): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(io.o): In function `close_input': io.c:(.text+0xdd3): undefined reference to `mrt_close' ../../lib/libmrt.a(util.o): In function `uii_parse_line2': util.c:(.text+0x522): undefined reference to `MRT' util.c:(.text+0x54b): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `New_Radix': radix.c:(.text+0x3b): undefined reference to `MRT' radix.c:(.text+0x61): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `Clear_Radix': radix.c:(.text+0xa3): undefined reference to `MRT' radix.c:(.text+0xc9): undefined reference to `trace' radix.c:(.text+0xf2): undefined reference to `Deref_Prefix' radix.c:(.text+0x11a): undefined reference to `MRT' radix.c:(.text+0x140): undefined reference to `trace' radix.c:(.text+0x1c3): undefined reference to `MRT' radix.c:(.text+0x1fa): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_process': radix.c:(.text+0x26e): undefined reference to `MRT' radix.c:(.text+0x294): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_exact': radix.c:(.text+0x36f): undefined reference to `MRT' radix.c:(.text+0x395): undefined reference to `trace' radix.c:(.text+0x407): undefined reference to `MRT' radix.c:(.text+0x42d): undefined reference to `trace' radix.c:(.text+0x442): undefined reference to `MRT' radix.c:(.text+0x468): undefined reference to `trace' radix.c:(.text+0x47b): undefined reference to `comp_with_mask' radix.c:(.text+0x49c): undefined reference to `MRT' radix.c:(.text+0x4c2): undefined reference to `trace' radix.c:(.text+0x4d2): undefined reference to `MRT' radix.c:(.text+0x4f8): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_search_best2': radix.c:(.text+0x53c): undefined reference to `MRT' radix.c:(.text+0x562): undefined reference to `trace' radix.c:(.text+0x573): undefined reference to `MRT' radix.c:(.text+0x599): undefined reference to `trace' radix.c:(.text+0x649): undefined reference to `comp_with_mask' radix.c:(.text+0x674): undefined reference to `MRT' radix.c:(.text+0x69a): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_lookup': radix.c:(.text+0x6f7): undefined reference to `MRT' radix.c:(.text+0x71d): undefined reference to `trace' radix.c:(.text+0x795): undefined reference to `MRT' radix.c:(.text+0x7bb): undefined reference to `trace' radix.c:(.text+0x812): undefined reference to `MRT' radix.c:(.text+0x838): undefined reference to `trace' radix.c:(.text+0x84c): undefined reference to `MRT' radix.c:(.text+0x872): undefined reference to `trace' radix.c:(.text+0x8a0): undefined reference to `Ref_Prefix' radix.c:(.text+0x90e): undefined reference to `MRT' radix.c:(.text+0x937): undefined reference to `trace' radix.c:(.text+0x995): undefined reference to `Ref_Prefix' radix.c:(.text+0x9ab): undefined reference to `MRT' radix.c:(.text+0x9d1): undefined reference to `trace' radix.c:(.text+0xa05): undefined reference to `Ref_Prefix' radix.c:(.text+0xa64): undefined reference to `MRT' radix.c:(.text+0xa8a): undefined reference to `trace' radix.c:(.text+0xaf2): undefined reference to `MRT' radix.c:(.text+0xb18): undefined reference to `trace' radix.c:(.text+0xbf8): undefined reference to `MRT' radix.c:(.text+0xc1e): undefined reference to `trace' radix.c:(.text+0xc2c): undefined reference to `MRT' radix.c:(.text+0xc52): undefined reference to `trace' ../../lib/libmrt.a(radix.o): In function `radix_remove': radix.c:(.text+0xccf): undefined reference to `Deref_Prefix' radix.c:(.text+0xceb): undefined reference to `MRT' radix.c:(.text+0xd11): undefined reference to `trace' radix.c:(.text+0xd1d): undefined reference to `MRT' radix.c:(.text+0xd43): undefined reference to `trace' radix.c:(.text+0xd65): undefined reference to `Deref_Prefix' radix.c:(.text+0xd96): undefined reference to `MRT' radix.c:(.text+0xdbc): undefined reference to `trace' radix.c:(.text+0xdd2): undefined reference to `MRT' radix.c:(.text+0xdf8): undefined reference to `trace' radix.c:(.text+0xe0d): undefined reference to `Deref_Prefix' radix.c:(.text+0xe3c): undefined reference to `MRT' radix.c:(.text+0xe62): undefined reference to `trace' radix.c:(.text+0xe91): undefined reference to `MRT' radix.c:(.text+0xeb7): undefined reference to `trace' radix.c:(.text+0xef9): undefined reference to `MRT' radix.c:(.text+0xf1f): undefined reference to `trace' radix.c:(.text+0xf35): undefined reference to `MRT' radix.c:(.text+0xf5b): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `time_left': timer.c:(.text+0x11): undefined reference to `MRT' timer.c:(.text+0x37): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `init_timer': timer.c:(.text+0x66): undefined reference to `MRT' timer.c:(.text+0x8c): undefined reference to `trace' timer.c:(.text+0xda): undefined reference to `trace_copy' timer.c:(.text+0xfb): undefined reference to `set_trace' timer.c:(.text+0x117): undefined reference to `mrt_pthread_mutex_init' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Fire': timer.c:(.text+0x187): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x1af): undefined reference to `MRT' timer.c:(.text+0x1d5): undefined reference to `trace' timer.c:(.text+0x288): undefined reference to `Ref_Event' timer.c:(.text+0x293): undefined reference to `schedule_event3' timer.c:(.text+0x2c3): undefined reference to `Ref_Event' timer.c:(.text+0x2fe): undefined reference to `Ref_Event' timer.c:(.text+0x3f8): undefined reference to `Deref_Event' timer.c:(.text+0x4f1): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x52a): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x552): undefined reference to `schedule_event_dispatch' timer.c:(.text+0x5b8): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x607): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Turn_OFF': timer.c:(.text+0x64f): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x67f): undefined reference to `trace' timer.c:(.text+0x69f): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0x6a6): undefined reference to `MRT' timer.c:(.text+0x6cc): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Master_Update': timer.c:(.text+0x710): undefined reference to `mrt_pthread_mutex_trylock' timer.c:(.text+0x71b): undefined reference to `MRT' timer.c:(.text+0x741): undefined reference to `trace' timer.c:(.text+0x7e2): undefined reference to `MRT' timer.c:(.text+0x808): undefined reference to `trace' timer.c:(.text+0x855): undefined reference to `trace' timer.c:(.text+0x887): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Reset_Time': timer.c:(.text+0x8a9): undefined reference to `MRT' timer.c:(.text+0x8cf): undefined reference to `trace' timer.c:(.text+0x991): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0x9c5): undefined reference to `trace' timer.c:(.text+0x9f5): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Timer_Set_Time': timer.c:(.text+0xa35): undefined reference to `MRT' timer.c:(.text+0xa5b): undefined reference to `trace' timer.c:(.text+0xa82): undefined reference to `trace' ../../lib/libmrt.a(timer.o): In function `Timer_Adjust_Time': timer.c:(.text+0xac5): undefined reference to `MRT' timer.c:(.text+0xaeb): undefined reference to `trace' timer.c:(.text+0xb12): undefined reference to `trace' timer.c:(.text+0xb49): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xb6f): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `New_Timer2': timer.c:(.text+0xe0d): undefined reference to `New_Event' timer.c:(.text+0xeba): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xf00): undefined reference to `mrt_pthread_mutex_unlock' ../../lib/libmrt.a(timer.o): In function `Destroy_Timer': timer.c:(.text+0xf84): undefined reference to `mrt_pthread_mutex_lock' timer.c:(.text+0xfb5): undefined reference to `mrt_pthread_mutex_unlock' timer.c:(.text+0xfbe): undefined reference to `Deref_Event' ../../lib/libmrt.a(signal.o): In function `mrt_process_signal': signal.c:(.text+0x1c): undefined reference to `MRT' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /var/pkgsrc/work/net/mrt/work/mrt/src/programs/sbgp /bin/cat /usr/pkgsrc/net/mrt/PLIST.pre >/var/pkgsrc/work/net/mrt/work/mrt/src/.PLIST_SRC /usr/bin/install -c -o pbulk -g users -m 644 /var/pkgsrc/work/net/mrt/work/mrt/src/programs/*/*.conf /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/share/examples/mrt (cd /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg; /usr/bin/find share/examples/mrt -type f -print >> /var/pkgsrc/work/net/mrt/work/mrt/src/.PLIST_SRC) => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/man/man8/mrtd.8' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/man/man8/ricd.8' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/bgpsim' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/mrtd' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/ricd' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/route_atob' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/route_btoa' pkg_create: can't stat `/var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/sbgp' => Checking file-check results for mrt-2.2.2a.20000811nb1 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg: ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/man/man8/mrtd.8 ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/man/man8/ricd.8 ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/bgpsim ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/mrtd ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/ricd ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/route_atob ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/route_btoa ERROR: /var/pkgsrc/work/net/mrt/work/.destdir/usr/pkg/sbin/sbgp *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/mrt *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/mrt