[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
Mon Jul 25 07:05:50 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75623
--- shadow/75623 2005-07-24 17:57:19.000000000 -0400
+++ shadow/75623.tmp.27442 2005-07-25 07:05:50.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75623
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details: Mac OS X 10.4.2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: brion at pobox.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -43,6 +43,12 @@
Mac OS X has both 'bundle' code files, which may have a .so extension, and 'shared libraries'
which carry the .dylib extension. A look in my mono/lib directory shows a number of files of both
types; it may not be totally clear which is the 'correct' type to use.
Workaround: symlink the .dylib file to a .so extension.
+
+------- 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.
+
More information about the mono-bugs
mailing list