* [Bluez-devel] bluez-utils-3.9 compilation error
@ 2007-02-20 6:56 Choi Sonim
2007-02-20 19:37 ` [Bluez-users] " Choi Sonim
2007-02-21 12:07 ` [Bluez-devel] " Marcel Holtmann
0 siblings, 2 replies; 5+ messages in thread
From: Choi Sonim @ 2007-02-20 6:56 UTC (permalink / raw)
To: BlueZ development
hello.
I get this in the 'make' phase:
libhciserver.a(dbus-common.o): In function `unregister_sdp_record':
dbus-common.c:(.text+0x90): undefined reference to
`sdp_device_record_unregister_binary'
libhciserver.a(dbus-common.o): In function `register_sdp_binary':
dbus-common.c:(.text+0x106): undefined reference to
`sdp_device_record_register_binary'
collect2: ld returned 1 exit status
dows anyone have any clue ?
thanks a lot
choi
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bluez-users] bluez-utils-3.9 compilation error
2007-02-20 6:56 [Bluez-devel] bluez-utils-3.9 compilation error Choi Sonim
@ 2007-02-20 19:37 ` Choi Sonim
2007-02-21 12:07 ` [Bluez-devel] " Marcel Holtmann
1 sibling, 0 replies; 5+ messages in thread
From: Choi Sonim @ 2007-02-20 19:37 UTC (permalink / raw)
To: BlueZ users
hello.
I try to build bluez-utils but I get errors.
I do ./configure with no problems.
but in the make I get these errors:
libhciserver.a(dbus-common.o): In function `unregister_sdp_record':
dbus-common.c:(.text+0x90): undefined reference to
`sdp_device_record_unregister_binary'
libhciserver.a(dbus-common.o): In function `register_sdp_binary':
dbus-common.c:(.text+0x106): undefined reference to
`sdp_device_record_register_binary'
collect2: ld returned 1 exit status
dows anyone have any clue ?
thanks a lot
choi
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] bluez-utils-3.9 compilation error
2007-02-20 6:56 [Bluez-devel] bluez-utils-3.9 compilation error Choi Sonim
2007-02-20 19:37 ` [Bluez-users] " Choi Sonim
@ 2007-02-21 12:07 ` Marcel Holtmann
2007-02-21 12:18 ` Choi Sonim
1 sibling, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2007-02-21 12:07 UTC (permalink / raw)
To: BlueZ development
Hi Choi,
> I get this in the 'make' phase:
>
> libhciserver.a(dbus-common.o): In function `unregister_sdp_record':
> dbus-common.c:(.text+0x90): undefined reference to
> `sdp_device_record_unregister_binary'
> libhciserver.a(dbus-common.o): In function `register_sdp_binary':
> dbus-common.c:(.text+0x106): undefined reference to
> `sdp_device_record_register_binary'
> collect2: ld returned 1 exit status
>
> dows anyone have any clue ?
the ChangeLog file clearly states that you need an appropriate
bluez-libs installation.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] bluez-utils-3.9 compilation error
2007-02-21 12:07 ` [Bluez-devel] " Marcel Holtmann
@ 2007-02-21 12:18 ` Choi Sonim
2007-02-21 12:51 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Choi Sonim @ 2007-02-21 12:18 UTC (permalink / raw)
To: BlueZ development; +Cc: Marcel Holtmann
hi Marcel,
On 2/21/07, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Choi,
>
> > I get this in the 'make' phase:
> >
> > libhciserver.a(dbus-common.o): In function `unregister_sdp_record':
> > dbus-common.c:(.text+0x90): undefined reference to
> > `sdp_device_record_unregister_binary'
> > libhciserver.a(dbus-common.o): In function `register_sdp_binary':
> > dbus-common.c:(.text+0x106): undefined reference to
> > `sdp_device_record_register_binary'
> > collect2: ld returned 1 exit status
> >
> > dows anyone have any clue ?
>
> the ChangeLog file clearly states that you need an appropriate
> bluez-libs installation.
but i did built the bluez-libs-3.9 before. they were installed to /usr/local/lib
and I did export LD_LIBRARY_PATH=/usr/local/lib.
should I do anything more ?
thank you very much for the help
choi
>
> Regards
>
> Marcel
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] bluez-utils-3.9 compilation error
2007-02-21 12:18 ` Choi Sonim
@ 2007-02-21 12:51 ` Marcel Holtmann
0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2007-02-21 12:51 UTC (permalink / raw)
To: Choi Sonim; +Cc: BlueZ development
Hi Choi,
> > > libhciserver.a(dbus-common.o): In function `unregister_sdp_record':
> > > dbus-common.c:(.text+0x90): undefined reference to
> > > `sdp_device_record_unregister_binary'
> > > libhciserver.a(dbus-common.o): In function `register_sdp_binary':
> > > dbus-common.c:(.text+0x106): undefined reference to
> > > `sdp_device_record_register_binary'
> > > collect2: ld returned 1 exit status
> > >
> > > dows anyone have any clue ?
> >
> > the ChangeLog file clearly states that you need an appropriate
> > bluez-libs installation.
>
> but i did built the bluez-libs-3.9 before. they were installed to /usr/local/lib
> and I did export LD_LIBRARY_PATH=/usr/local/lib.
> should I do anything more ?
then you have 3.7 or older installed somewhere and it tries to link
against that version.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-02-21 12:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-20 6:56 [Bluez-devel] bluez-utils-3.9 compilation error Choi Sonim
2007-02-20 19:37 ` [Bluez-users] " Choi Sonim
2007-02-21 12:07 ` [Bluez-devel] " Marcel Holtmann
2007-02-21 12:18 ` Choi Sonim
2007-02-21 12:51 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox