[Mono-bugs] [Bug 366380] New: can't compile mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Mar 1 08:39:03 EST 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: mmorano at mikeandwan.us
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list