From owner-freebsd-questions@FreeBSD.ORG Mon Oct 13 16:05:26 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 2744C16A4B3 for ; Mon, 13 Oct 2003 16:05:26 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6C843F3F for ; Mon, 13 Oct 2003 16:05:24 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 92032 invoked from network); 13 Oct 2003 23:05:22 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 13 Oct 2003 23:05:22 -0000 Message-ID: <3F8B2FB2.5010607@liwing.de> Date: Mon, 13 Oct 2003 23:05:22 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031013 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: ionag@verizon.net References: <200310131855.01823.ioang@verizon.net> In-Reply-To: <200310131855.01823.ioang@verizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: openoffice-devel compile problems ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 23:05:26 -0000 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