https://bugzilla.novell.com/show_bug.cgi?id=366380
Summary: can't compile mono
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Using a fresh version from svn, could not build a clean version of mono as it
complained it could not find the mcs1 compiler. I updated the configure.in in
mono and that solved it for me. Here is the change:
Index: configure.in
===================================================================
--- configure.in (revision 97072)
+++ configure.in (working copy)
@@ -1928,7 +1928,7 @@
fi
fi
-AC_PATH_PROG(MCSCMD, mcs1, mcs1, mcs)
+AC_PATH_PROG(MCSCMD, mcs1, mcs)
AC_MSG_CHECKING(if the Mono Debugger is supported on this platform)
if test "x$mono_debugger_supported" = "xyes"; then
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs