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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
