[Mono-bugs] [Bug 58344][Wis] Changed - Solaris build failure
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 11:03:54 -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 hartwig.thomas@enterag.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=58344
--- shadow/58344 2004-06-09 04:58:41.000000000 -0400
+++ shadow/58344.tmp.9588 2004-08-03 11:03:54.000000000 -0400
@@ -137,6 +137,18 @@
If anyone needs more information on my system, please ask.
Regards,
Scott
+
+------- Additional Comments From hartwig.thomas@enterag.ch 2004-08-03 11:03 -------
+I managed to circumvent the problem by changing
+LDFLAGS =
+to
+LDFLAGS = -shared
+in ../mono/interpreter/Makefile
+
+I am fairly sure this meets the intention of the Makefile.
+Of course this fix needs to be integrated properly into the package
+(each ./configure will overwrite it).
+