From owner-freebsd-java@FreeBSD.ORG Sat Feb 12 00:47:31 2005 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 8BC2116A4CE; Sat, 12 Feb 2005 00:47:31 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D1CB43D45; Sat, 12 Feb 2005 00:47:31 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 4535D4AC98; Sat, 12 Feb 2005 01:47:30 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 67638-02; Sat, 12 Feb 2005 01:47:30 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 0A7E04AC33; Sat, 12 Feb 2005 01:47:30 +0100 (CET) Date: Sat, 12 Feb 2005 01:47:29 +0100 From: Palle Girgensohn To: freebsd-java@freebsd.org, freebsd-amd64@freebsd.org Message-ID: <1B49ACBB4A9C57A2665FA14C@palle.girgensohn.se> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: 32-bit jdk1.4.2 on amd64? 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: Sat, 12 Feb 2005 00:47:31 -0000 Hi! I'd like to get java running on an amd64, and not wanting to experiment with 1.5.0 just yet, I'd rather run the jdk-1.4.2 in 32-bit mode. How can I do this? $ /usr/local/jdk1.4.2/bin/java /libexec/ld-elf.so.1: /usr/lib32/libpthread.so.1: Undefined symbol "i386_set_ldt" $ uname -a FreeBSD hostname 5.3-STABLE FreeBSD 5.3-STABLE #2: Thu Dec 9 03:30:27 CET 2004 girgen@hostname:/usr/obj/usr/src/sys/MELON amd64 make.conf has WITH_LIB32=YES Any ideas welcome, Palle