From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 23:33:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16FAC16A401 for ; Tue, 17 Jul 2007 23:33:54 +0000 (UTC) (envelope-from ioplex@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id C46D713C46B for ; Tue, 17 Jul 2007 23:33:53 +0000 (UTC) (envelope-from ioplex@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so3752wxd for ; Tue, 17 Jul 2007 16:33:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t3MNQI35PWnscKNMJ8zo/pr3EXCYzWn8fozrM0hojbop412Gjc0uAhjlU5esF7lB9zvGJwmjP5vKHW6M2AKEUxmc0Mwgk/Soi/EjzmHnY9580kppPllv1aDoSvP35ZivEejSr4Tftvvim1FNRUx8XW5t3AP/f1jafxq6E+BTQb4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DxWWY6HF0lf8bvMwn9HuTDxyTGVh8N2CI1wUM1XjTJTONaYo9iznz4xEtCsgkyejIOuouwpANr399PPdydgh7COD7XDDIPk8iShgMx63A972AWevCh+eP6kw2UgMRab3AT/sDrGCVTmIYKGDs5cUKPcMvPsKO8szrji060quuzM= Received: by 10.70.28.9 with SMTP id b9mr1607160wxb.1184715232388; Tue, 17 Jul 2007 16:33:52 -0700 (PDT) Received: by 10.70.38.11 with HTTP; Tue, 17 Jul 2007 16:33:52 -0700 (PDT) Message-ID: <78c6bd860707171633x1387bc21o76977f46def19065@mail.gmail.com> Date: Tue, 17 Jul 2007 19:33:52 -0400 From: "Michael B Allen" To: "Yuri Pankov" In-Reply-To: <20070717192403.GD1152@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <78c6bd860707171042k71e94c1diea40629d34b1e41a@mail.gmail.com> <20070717175527.GA1152@darklight.org.ru> <78c6bd860707171146n18d12299y36df4bea59c3fbe0@mail.gmail.com> <20070717185741.GB1152@darklight.org.ru> <78c6bd860707171212y23ec1f90q1116202e1f95c0ab@mail.gmail.com> <20070717192403.GD1152@darklight.org.ru> Cc: freebsd-questions Subject: Re: Where's Libtool? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2007 23:33:54 -0000 On 7/17/07, Yuri Pankov wrote: > On Tue, Jul 17, 2007 at 03:12:14PM -0400, Michael B Allen wrote: > > On 7/17/07, Yuri Pankov wrote: > >> On Tue, Jul 17, 2007 at 02:46:06PM -0400, Michael B Allen wrote: > >> > On 7/17/07, Yuri Pankov wrote: > >> >> Just one note though: devel/auto* tools are mainly for ports > >> >> infrastructure usage, for your own use check devel/gnu-auto* ports. > >> >> Sorry if this is obvious. > >> > > >> > Ok. This is a problem. I'm trying to build something that is not in > >> > ports and it needs libtool. I installed the ports libtool but it did > >> > not work. The application I'm trying to build is choking with the > >> > following error: > >> > > >> > configure.in:212: warning: AC_PROG_LIBTOOL is m4_require'd but is not > >> > m4_defun'd > >> > configure.in:212: AC_PROG_LIBTOOL is required by... > >> > configure.in:50: error: possibly undefined macro: AC_PROG_LIBTOOL > >> > If this token and others are legitimate, please use > >> m4_pattern_allow. > >> > See the Autoconf documentation. > >> > autoreconf: /usr/local/gnu-autotools/bin/autoconf failed with exit > >> status: > >> > 1 > >> > > >> > Is there a gnu-libtool package? If there is I don't see it. There were > >> > a gnu-autoconf and gnu-automake packages but for some reason I don't > >> > see libtool in any of the standard packages for 6.2. > >> > > >> > Any ideas? > >> > > >> > Mike > >> > >> Check this link > >> http://3v1n0.tuxfamily.org/beryl-backup/wiki/Install/FreeBSD > >> and try to do steps from "Add to your PATH /usr/local/gnu-autotools/bin" > >> to the end of section (without X11R6 line, of course). > > > > I already did that before. As you can see configure ran so the > > auto-whatever stuff is running. It just can't get the AC_PROG_LIBTOOL > > macro which I assume is because it can't find libtool. > > > > Mike > > Sorry. There's no gnu-libtool, cause libtool doesn't have multiple > versions in devel, I guess, so you'll need devel/libtool, which installs > /usr/local/share/aclocal/libtool.m4. If it's already installed, then I > don't know why gnu-autotools doesn't find it... The problem goes away if I *do not* run autoreconf -f -i. Mike