[Mono-bugs] [Bug 66325][Wis] Changed - mono-find-requires should use dll maps

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Oct 2004 09:08:42 -0400 (EDT)


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 waschk@informatik.uni-rostock.de.

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

--- shadow/66325	2004-10-02 17:27:21.000000000 -0400
+++ shadow/66325.tmp.15633	2004-10-15 09:08:42.000000000 -0400
@@ -55,6 +55,45 @@
 
 But it is not as simple as it seems.
 
 Anyways, as a pointer, you could look into 
 
 monodis program.dll --assemblyref
+
+------- Additional Comments From waschk@informatik.uni-rostock.de  2004-10-15 09:08 -------
+This doesn't help me here:
+[goetz@n5 goetz]$ monodis  --assemblyref
+/usr/lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll
+AssemblyRef Table
+1: Version=1.0.0.0
+        Name=glib-sharp
+        Public Key:
+0x00000000: 35 E1 01 95 DA B3 C9 9F
+2: Version=1.0.5000.0
+        Name=mscorlib
+        Public Key:
+0x00000000: B7 7A 5C 56 19 34 E0 89
+3: Version=1.0.0.0
+        Name=gtk-sharp
+        Public Key:
+0x00000000: 35 E1 01 95 DA B3 C9 9F
+4: Version=1.0.0.0
+        Name=gdk-sharp
+        Public Key:
+0x00000000: 35 E1 01 95 DA B3 C9 9F
+5: Version=1.0.0.0
+        Name=gnome-sharp
+        Public Key:
+0x00000000: 35 E1 01 95 DA B3 C9 9F
+6: Version=1.0.5000.0
+        Name=System
+        Public Key:
+0x00000000: B7 7A 5C 56 19 34 E0 89
+
+[goetz@n5 goetz]$ cat
+/usr/lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll.config
+<configuration>
+  <dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.0.so.4"/>
+</configuration>
+
+The dependancy on gtkhtml-3.0 isn't included in the monodis output,
+only in the dll.config file.