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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81426 --- shadow/81426 2007-04-22 12:42:47.000000000 -0400 +++ shadow/81426.tmp.22834 2007-04-22 12:42:47.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 81426 +Product: Mono: Runtime +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: packaging +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: configure using missing ./libtool + +With Mono-1.2.4 preview from +http://mono.ximian.com/monobuild/preview/sources-preview/ I get the +following error when doing: + +mkdir mono-1.2.4/build +cd build +../configure --prefix=/tmp/mono --enable-shared + +... +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking how to create a ustar tar archive... gnutar +checking whether to enable maintainer-specific portions of Makefiles... no +checking whether ln -s works... yes +../configure: line 2797: ./libtool: No such file or directory +checking host platform characteristics... ok +checking for gcc... gcc +checking for gcc... (cached) gcc +... + +My system has libtool installed but for some reason configure is trying to +use ./libtool. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
