[Mono-bugs] [Bug 75623][Nor] Changed - Profiling module loader
hardcodes .so extension on Mac OS X
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 6 21:41:58 EDT 2005
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 grompf at sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75623
--- shadow/75623 2005-07-25 07:05:50.000000000 -0400
+++ shadow/75623.tmp.13516 2005-09-06 21:41:58.000000000 -0400
@@ -49,6 +49,13 @@
------- Additional Comments From vargaz at gmail.com 2005-07-25 07:05 -------
We load shared libraries using the glib g_module_open function, so the
'.so' extension is not hardcoded in mono at all. If glib loads the
incorrect file, we can do little about this.
+
+------- Additional Comments From grompf at sublimeintervention.com 2005-09-06 21:41 -------
+This is definately a bug in libglib; they default to .so as lib_suffix for osx instead of the
+correct .dylib. This is a upstream bug and should be filed as such.
+
+-kangaroo
+
More information about the mono-bugs
mailing list