From owner-freebsd-java@FreeBSD.ORG Tue Aug 26 22:56:46 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 4FB8F16A4BF; Tue, 26 Aug 2003 22:56:46 -0700 (PDT) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D0343F3F; Tue, 26 Aug 2003 22:56:45 -0700 (PDT) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id 8253267118; Wed, 27 Aug 2003 07:56:44 +0200 (MEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Greg Lewis Date: Wed, 27 Aug 2003 07:56:44 +0200 User-Agent: KMail/1.5.2 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308270756.44704.ernst.dehaan@nl.wanadoo.com> cc: freebsd-java@freebsd.org Subject: Diablo JRE/5.1-R: Undefined symbol "__fpclassifyd" 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: Wed, 27 Aug 2003 05:56:46 -0000 Greg, Testing the Diablo FreeBSD JRE on FreeBSD 5.1-R. First I had to manually fetch the bz2 file. The install first installs compat4x, and then it installs the port self. So far so good. But then I try to run java -version: # /usr/local/diablo-jre1.3.1/bin/java -version /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__fpclassifyd" Any clue? Ernst