From owner-freebsd-office@FreeBSD.ORG Wed Jul 27 18:29:40 2011 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEC67106566B for ; Wed, 27 Jul 2011 18:29:40 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 789588FC13 for ; Wed, 27 Jul 2011 18:29:40 +0000 (UTC) Received: by iyb11 with SMTP id 11so2708185iyb.13 for ; Wed, 27 Jul 2011 11:29:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=AGL5unY3sayzJYOxC4CNoM57glPHPDbPI22D13/sjHw=; b=uR7sNcLN0A3tgbwVYKFMb2LRGhg0TfbgdP1QJcimlS9oLGQBE1wOmnHpDfaVGzF8FV iisn2DEQUWnVLFuMLswPW3oj8Lb+Hw9ejj6XwVWoy1tyRJUJ7+90Tzld19hL+MtZQaDw IcQI6N+ETv84W4T+rkxp3dn9dnPDslYRdBJzE= Received: by 10.231.183.11 with SMTP id ce11mr91638ibb.60.1311790906087; Wed, 27 Jul 2011 11:21:46 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.67.211 with HTTP; Wed, 27 Jul 2011 11:21:16 -0700 (PDT) In-Reply-To: References: <20110727101918.GA86589@lexx.ifp.tuwien.ac.at> <4E305510.1010900@FreeBSD.org> From: Chris Rees Date: Wed, 27 Jul 2011 19:21:16 +0100 X-Google-Sender-Auth: yW89_lpaSCKOr2une-Bq3ondVWo Message-ID: To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexey Shuvaev , freebsd-current@freebsd.org, office@freebsd.org Subject: Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2011 18:29:40 -0000 On 27 July 2011 19:18, Chris Rees wrote: > On 27 July 2011 19:12, Dimitry Andric wrote: >> On 2011-07-27 12:19, Alexey Shuvaev wrote: >> ... >>> >>> So, if I compile the whole world (and kernel) with clang, soffice.bin >>> dumps core. If I recompile the world with gcc and replace >>> /lib/libgcc_s.so.1 >>> with the new one, OpenOffice works fine again. >> >> Hmm, OpenOffice is a rather unwieldy testcase, not in the least because >> it takes ages and many gigabytes to build. :( =A0Did you or anyone else >> ever find a smaller testcase? > > CCing office@, maintainers -- could be interested and may give answers. > > FWIW, LibreOffice is probably a better target for clang -- seems to be > The Future. By the way, I didn't mean that OOo is 'deprecated' at all; maho is still working on it. Chris