From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 17:48: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 8EBD416A404 for ; Tue, 17 Jul 2007 17:48:54 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id 1C49D13C48D for ; Tue, 17 Jul 2007 17:48:53 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1861195mue for ; Tue, 17 Jul 2007 10:48: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=De21Oq3dd/NUD6dR9qjMjPfTrPcvZqDZASVORGYZlMQBdmQQogEvknu6WmL8zETSfA9keECBkFPkS1HdQ+JMNru4KBW/0UQ0s3z4U8iQnvgf/hQdPAU7yIgkITxyhvqbbW+sz4HBlZ99n4SbAqcTsQROQ7raNw7n5im6Ktru8Lk= 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=QrmUaw7M7sDIgAwzVRuXfRLAwEgeBHLXHE5eSaz/WHoNy+3lxhhrYjIV4wsfM7+W01HFgkn4DhfHd2jOeVzwbudHTtqYNLiRbKC8AEqgfNhvon1hrwHjAWUtNUuUzNzqocApNxNJhKlxQjZ5oqh/NW+eKGfbXGGU1NDbrvn9qEM= Received: by 10.82.182.1 with SMTP id e1mr801414buf.1184694531843; Tue, 17 Jul 2007 10:48:51 -0700 (PDT) Received: by 10.82.187.6 with HTTP; Tue, 17 Jul 2007 10:48:51 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 12:48:51 -0500 From: "illoai@gmail.com" To: "Michael B Allen" In-Reply-To: <78c6bd860707171042k71e94c1diea40629d34b1e41a@mail.gmail.com> 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> 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 17:48:54 -0000 On 17/07/07, Michael B Allen wrote: > I had no problem finding autoconf and automake but where's libtool? > If your locate(1) database is up-to-date $ locate libtool should help you there, or $ find /usr/ports -type d -iname "*libtool*" > How does one usually install libtool on FreeBSD? > I generlaly let it get pulled in when I install something that needs it, otherwise # cd /usr/ports/devel/libtool15/ && make install clean -- --