* [Bluez-users] problem building btsco. @ 2005-06-24 13:20 Paulo Wollny 2005-06-24 13:46 ` Stephen Crane 0 siblings, 1 reply; 6+ messages in thread From: Paulo Wollny @ 2005-06-24 13:20 UTC (permalink / raw) To: bluez-users Hi, i'm trying o build the btsco and am getting the following error. Does anyone knows how to solve it? Kind regards, Paulo Wollny gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcinfo.c' || echo './'`sbcinfo.c gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcenc.c' || echo './'`sbcenc.c gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl -lpthread gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'rcplay.c' || echo './'`rcplay.c gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lasound -lm -ldl -lpthread rcplay.o(.text+0xd0): In function `main': : undefined reference to `sdp_connect' rcplay.o(.text+0xed): In function `main': : undefined reference to `sdp_uuid16_create' rcplay.o(.text+0xf7): In function `main': : undefined reference to `sdp_list_append' rcplay.o(.text+0x11b): In function `main': : undefined reference to `sdp_list_append' rcplay.o(.text+0x12c): In function `main': : undefined reference to `sdp_list_append' rcplay.o(.text+0x141): In function `main': : undefined reference to `sdp_service_search_attr_req' rcplay.o(.text+0x14c): In function `main': : undefined reference to `sdp_close' rcplay.o(.text+0x18f): In function `main': : undefined reference to `sdp_get_access_protos' rcplay.o(.text+0x1a6): In function `main': : undefined reference to `sdp_get_proto_port' collect2: ld returned 1 exit status make[2]: *** [rcplay] Fehler 1 make[2]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4/sbc' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4' make: *** [all] Fehler 2 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] problem building btsco. 2005-06-24 13:20 [Bluez-users] problem building btsco Paulo Wollny @ 2005-06-24 13:46 ` Stephen Crane 2005-06-24 14:26 ` Paulo Wollny 0 siblings, 1 reply; 6+ messages in thread From: Stephen Crane @ 2005-06-24 13:46 UTC (permalink / raw) To: bluez-users [-- Attachment #1: Type: text/plain, Size: 2657 bytes --] Hi Paolo It looks as if your version of bluez-libs is very old. Recent versions have the sdp library merged in. Cheers, Steve On Fri, 2005-06-24 at 10:20 -0300, Paulo Wollny wrote: > Hi, > > i'm trying o build the btsco and am getting the following error. Does > anyone knows how to solve it? > > Kind regards, > > Paulo Wollny > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcinfo.c' > || echo './'`sbcinfo.c > gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread > gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcenc.c' || > echo './'`sbcenc.c > gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl -lpthread > gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'rcplay.c' || > echo './'`rcplay.c > gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lasound -lm -ldl -lpthread > rcplay.o(.text+0xd0): In function `main': > : undefined reference to `sdp_connect' > rcplay.o(.text+0xed): In function `main': > : undefined reference to `sdp_uuid16_create' > rcplay.o(.text+0xf7): In function `main': > : undefined reference to `sdp_list_append' > rcplay.o(.text+0x11b): In function `main': > : undefined reference to `sdp_list_append' > rcplay.o(.text+0x12c): In function `main': > : undefined reference to `sdp_list_append' > rcplay.o(.text+0x141): In function `main': > : undefined reference to `sdp_service_search_attr_req' > rcplay.o(.text+0x14c): In function `main': > : undefined reference to `sdp_close' > rcplay.o(.text+0x18f): In function `main': > : undefined reference to `sdp_get_access_protos' > rcplay.o(.text+0x1a6): In function `main': > : undefined reference to `sdp_get_proto_port' > collect2: ld returned 1 exit status > make[2]: *** [rcplay] Fehler 1 > make[2]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4/sbc' > make[1]: *** [all-recursive] Fehler 1 > make[1]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4' > make: *** [all] Fehler 2 > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users -- Stephen Crane, Rococo Software Ltd. http://www.rococosoft.com steve.crane@rococosoft.com +353-1-6601315 (ext 209) [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] problem building btsco. 2005-06-24 13:46 ` Stephen Crane @ 2005-06-24 14:26 ` Paulo Wollny 2005-06-24 14:32 ` Stephen Crane 0 siblings, 1 reply; 6+ messages in thread From: Paulo Wollny @ 2005-06-24 14:26 UTC (permalink / raw) To: bluez-users Hi Steve, i did update of all teh bluez packages, but when trying to run ktbobexsrv, i get the following message: kbtobexsrv: error while loading shared libraries: libsdp.so.2: cannot open shared object file Any hint? I was able to build btsco. Best regards, Paulo Wollny Stephen Crane wrote: > Hi Paolo > It looks as if your version of bluez-libs is very old. Recent versions > have the sdp library merged in. > > Cheers, > Steve > > On Fri, 2005-06-24 at 10:20 -0300, Paulo Wollny wrote: > >>Hi, >> >>i'm trying o build the btsco and am getting the following error. Does >>anyone knows how to solve it? >> >>Kind regards, >> >>Paulo Wollny >> >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcinfo.c' >>|| echo './'`sbcinfo.c >>gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcenc.c' || >>echo './'`sbcenc.c >>gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl -lpthread >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'rcplay.c' || >>echo './'`rcplay.c >>gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lasound -lm -ldl -lpthread >>rcplay.o(.text+0xd0): In function `main': >>: undefined reference to `sdp_connect' >>rcplay.o(.text+0xed): In function `main': >>: undefined reference to `sdp_uuid16_create' >>rcplay.o(.text+0xf7): In function `main': >>: undefined reference to `sdp_list_append' >>rcplay.o(.text+0x11b): In function `main': >>: undefined reference to `sdp_list_append' >>rcplay.o(.text+0x12c): In function `main': >>: undefined reference to `sdp_list_append' >>rcplay.o(.text+0x141): In function `main': >>: undefined reference to `sdp_service_search_attr_req' >>rcplay.o(.text+0x14c): In function `main': >>: undefined reference to `sdp_close' >>rcplay.o(.text+0x18f): In function `main': >>: undefined reference to `sdp_get_access_protos' >>rcplay.o(.text+0x1a6): In function `main': >>: undefined reference to `sdp_get_proto_port' >>collect2: ld returned 1 exit status >>make[2]: *** [rcplay] Fehler 1 >>make[2]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4/sbc' >>make[1]: *** [all-recursive] Fehler 1 >>make[1]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4' >>make: *** [all] Fehler 2 >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>from IBM. Find simple to follow Roadmaps, straightforward articles, >>informative Webcasts and more! Get everything you need to get up to >>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>_______________________________________________ >>Bluez-users mailing list >>Bluez-users@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/bluez-users ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] problem building btsco. 2005-06-24 14:26 ` Paulo Wollny @ 2005-06-24 14:32 ` Stephen Crane 2005-06-24 15:03 ` Paulo Wollny 0 siblings, 1 reply; 6+ messages in thread From: Stephen Crane @ 2005-06-24 14:32 UTC (permalink / raw) To: bluez-users [-- Attachment #1: Type: text/plain, Size: 3953 bytes --] Hi Paolo, What distribution is this? (You can kludge around your problem by softlinking libsdp.so.2 to libbluetooth.so but this a hack.) Update kbtobexsrv or rebuild it from source. Cheers, Steve On Fri, 2005-06-24 at 11:26 -0300, Paulo Wollny wrote: > Hi Steve, > > i did update of all teh bluez packages, but when trying to run > ktbobexsrv, i get the following message: > > kbtobexsrv: error while loading shared libraries: libsdp.so.2: cannot > open shared object file > > Any hint? > > I was able to build btsco. > > Best regards, > > Paulo Wollny > > > Stephen Crane wrote: > > Hi Paolo > > It looks as if your version of bluez-libs is very old. Recent versions > > have the sdp library merged in. > > > > Cheers, > > Steve > > > > On Fri, 2005-06-24 at 10:20 -0300, Paulo Wollny wrote: > > > >>Hi, > >> > >>i'm trying o build the btsco and am getting the following error. Does > >>anyone knows how to solve it? > >> > >>Kind regards, > >> > >>Paulo Wollny > >> > >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcinfo.c' > >>|| echo './'`sbcinfo.c > >>gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread > >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcenc.c' || > >>echo './'`sbcenc.c > >>gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl -lpthread > >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'rcplay.c' || > >>echo './'`rcplay.c > >>gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lasound -lm -ldl -lpthread > >>rcplay.o(.text+0xd0): In function `main': > >>: undefined reference to `sdp_connect' > >>rcplay.o(.text+0xed): In function `main': > >>: undefined reference to `sdp_uuid16_create' > >>rcplay.o(.text+0xf7): In function `main': > >>: undefined reference to `sdp_list_append' > >>rcplay.o(.text+0x11b): In function `main': > >>: undefined reference to `sdp_list_append' > >>rcplay.o(.text+0x12c): In function `main': > >>: undefined reference to `sdp_list_append' > >>rcplay.o(.text+0x141): In function `main': > >>: undefined reference to `sdp_service_search_attr_req' > >>rcplay.o(.text+0x14c): In function `main': > >>: undefined reference to `sdp_close' > >>rcplay.o(.text+0x18f): In function `main': > >>: undefined reference to `sdp_get_access_protos' > >>rcplay.o(.text+0x1a6): In function `main': > >>: undefined reference to `sdp_get_proto_port' > >>collect2: ld returned 1 exit status > >>make[2]: *** [rcplay] Fehler 1 > >>make[2]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4/sbc' > >>make[1]: *** [all-recursive] Fehler 1 > >>make[1]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4' > >>make: *** [all] Fehler 2 > >> > >> > >>------------------------------------------------------- > >>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > >>from IBM. Find simple to follow Roadmaps, straightforward articles, > >>informative Webcasts and more! Get everything you need to get up to > >>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > >>_______________________________________________ > >>Bluez-users mailing list > >>Bluez-users@lists.sourceforge.net > >>https://lists.sourceforge.net/lists/listinfo/bluez-users > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users -- Stephen Crane, Rococo Software Ltd. http://www.rococosoft.com steve.crane@rococosoft.com +353-1-6601315 (ext 209) [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] problem building btsco. 2005-06-24 14:32 ` Stephen Crane @ 2005-06-24 15:03 ` Paulo Wollny 2005-06-24 15:15 ` Paulo Wollny 0 siblings, 1 reply; 6+ messages in thread From: Paulo Wollny @ 2005-06-24 15:03 UTC (permalink / raw) To: bluez-users Hi Steve, My distribution is suse 9.1 and i upgraded all the bluez packages from suse 9.3. Is working... kbluetoothd, kbtobexclient (i can call it), kbtobexsrv, multisync. I found out that kbtobexsrv is no more a standalone program.. but is called from kbluetoothd.... When clicking on the kbluetoothd icon, i can see my phone, but trying to browse it, i get LMP response timeout..... Is there any way to browse my phone contents? Best regards and thx for helping me. Paulo Wollny Stephen Crane wrote: > Hi Paolo, > What distribution is this? (You can kludge around your problem by > softlinking libsdp.so.2 to libbluetooth.so but this a hack.) > > Update kbtobexsrv or rebuild it from source. > > Cheers, > Steve > > On Fri, 2005-06-24 at 11:26 -0300, Paulo Wollny wrote: > >>Hi Steve, >> >>i did update of all teh bluez packages, but when trying to run >>ktbobexsrv, i get the following message: >> >>kbtobexsrv: error while loading shared libraries: libsdp.so.2: cannot >>open shared object file >> >>Any hint? >> >>I was able to build btsco. >> >>Best regards, >> >>Paulo Wollny >> >> >>Stephen Crane wrote: >> >>>Hi Paolo >>>It looks as if your version of bluez-libs is very old. Recent versions >>>have the sdp library merged in. >>> >>>Cheers, >>>Steve >>> >>>On Fri, 2005-06-24 at 10:20 -0300, Paulo Wollny wrote: >>> >>> >>>>Hi, >>>> >>>>i'm trying o build the btsco and am getting the following error. Does >>>>anyone knows how to solve it? >>>> >>>>Kind regards, >>>> >>>>Paulo Wollny >>>> >>>>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcinfo.c' >>>>|| echo './'`sbcinfo.c >>>>gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread >>>>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'sbcenc.c' || >>>>echo './'`sbcenc.c >>>>gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl -lpthread >>>>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f 'rcplay.c' || >>>>echo './'`rcplay.c >>>>gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lasound -lm -ldl -lpthread >>>>rcplay.o(.text+0xd0): In function `main': >>>>: undefined reference to `sdp_connect' >>>>rcplay.o(.text+0xed): In function `main': >>>>: undefined reference to `sdp_uuid16_create' >>>>rcplay.o(.text+0xf7): In function `main': >>>>: undefined reference to `sdp_list_append' >>>>rcplay.o(.text+0x11b): In function `main': >>>>: undefined reference to `sdp_list_append' >>>>rcplay.o(.text+0x12c): In function `main': >>>>: undefined reference to `sdp_list_append' >>>>rcplay.o(.text+0x141): In function `main': >>>>: undefined reference to `sdp_service_search_attr_req' >>>>rcplay.o(.text+0x14c): In function `main': >>>>: undefined reference to `sdp_close' >>>>rcplay.o(.text+0x18f): In function `main': >>>>: undefined reference to `sdp_get_access_protos' >>>>rcplay.o(.text+0x1a6): In function `main': >>>>: undefined reference to `sdp_get_proto_port' >>>>collect2: ld returned 1 exit status >>>>make[2]: *** [rcplay] Fehler 1 >>>>make[2]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4/sbc' >>>>make[1]: *** [all-recursive] Fehler 1 >>>>make[1]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4' >>>>make: *** [all] Fehler 2 >>>> >>>> >>>>------------------------------------------------------- >>>>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>> >>>>from IBM. Find simple to follow Roadmaps, straightforward articles, >>> >>>>informative Webcasts and more! Get everything you need to get up to >>>>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>>>_______________________________________________ >>>>Bluez-users mailing list >>>>Bluez-users@lists.sourceforge.net >>>>https://lists.sourceforge.net/lists/listinfo/bluez-users >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>from IBM. Find simple to follow Roadmaps, straightforward articles, >>informative Webcasts and more! Get everything you need to get up to >>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>_______________________________________________ >>Bluez-users mailing list >>Bluez-users@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/bluez-users ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] problem building btsco. 2005-06-24 15:03 ` Paulo Wollny @ 2005-06-24 15:15 ` Paulo Wollny 0 siblings, 0 replies; 6+ messages in thread From: Paulo Wollny @ 2005-06-24 15:15 UTC (permalink / raw) To: bluez-users When i try to browse my phone, i get this: Device Discovery Info Discovery Time: Fr Jun 24 12:13:20 BRT 2005 Bluetooth Device Address: 00:01:E3:43:D0:2C Bluetooth Device Name: PWS65 Services Failed to connect to SDP server on 00:01:E3:43:D0:2C: Function not implemented Paulo Wollny wrote: > Hi Steve, > > My distribution is suse 9.1 and i upgraded all the bluez packages from > suse 9.3. Is working... kbluetoothd, kbtobexclient (i can call it), > kbtobexsrv, multisync. > > I found out that kbtobexsrv is no more a standalone program.. but is > called from kbluetoothd.... > When clicking on the kbluetoothd icon, i can see my phone, but trying to > browse it, i get LMP response timeout..... > Is there any way to browse my phone contents? > > Best regards and thx for helping me. > > Paulo Wollny > > Stephen Crane wrote: > >> Hi Paolo, >> What distribution is this? (You can kludge around your problem by >> softlinking libsdp.so.2 to libbluetooth.so but this a hack.) >> >> Update kbtobexsrv or rebuild it from source. >> >> Cheers, >> Steve >> >> On Fri, 2005-06-24 at 11:26 -0300, Paulo Wollny wrote: >> >>> Hi Steve, >>> >>> i did update of all teh bluez packages, but when trying to run >>> ktbobexsrv, i get the following message: >>> >>> kbtobexsrv: error while loading shared libraries: libsdp.so.2: cannot >>> open shared object file >>> >>> Any hint? >>> >>> I was able to build btsco. >>> >>> Best regards, >>> >>> Paulo Wollny >>> >>> >>> Stephen Crane wrote: >>> >>>> Hi Paolo >>>> It looks as if your version of bluez-libs is very old. Recent versions >>>> have the sdp library merged in. >>>> >>>> Cheers, >>>> Steve >>>> >>>> On Fri, 2005-06-24 at 10:20 -0300, Paulo Wollny wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> i'm trying o build the btsco and am getting the following error. >>>>> Does anyone knows how to solve it? >>>>> >>>>> Kind regards, >>>>> >>>>> Paulo Wollny >>>>> >>>>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f >>>>> 'sbcinfo.c' || echo './'`sbcinfo.c >>>>> gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread >>>>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f >>>>> 'sbcenc.c' || echo './'`sbcenc.c >>>>> gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl >>>>> -lpthread >>>>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -c `test -f >>>>> 'rcplay.c' || echo './'`rcplay.c >>>>> gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lasound -lm -ldl >>>>> -lpthread >>>>> rcplay.o(.text+0xd0): In function `main': >>>>> : undefined reference to `sdp_connect' >>>>> rcplay.o(.text+0xed): In function `main': >>>>> : undefined reference to `sdp_uuid16_create' >>>>> rcplay.o(.text+0xf7): In function `main': >>>>> : undefined reference to `sdp_list_append' >>>>> rcplay.o(.text+0x11b): In function `main': >>>>> : undefined reference to `sdp_list_append' >>>>> rcplay.o(.text+0x12c): In function `main': >>>>> : undefined reference to `sdp_list_append' >>>>> rcplay.o(.text+0x141): In function `main': >>>>> : undefined reference to `sdp_service_search_attr_req' >>>>> rcplay.o(.text+0x14c): In function `main': >>>>> : undefined reference to `sdp_close' >>>>> rcplay.o(.text+0x18f): In function `main': >>>>> : undefined reference to `sdp_get_access_protos' >>>>> rcplay.o(.text+0x1a6): In function `main': >>>>> : undefined reference to `sdp_get_proto_port' >>>>> collect2: ld returned 1 exit status >>>>> make[2]: *** [rcplay] Fehler 1 >>>>> make[2]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4/sbc' >>>>> make[1]: *** [all-recursive] Fehler 1 >>>>> make[1]: Leaving directory `/home/paulo/Bluetooth-Linux/btsco-0.4' >>>>> make: *** [all] Fehler 2 >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>>> >>>> >>>>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>>> >>>> >>>>> informative Webcasts and more! Get everything you need to get up to >>>>> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>>>> _______________________________________________ >>>>> Bluez-users mailing list >>>>> Bluez-users@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/bluez-users >>> >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>> _______________________________________________ >>> Bluez-users mailing list >>> Bluez-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/bluez-users > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-06-24 15:15 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-06-24 13:20 [Bluez-users] problem building btsco Paulo Wollny 2005-06-24 13:46 ` Stephen Crane 2005-06-24 14:26 ` Paulo Wollny 2005-06-24 14:32 ` Stephen Crane 2005-06-24 15:03 ` Paulo Wollny 2005-06-24 15:15 ` Paulo Wollny
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.