From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 29 16:37:17 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B612F16A4CE for ; Mon, 29 Mar 2004 16:37:17 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAF843D31 for ; Mon, 29 Mar 2004 16:37:17 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i2U0bHsi019914; Mon, 29 Mar 2004 16:37:17 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i2U0bHLh019913; Mon, 29 Mar 2004 16:37:17 -0800 (PST) (envelope-from sgk) Date: Mon, 29 Mar 2004 16:37:17 -0800 From: Steve Kargl To: Nakata Maho Message-ID: <20040330003717.GA19883@troutmask.apl.washington.edu> References: <20040328175306.GA12134@troutmask.apl.washington.edu> <20040330.093324.846939848.chat95@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040330.093324.846939848.chat95@mac.com> User-Agent: Mutt/1.4.1i cc: freebsd-openoffice@freebsd.org Subject: Re: OpenOffice requires libc_r? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 00:37:17 -0000 On Tue, Mar 30, 2004 at 09:33:24AM +0900, Nakata Maho wrote: > In Message-ID: <20040328175306.GA12134@troutmask.apl.washington.edu> > Steve Kargl wrote: > > > Will OpenOffice ever compile without libc_r present on a system? > > So far, lang/gcc32 and OOo's version mozilla seem to require > > libc_r. Yes, I know about /etc/libmap.conf and the possibility of > > mapping libc_r to libpthread, but if you have no libc_r you > > can't build OOo. > > Good point. you can fix by ${REPLACE_CMD} %%PTHREAD_FLAGS%%, > or someghing like that. > in this freamwork you do not sign Joint Copyright Assignment (JCA) > since you are not touching OOo's source. > I'll commit if you have PR #. > Helps are extremely needed. > I think the problem starts with lang/gcc32. In gcc/collect2.c one finds libc_r is hardcoded. I'm not sure if I can just change those references to libpthread. I'll play around somemore, but right now it does not look good for OOo and libpthread. -- Steve