[Mono-bugs] [Bug 73929][Wis] New - building jay requires a plain cc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Mar 2005 10:07:56 -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 jochen-mono@hayek.name.
http://bugzilla.ximian.com/show_bug.cgi?id=73929
--- shadow/73929 2005-03-21 10:07:56.000000000 -0500
+++ shadow/73929.tmp.19538 2005-03-21 10:07:56.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 73929
+Product: Mono Tasks
+Version: 0%
+OS: Solaris 8
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Build
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: Jochen-mono@Hayek.name
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: building jay requires a plain cc
+
+Description of Problem:
+
+building jay requires a plain cc,
+but on Solaris you don't necessarily own one.
+you will want to have gcc as default.
+
+Steps to reproduce the problem:
+1. during "make" building jay is a usual step
+2.
+3.
+
+Actual Results:
+
+make stops inevitably.
+
+Expected Results:
+
+make should be instructed by autoconfig,
+that gcc is to be used.
+
+How often does this happen?
+
+always
+
+Additional Information:
+
+in order to surpass the problem, once make stopped,
+add the following entry in mcs/build/config.make
+
+ CC = gcc
+
+but that entry ought to be generated by autoconfig.