From owner-freebsd-questions@FreeBSD.ORG Mon Oct 13 16:36:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DDE16A4B3 for ; Mon, 13 Oct 2003 16:36:25 -0700 (PDT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 958B043F85 for ; Mon, 13 Oct 2003 16:36:24 -0700 (PDT) (envelope-from ioang@verizon.net) Received: from pool-151-199-107-32.roa.east.verizon.net ([151.199.107.32]) by out008.verizon.netESMTP <20031013233623.KWDP9347.out008.verizon.net@pool-151-199-107-32.roa.east.verizon.net> for ; Mon, 13 Oct 2003 18:36:23 -0500 From: ivan georgiev To: freebsd-questions@freebsd.org Date: Mon, 13 Oct 2003 19:36:22 -0400 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310131936.22433.ioang@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [151.199.107.32] at Mon, 13 Oct 2003 18:36:23 -0500 Subject: Re: openoffice-devel compile problems ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ionag@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 23:36:25 -0000 On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote: > ivan georgiev wrote: > > I tried three times to compile openoffice-devel (I use 5-1p10) > > and it always fails when compiling mozilla - on different places > > and always with a core dump. I saw some messages that people are > > happy with it (therefore it must be compileable). Do I have to do > > something special besaides the > > "portinstall /usr/ports/editors/openoffice-devel" which I use? > > Maybe you've specified a to high optimization level in > /etc/make.conf. Check you CFLAGS. Mozilla build break > mostly with anything higher than "-O2". > > Regards, > Jens Thanks Jens, I have: CFLAGS=-O1 -pipe CPUTYPE=p4 in make.conf . I do not think it is a hardware/memory problem, because "make -j4 buildworld" always finishes without a glitch. What else can I check/modify? Ivan