[Mono-bugs] [Bug 32354][Blo] New - Mono fails at autogen.sh

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
16 Oct 2002 07:05:22 -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 mathpup@mylinuxisp.com.

http://bugzilla.ximian.com/show_bug.cgi?id=32354

--- shadow/32354	Wed Oct 16 03:05:22 2002
+++ shadow/32354.tmp.1913	Wed Oct 16 03:05:22 2002
@@ -0,0 +1,99 @@
+Bug#: 32354
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: SuSE Linux 8.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mathpup@mylinuxisp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono fails at autogen.sh
+
+Description of Problem:  
+  
+Mono won't build.  
+  
+Steps to reproduce the problem:  
+1. Run autogen.sh  
+2.   
+3.   
+  
+Actual Results:  
+  
+ marcus@linux:~/packages/mono> ./autogen.sh 
+**Warning**: I am going to run `configure' with no arguments. 
+If you wish to pass any to it, please specify them on the 
+`./autogen.sh' command line. 
+ 
+Running libtoolize... 
+You should update your `aclocal.m4' by running aclocal. 
+Running aclocal  ... 
+Running autoheader... 
+WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' 
+WARNING: and `config.h.top', to define templates for `config.h.in' 
+WARNING: is deprecated and discouraged. 
+ 
+WARNING: Using the third argument of `AC_DEFINE' and 
+WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without 
+WARNING: `acconfig.h': 
+ 
+WARNING:   AC_DEFINE([NEED_MAIN], 1, 
+WARNING:             [Define if a function `main' is needed.]) 
+ 
+WARNING: More sophisticated templates can also be produced, see the 
+WARNING: documentation. 
+autoheader: `config.h.in' is unchanged 
+Running automake --gnu  ... 
+configure.in:499: CFLAGS was already defined in condition TRUE, which 
+implies condition PLATFORM_WIN32_TRUE 
+# The mingw math.h has "extern inline" functions that dont appear in libs, 
+so 
+# optimisation is required to actually inline them 
+  CFLAGS (User, where = configure.in:499) += 
+  { 
+    TRUE => @CFLAGS@ 
+  } 
+automake: mono/jit/Makefile.am: object `win32-exception.$(OBJEXT)' created 
+both with libtool and without 
+automake: mono/jit/Makefile.am: object `codegen-x86.$(OBJEXT)' created 
+both with libtool and without 
+automake: mono/jit/Makefile.am: object `emit-x86.$(OBJEXT)' created both 
+with libtool and without 
+automake: mono/jit/Makefile.am: object `regset.$(OBJEXT)' created both 
+with libtool and without 
+automake: mono/jit/Makefile.am: object `debug.$(OBJEXT)' created both with 
+libtool and without 
+automake: mono/jit/Makefile.am: object `debug-stabs.$(OBJEXT)' created 
+both with libtool and without 
+automake: mono/jit/Makefile.am: object `debug-dwarf2.$(OBJEXT)' created 
+both with libtool and without 
+automake: mono/jit/Makefile.am: object `jit.$(OBJEXT)' created both with 
+libtool and without 
+automake: mono/jit/Makefile.am: object `trampoline.$(OBJEXT)' created both 
+with libtool and without 
+automake: mono/jit/Makefile.am: object `exception.$(OBJEXT)' created both 
+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. 
+ 
+  
+Expected Results:  
+  
+Successful configuration 
+ 
+How often does this happen?   
+  
+Every time 
+  
+ 
+Additional Information: