Index: bsconf.c
--- bsconf.c.orig	2007-09-02 21:49:02 +0200
+++ bsconf.c	2007-09-03 09:20:00 +0200
@@ -780,6 +780,7 @@
 	Substitute ("-Winline", "-Wno-inline");
     }
 
+#if 0
     if ((g_SysType == sys_Linux) | (g_SysType == sys_Bsd))
 	Substitute ("@SHBLDFL@", "-shared -Wl,-soname=${LIBSOLNK}");
     else if (g_SysType == sys_Mac)
@@ -787,9 +788,12 @@
     else if (g_SysType == sys_Sun)
 	Substitute ("@SHBLDFL@", "-G");
     else {
+#endif
 	Substitute ("BUILD_SHARED\t= 1 ", "#BUILD_SHARED\t= 1");
 	Substitute ("#BUILD_STATIC\t= 1", "BUILD_STATIC\t= 1 ");
+#if 0
     }
+#endif
 
     if (g_SysType == sys_Mac) {
 	Substitute (" @libgcc_eh@", "");
