[Mono-bugs] [Bug 55910][Maj] Changed - /usr/ccs/bin/ld does not like "monoldflags = -Wl,-version-script=$(srcdir)/ldscript"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 12:10:17 -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 louis.p.santillan@jpl.nasa.gov.
http://bugzilla.ximian.com/show_bug.cgi?id=55910
--- shadow/55910 2004-03-23 11:52:17.000000000 -0500
+++ shadow/55910.tmp.15694 2004-03-23 12:10:17.000000000 -0500
@@ -194,6 +194,23 @@
------- Additional Comments From bmaurer@users.sf.net 2004-03-23 11:52 -------
[benm@Ben mono]$ grep version-script mono/mini/Makefile
monoldflags = -Wl,-version-script=$(srcdir)/ldscript
+
+------- Additional Comments From Louis.P.Santillan@jpl.nasa.gov 2004-03-23 12:10 -------
+The issue seems to be that the box I am using has a different
+gcc/binutils combination (though all were obtained through "standard"
+source) from what other people are using. All software was installed
+from either the Solaris CDs, Jumpstart, or sunfreeware.com packages.
+
+I think the configure step is not looking deeply enough into the
+system specs on Solaris. The default Sun tools usually incompatible
+with GNU and this probably causing my problems. However, the fixes
+were simple enough to make things compile for my setup (see 55899,
+55902 for the other fixes) but I need to find another Solaris box that
+I can get root access to do a full compile and install and then more
+testing. Let me know if there is some other info I can give that
+might shed some more light.
+
+Louis