Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
gcc -I. -c -o main.o main.c gcc -I. -c -o lib.o lib.c gcc -I. -c -o obex_handler.o obex_handler.c obex_handler.c: In function `Handle_OBEX_CMD_PUT': obex_handler.c:367: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c: In function `Handle_OBEX_CMD_GET': obex_handler.c:502: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:507: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:516: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:525: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:529: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:535: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:559: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c:561: warning: concatenation of string literals with __FUNCTION__ is deprecated obex_handler.c: In function `Handle_ServerRequest': obex_handler.c:621: warning: concatenation of string literals with __FUNCTION__ is deprecated gcc -o opd -I. main.o lib.o obex_handler.o -lopenobex -lbluetooth -lsdp /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsdp collect2: ld returned 1 exit status make: *** [opd] Error 1 Solushion: there's no sdp shared librarie :) ---%<--------------------------------------------------------------------------- --- Makefile.orig 2005-02-27 21:07:00.684873760 +0300 +++ Makefile 2005-02-27 21:07:10.145435536 +0300 @@ -21,7 +21,7 @@ BIPD_OBJECTS = \ opd : $(BIPD_OBJECTS) - $(CC) -o opd $(CFLAGS) $(BIPD_OBJECTS) -lopenobex -lbluetooth -lsdp $(LDFLAGS) + $(CC) -o opd $(CFLAGS) $(BIPD_OBJECTS) -lopenobex -lbluetooth $(LDFLAGS) clean: ---%<---------------------------------------------------------------------------
Please use "New -> Gentoo Linux -> Component: Ebuilds" in future. Infrastructure is not the correct addressee.
Ok 8)
Created an attachment (id=52869) [details] full opd ebuild patch
Adding ticho to CC:
*** This bug has been marked as a duplicate of 83110 ***