From owner-freebsd-java@FreeBSD.ORG Fri Jul 8 12:10:52 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 3756816A41C for ; Fri, 8 Jul 2005 12:10:52 +0000 (GMT) (envelope-from james@wgold.demon.co.uk) Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E4043D49 for ; Fri, 8 Jul 2005 12:10:51 +0000 (GMT) (envelope-from james@wgold.demon.co.uk) Received: from wgold.demon.co.uk ([158.152.96.124] helo=thor) by anchor-post-31.mail.demon.net with esmtp (Exim 4.42) id 1Dqrci-0001rW-5d for freebsd-java@freebsd.org; Fri, 08 Jul 2005 12:06:29 +0000 Received: from 127.0.0.1 by thor ([127.0.0.1] running VPOP3) with SMTP; Thu, 7 Jul 2005 21:06:37 +0100 From: "James Mansion" To: , Date: Thu, 7 Jul 2005 21:06:37 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Server: VPOP3 V1.5.0k - Registered Cc: Subject: Newbie problem building sablevm-sdk-1.12 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 12:10:52 -0000 I'm trying to build the shiny new sablevm-sdk-1.12 on 5.4 (actually, its been installed by PCBSD because I'm lazy about configuring X etc) - but I have a set of 5.4 release CDs I can use to get extra packaged bits. Ports are harder because I have time to do this on the train, with no internet connectivity. ./configure went OK. build-early (jikes) went OK build-early (fastjar) went OK However in configure-main (sablevm) its failed with: checking for lt_dlinit in -lltdl... no ***ERROR: libltdl is missing I've spent 20 years as a professional C++ programmer on SunOS and MS systems - but I have no idea about auto-confiscate and libtools. :-( So ... help! Is it straightforward? Fixes to work around threading and compilation I can handle, but I'm out of my depth with this 'magic' stuff. James