From owner-freebsd-java@FreeBSD.ORG Thu May 26 14:47:12 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 7150016A425 for ; Thu, 26 May 2005 14:47:12 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215D543D8A for ; Thu, 26 May 2005 14:47:03 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j4QEl2nV015408; Thu, 26 May 2005 10:47:02 -0400 (EDT) Date: Thu, 26 May 2005 10:47:02 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "Scott I. Remick" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: freebsd-java@freebsd.org Subject: Re: OS check fails on JDK 1.4 & FreeBSD 5.4R X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 14:47:12 -0000 On Thu, 26 May 2005, Scott I. Remick wrote: > On Thu, 26 May 2005 00:25:02 -0600, Greg Lewis wrote: > > > So, if you manually do (in the jdk14 directory) > > > > gcc -lc_r -o work/testos files/testos.c > > > > (You may need to manually create the work directory if you've done a > > "make clean") > > > > What happens? The only way the test can fail is if you can't compile > > that programme. > > su-2.05b# gcc -lc_r -o work/testos files/testos.c > /usr/bin/ld: cannot find -lc_r > > But does -lc_r signify libc_r? This is 5.4, so I don't have libc_r, I have > libpthread. Your system is hosed. libc_r still exists even in current. You must have deleted it. Also, make sure your entire ports tree is up to date. -- DE