From owner-freebsd-java@FreeBSD.ORG Thu Oct 30 10:51:58 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70DD16A4CE for ; Thu, 30 Oct 2003 10:51:58 -0800 (PST) Received: from iwmail.xpdial.com (iwgate.xpdial.com [68.156.89.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6807043FD7 for ; Thu, 30 Oct 2003 10:51:57 -0800 (PST) (envelope-from mark@s-wit.net) Received: from [192.168.101.251] by iwmail.xpdial.com (ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.4.1)); Thu, 30 Oct 2003 13:55:14 -0500 Message-ID: <000b01c39f17$6664c490$fb65a8c0@ocfl061> From: "M.D. DeWar" To: References: <3FA13C93.8010105@xsb.com><1067532264.27956.27.camel@dyn231.iacc-tm4.ndsu.nodak.edu><3FA1456B.8080404@xsb.com> <20031030172034.GB40447@misty.eyesbeyond.com><3FA14A17.3000908@xsb.com> <3FA14F85.8060205@xsb.com> Date: Thu, 30 Oct 2003 13:55:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: errors on libtool but its there and updated X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 18:51:58 -0000 => gmake-3.80 depends on shared library: intl.4 - not found ===> Verifying install for intl.4 in /usr/ports/devel/gettext ===> gettext-0.11.5_1 depends on executable: libtool - found ===> gettext-0.11.5_1 depends on shared library: iconv.3 - found ===> gettext-0.11.5_1 depends on shared library: expat.4 - found ===> Configuring for gettext-0.11.5_1 Your libtool installation is out of date. Please remove and reinstall /usr/ports/devel/libtool. I have libtool 1.5 on the system in /usr/local/bin piderman# libtool --version ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58) gettext is updated to latest version. spiderman# gettext --version gettext (GNU gettext-runtime) 0.12.1 I put the gettext file in the /usr/ports/distfiles and no go. I saw that /usr/ports/devel/gettext had a work directory with the older 0.11.5 in it so I removed it and put in the new 0.12 but that didn't fool it either. What else can I do besides punting. Thanks mark