I'm tring to compile obexftp-0.20 from sources on my Debian Etch/i386. ./configure works ok. make says:
/bin/sh ../libtool --mode=link gcc -g -O2 -W -Wundef -Wmissing-declarations -Wmissing-prototypes -Wall -o obexftp obexftp.o bt_discovery.o ../obexftp/libobexftp.la ../multicobex/libmulticobex.la ../bfb/libbfb.la -lopenobex gcc -g -O2 -W -Wundef -Wmissing-declarations -Wmissing-prototypes -Wall -o .libs/obexftp obexftp.o bt_discovery.o ../obexftp/.libs/libobexftp.so ../multicobex/.libs/libmulticobex.so ../bfb/.libs/libbfb.so -lopenobex -Wl,--rpath -Wl,/opt/obexftp/lib bt_discovery.o: In function `discover_bt': /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:45: undefined reference to `hci_inquiry' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:53: undefined reference to `hci_open_dev' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:70: undefined reference to `baswap' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:79: undefined reference to `batostr' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:64: undefined reference to `hci_read_remote_name' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:74: undefined reference to `batostr' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:90: undefined reference to `hci_devinfo' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:97: undefined reference to `sdp_connect' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:105: undefined reference to `baswap' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:106: undefined reference to `batostr' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:110: undefined reference to `sdp_uuid16_create' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:112: undefined reference to `sdp_list_append' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:113: undefined reference to `sdp_list_append' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:116: undefined reference to `sdp_service_search_attr_req' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:123: undefined reference to `sdp_list_free' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:124: undefined reference to `sdp_list_free' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:134: undefined reference to `sdp_get_access_protos' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:138: undefined reference to `sdp_get_proto_port' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:144: undefined reference to `sdp_list_free' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:145: undefined reference to `sdp_close' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:42: undefined reference to `str2ba' /home/lucio/work/obexftp-0.20/apps/bt_discovery.c:119: undefined reference to `sdp_close' collect2: ld returned 1 exit status make[2]: *** [obexftp] Error 1 make[2]: Leaving directory `/home/lucio/work/obexftp-0.20/apps' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/lucio/work/obexftp-0.20' make: *** [all] Error 2 I think I have the required libs installed, since configure doesn't complain. What am I missing? -- Virtual Bit di Lucio Crusca via Isonzo, 5 10069 - Villar Perosa (TO) P.IVA 09534960019 http://www.sulweb.org ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
