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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 15:37:26 -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 vargaz@freemail.hu.

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

--- shadow/53774	2004-02-02 20:48:07.000000000 -0500
+++ shadow/53774.tmp.32368	2004-03-24 15:37:26.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53774
-Product: Mono/Runtime
+Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 10.3
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rshade@dvsconsulting.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,12 @@
 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.
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-24 15:37 -------
+This seems to be fixed by:
+
+http://lists.ximian.com/archives/public/mono-patches/2004-March/032947.html
+