Index: trunk/MagicSoft/Mars/Makefile.conf.darwin
===================================================================
--- trunk/MagicSoft/Mars/Makefile.conf.darwin	(revision 4027)
+++ trunk/MagicSoft/Mars/Makefile.conf.darwin	(revision 4028)
@@ -27,6 +27,6 @@
 # For Mac OSX we need to kind of shared objects. One which can be plugged
 # into root (bundle) and one which can be linked to the executables (dynlib)
-SOFLAG   = -bundle
-DYFLAG   = -dynamiclib
+SOFLAG   = -bundle -flat_namespace -Xlinker -bind_at_load
+DYFLAG   = -dynamiclib -single_module
 
 DYLIB    = $(SOLIB:.so=.dylib)
