From owner-freebsd-java@FreeBSD.ORG Wed May 14 22:17:19 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 2A95F37B401 for ; Wed, 14 May 2003 22:17:19 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C58943F85 for ; Wed, 14 May 2003 22:17:16 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h4F7RESO052709; Thu, 15 May 2003 07:27:15 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h4F5ORpn007663; Thu, 15 May 2003 08:24:27 +0300 (EEST) (envelope-from ml) Date: Thu, 15 May 2003 08:24:27 +0300 From: Alexey Zelkin To: Michael E Mercer Message-ID: <20030515082427.A7644@phantom.cris.net> References: <3EC2F851.9B3771A1@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3EC2F851.9B3771A1@nc.rr.com>; from mmercer@nc.rr.com on Wed, May 14, 2003 at 10:15:45PM -0400 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: 'FreeBSD Java mailing list' Subject: Re: make build environment quirkyness 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: Thu, 15 May 2003 05:17:19 -0000 hi, On Wed, May 14, 2003 at 10:15:45PM -0400, Michael E Mercer wrote: > Hello peoples, > > Today I just realized that when I build jdk14 on my 4.8-stable box, > it uses -lc_r instead of -lpthread as mentioned in one of the makefiles > or documents somewhere... anyways, I added "export" to Defs.gmk and Defs-bsd.gmk > > and rebuilt jdk14 and it then used the -lpthread library. > > What should I look at to try to figure why this is happening? Nothing should happen. libpthread.{,a,so} are missing at -STABLE and if build completes fine -- then your change was not affect build process. > Note: LimeWire (java) does seem to run a lot smoother now. > > Thanks > Michael Mercer > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"