Hi,

even many eyes sometimes do not catch such small things. The last patch in CVS 
misses a '\', so that libtool does not see the version info anymore and the 
soname is lost.

Here's the fix:
Index: lib/Makefile.am
===================================================================
RCS file: /cvsroot/openobex/openobex/lib/Makefile.am,v
retrieving revision 1.19
diff -u -r1.19 Makefile.am
--- lib/Makefile.am     31 Dec 2006 15:09:27 -0000      1.19
+++ lib/Makefile.am     8 Jan 2007 12:54:18 -0000
@@ -18,7 +18,7 @@
        usbobex.c usbobex.h

 libopenobex_la_LDFLAGS = \
-       -no-undefined
+       -no-undefined \
        -version-info 4:0:3 \
        -export-symbols $(top_srcdir)/lib/obex.sym

----------------------------cut-------------------------------------

This kills DLL creation for windows, though, as not all symbols are exported.
This means that another patch for this problem will follow, I first have to 
take a look at it.

HS

-------------------------------------------------------------------------
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
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to