[Mono-bugs] [Bug 53774][Nor] New - Dynamic library suffix needs to be platform specific

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Feb 2004 20:48:07 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rshade@dvsconsulting.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53774

--- shadow/53774	2004-02-02 20:48:07.000000000 -0500
+++ shadow/53774.tmp.26320	2004-02-02 20:48:07.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 53774
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 10.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rshade@dvsconsulting.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Dynamic library suffix needs to be platform specific
+
+The dllmap entries in mono/config specify a ".so" suffix for the libraries.  On OS X, all dynamic 
+(shared) libraries have a ".dylib" suffix.  In order to use the mappings on OS X, these have to be 
+edited by hand.  Unfortunately, this file is overwritten every time the runtime is updated.