From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 18:52:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DDE16A4CE for ; Fri, 16 Jul 2004 18:52:22 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52A843D39 for ; Fri, 16 Jul 2004 18:52:21 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040716185221.YHTH27801.out008.verizon.net@[192.168.1.3]>; Fri, 16 Jul 2004 13:52:21 -0500 Message-ID: <40F823B9.5070302@mac.com> Date: Fri, 16 Jul 2004 14:51:37 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Christian_Sch=FCler?= References: <30428.1089988674@www10.gmx.net> In-Reply-To: <30428.1089988674@www10.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [68.161.84.3] at Fri, 16 Jul 2004 13:52:19 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Anjuta and libtools problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 18:52:22 -0000 Christian Schüler wrote: > thanks, I did cvsup the ports collection, then the make command builds > Anjuta 1.2.2_1. OK, this is more reasonable. > I just did a fresh install of FreeBSD 5.2.1 from FTP a week ago, so I never > dreamt of anything being out of date form this install. Why do I have to > cvsup the ports collection? The ports collection changes over time. If you don't update it, you will install software which is out-of-date. Normally, that's OK, but you're the one who wanted to get the lastest version of "anjuta", yes? With particular relevance to your situation, the committers refrain from making major changes to the ports tree during the last stages of creating a release to ensure stability, which is known as the "ports freeze". So the ports tree is already a little outdated on any release image, even if you use it the day the ISO becomes available. In other words, your 5.2.1 CD has a ports tree that's probably five months old by now.... > Anyway, Anjuta builds, but the libtools problem remains the same :-( > I cannot create a default project. This, I know nothing about. :-) libtool struck me as a bad idea from the start, and I haven't seen many signs that it is any less subject to backwards-incompatible changes than the vendor supplied compiler toolchains that libtool was supposed to work around in some better & platform-independent fashion. But I digress, and someone else who uses anjuta could provide better assistance from here, probably.... -- -Chuck