From owner-freebsd-openoffice@FreeBSD.ORG Thu Nov 6 08:55:30 2003 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 9723216A4CE for ; Thu, 6 Nov 2003 08:55:30 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258E243FE3 for ; Thu, 6 Nov 2003 08:55:29 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id hA6GtMN1057982; Thu, 6 Nov 2003 17:55:27 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 6 Nov 2003 17:55:22 +0100 (CET) From: Martin Blapp To: Jens Rehsack In-Reply-To: <3FA98954.9020607@liwing.de> Message-ID: <20031106175445.M69464@cvs.imp.ch> References: <3FA98954.9020607@liwing.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: openoffice@freebsd.org Subject: Re: Fail to build openoffice-1.1 - regcomp dumps core 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: Thu, 06 Nov 2003 16:55:30 -0000 Hi, > I remembered from mozilla build, that regcomp had problems with a to > high optimization level, so I build with CFLAGS="-O -pipe". > > Where's a good start to fix the problem? Can I provide more (useful) > information? Try to build with -g and then show us a backtrace. Martin