Index: trunk/Ohana/Makefile.Common
===================================================================
--- trunk/Ohana/Makefile.Common	(revision 41492)
+++ trunk/Ohana/Makefile.Common	(revision 42389)
@@ -84,8 +84,11 @@
 	@echo ""
 
+# USE THIS? -Wl,--allow-multiple-definition
+
 $(LIB)/%.$(ARCH).so:
 	@if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi
 	rm -f $@
-	gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc
+#	gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc
+	gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc -Wl,--allow-multiple-definition
 	@echo "compiled shared library $*"
 	@echo ""
