hi all,

I am browsing the services using the dbus interface.but my code gives the following error
`get_remote_service_channel':
/root/marcel/main.c:78: undefined reference to `sdp_extract_pdu'
/root/marcel/main.c:81: undefined reference to `sdp_get_access_protos'
/root/marcel/main.c:85: undefined reference to `sdp_get_proto_port'
/root/marcel/main.c:88: undefined reference to `sdp_list_free'
/root/marcel/main.c:89: undefined reference to `sdp_list_free'
/root/marcel/main.c:92: undefined reference to `sdp_record_free'
collect2: ld returned 1 exit status
Does someone know how to rectify this problem.

Thanks in advance