[Mono-bugs] [Bug 30033][Wis] Changed - Mono doesn't build with automake-1.6
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 Oct 2002 21:09:28 -0000
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=30033
--- shadow/30033 Sun Sep 8 13:31:57 2002
+++ shadow/30033.tmp.19117 Tue Oct 1 17:09:28 2002
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -47,6 +47,16 @@
with libtool and without
automake: mono/jit/Makefile.am: object `linear-scan.$(OBJEXT)' created both
with libtool and without
automake: mono/jit/Makefile.am: object `helpers.$(OBJEXT)' created both
with libtool and without
**Error**: automake failed.
+
+------- Additional Comments From vargaz@freemail.hu 2002-10-01 17:09 -------
+A possible solution is described here:
+
+http://sources.redhat.com/ml/automake/2002-06/msg00123.html
+
+I.e., add
+mono_CFLAGS = $(AM_CFLAGS)
+to mono/jit/Makefile.am
+