From owner-freebsd-openoffice@FreeBSD.ORG Tue May 23 16:57:22 2006 Return-Path: X-Original-To: freebsd-openoffice@FreeBSD.org 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 2468516A6C7 for ; Tue, 23 May 2006 16:57:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53F143D45 for ; Tue, 23 May 2006 16:57:19 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k4NGurIw032379; Tue, 23 May 2006 12:56:54 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Date: Tue, 23 May 2006 12:56:39 -0400 User-Agent: KMail/1.6.2 References: <44733541.8000009@panix.homeunix.org> In-Reply-To: <44733541.8000009@panix.homeunix.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200605231256.41612.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1478/Mon May 22 17:01:38 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: "Carlos F. A. Paniago" Subject: Re: sal/typesconfig/typeconfig.c X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 16:57:23 -0000 On Tuesday 23 May 2006 12:16 pm, Carlos F. A. Paniago wrote: > I`m compiling the amd64 OO-2.0-devel and I have to change this: > in sal/typesconfig/typeconfig.c line 41: > > #ifndef __FreeBSD__ > #define USE_FORK_TO_CHECK 1 > #endif > > then the typesconfig program stops exiting as > > pid 10359 (typesconfig), uid 0: exited on signal 11 (core dumped) > > But this does not affect the compilation proccess. It does *intentionally* causes signal 11 to find out certain things are supported or not but I believe FreeBSD doesn't have to use fork for this test because it was Linux 2.6 kernel workaround. > Paniago > > PS. Thanks for the job compiling the amd64 version.... Thanks for testing and feedback, Jung-uk Kim