[Mono-bugs] [Bug 36989][Maj] New - autogen.sh does not generate the correct build files on Mac OS 10.2.3

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 20 Jan 2003 18:33:15 -0500 (EST)


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 mbrumbelow@mac.com.

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

--- shadow/36989	Mon Jan 20 18:33:15 2003
+++ shadow/36989.tmp.31723	Mon Jan 20 18:33:15 2003
@@ -0,0 +1,30 @@
+Bug#: 36989
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: Mac OS 10.2.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mbrumbelow@mac.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: autogen.sh does not generate the correct build files on Mac OS 10.2.3
+
+autogen.sh does not generate the correct build files on 10.2.3.  Executing the script 
+displays the following errors:
+
+% ./autogen.sh 
+
+**Error**: You must have `libtool' installed to compile Mono.
+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.