[Mono-bugs] [Bug 58963][Nor] New - mono-0.91.99.2004052[14] blows up in configure
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 15:42:59 -0400 (EDT)
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 mono@b-lan.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58963
--- shadow/58963 2004-05-24 15:42:59.000000000 -0400
+++ shadow/58963.tmp.10100 2004-05-24 15:42:59.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 58963
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mono@b-lan.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono-0.91.99.2004052[14] blows up in configure
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+The libgc configure.in script references configure.host which does not
+exist. Commenting the line out allows configure to continue, but the build
+has a reference to version.h which is also missing.
+
+
+Steps to reproduce the problem:
+1. download mono-0.91.99.20040524.tar.gz
+2. extract
+3. configure --prefix=/usr
+
+Actual Results:
+checking whether to enable maintainer-specific portions of Makefiles... no
+./configure: line 3576: ./configure.host: No such file or directory
+configure: error: /bin/sh './configure' failed for libgc
+
+
+Expected Results:
+configure completes.
+
+How often does this happen?
+Everytime until patched.
+
+Additional Information:
+version.h missing as well.