From owner-freebsd-java@FreeBSD.ORG Thu May 26 05:35:31 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 172B816A420 for ; Thu, 26 May 2005 05:35:31 +0000 (GMT) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F92643D54 for ; Thu, 26 May 2005 05:35:28 +0000 (GMT) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DbAyz-0004aN-8o for freebsd-java@freebsd.org; Thu, 26 May 2005 07:32:37 +0200 Received: from 69-171-193-20.sbtnvt.adelphia.net ([69.171.193.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 May 2005 07:32:37 +0200 Received: from scott by 69-171-193-20.sbtnvt.adelphia.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 May 2005 07:32:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: "Scott I. Remick" Date: Thu, 26 May 2005 01:34:11 -0400 Lines: 17 Message-ID: References: <200505221342.19274.vizion@vizion.occoxmail.com> <200505251623.55084.vizion@vizion.occoxmail.com> <20050526052502.GA90963@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 69-171-193-20.sbtnvt.adelphia.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-Archive: encrypt Sender: news 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 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 05:35:31 -0000 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.