[Mono-bugs] [Bug 36989][Maj] Changed - autogen.sh does not generate the correct build files on Mac OS 10.2.3
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 08:15:48 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36989
--- shadow/36989 2003-01-20 18:33:15.000000000 -0500
+++ shadow/36989.tmp.22285 2004-04-29 08:15:48.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 36989
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
OS: other
OS Details: Mac OS 10.2.3
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mbrumbelow@mac.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -25,6 +25,13 @@
Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz
(or a newer version if it is available)
Libtool is however installed on 10.2. This maybe due to the fact that the script relies
on output generated by libtool using the -version parameter; the version on 10.2
does not have this as a usable parameter.
+
+------- Additional Comments From rshade@dvsconsulting.com 2003-10-22 19:35 -------
+The program called "libtool" on OSX/Darwin is not GNU libtool. All references need to
+be changed from libtool to glibtool in autogen.sh and libgc/autogen.sh.
+
+------- Additional Comments From lupus@ximian.com 2004-04-29 08:15 -------
+Should be fixed.