[Mono-bugs] [Bug 69338][Nor] Changed - Search MONO_ASSEMBLIES in mono_lookup_pinvoke_call
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Nov 2004 16:30:14 -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 chris.ridd@isode.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69338
--- shadow/69338 2004-11-10 16:29:07.000000000 -0500
+++ shadow/69338.tmp.13479 2004-11-10 16:30:14.000000000 -0500
@@ -22,6 +22,11 @@
This is because executables on OS X don't have the equivalent of the ELF 'rpath'.
Currently mono_lookup_pinvoke_call tries to load the library using just the name (+ some
variants) and then in ".".
A fix for this is to search MONO_ASSEMBLIES before searching ".".
+
+------- Additional Comments From chris.ridd@isode.com 2004-11-10 16:30 -------
+Created an attachment (id=13205)
+Patch to mono/metadata/loader.c
+