[Mono-bugs] [Bug 74587][Wis] Changed - gacutil should have -destdir option

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 15:59:12 -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 malekith@pld-linux.org.

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

--- shadow/74587	2005-04-18 15:32:34.000000000 -0400
+++ shadow/74587.tmp.14839	2005-04-18 15:59:12.000000000 -0400
@@ -48,6 +48,21 @@
 either.
 
 We should probably fix 'gacutil' or whichever piece of code that
 assumes the installation directory ends with /lib.  IIRC, it was in
 gacutil, but I may be mistaken.
 
+
+------- Additional Comments From malekith@pld-linux.org  2005-04-18 15:59 -------
+The main point is that there should be an easy way to obtain gac
+location. 
+
+It's not that important if it's 
+  pkg-config --variable=libdir/datadir mono 
+or 
+  gacutil --get-suffix
+
+However if gac location is going to be ./configure'able then there
+should be gacdir: /some/thing line in mono.pc, so
+  pkg-config --variable=gacdir mono
+is going to work. I guess this is the cleanest solution here.
+