[Mono-bugs] [Bug 71221][Nor] Changed - mono installs itself into /usr/lib even if --libdir=/usr/lib64 was specified

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Feb 2005 05:15:49 -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 malekith@pld-linux.org.

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

--- shadow/71221	2005-02-21 03:00:38.000000000 -0500
+++ shadow/71221.tmp.12530	2005-02-21 05:15:49.000000000 -0500
@@ -67,6 +67,19 @@
 
 
 ------- Additional Comments From rharinath@novell.com  2005-02-21 03:00 -------
 Looks good.  You need a corresponding patch to mono/configure.in to
 create the config.make file.
 
+
+------- Additional Comments From malekith@pld-linux.org  2005-02-21 05:15 -------
+It already contains this:
+
+--- configure.in	(revision 39087)
++++ configure.in	(working copy)
+@@ -1630,6 +1630,8 @@
+
+It is to be applied in mono/ directory, with mono/mcs/ subdirectory.
+
+One problem may be that for example NAnt looks for mono/1.0/ and such
+in $prefix/lib and not $libdir. But I guess this is NAnt loosage, and
+should be fixed there.