[Mono-bugs] [Bug 51590][Maj] Changed - --version-script not supported on OS X
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 17:41:33 -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 rshade@dvsconsulting.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51590
--- shadow/51590 2003-12-02 10:23:48.000000000 -0500
+++ shadow/51590.tmp.4757 2003-12-03 17:41:33.000000000 -0500
@@ -23,6 +23,11 @@
As a workaround, one can just comment out the line:
libmono_la_LDFLAGS=-Wl,-version-script=$(srcdir)/ldscript
in mono/mini/Makefile.am and rerun autogen.sh. This additional flag needs to be optional
depending on the platform. It should fail on any platform not using ELF binaries.
+
+------- Additional Comments From rshade@dvsconsulting.com 2003-12-03 17:41 -------
+Created an attachment (id=6100)
+Adds checks to whether versioning is supported and disables as necessary.
+