Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2002 10:30:44 -0400
From:      Alexander Kabaev <ak03@gte.com>
To:        Martin Blapp <mbr@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/editors/openoffice Makefile
Message-ID:  <20020522103044.76be036a.ak03@gte.com>
In-Reply-To: <200205220836.g4M8aGV70778@freefall.freebsd.org>
References:  <200205220836.g4M8aGV70778@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> mbr         2002/05/22 01:36:16 PDT
> 
>   Modified files:
>     editors/openoffice   Makefile 
>   Log:
>   Mark it broken again.
>   
>   It seems that our c++ (2.95.3) has still bugs. This time c++
>   exceptions do not work as they should and instead a clean exit we
>   get a segfault. 
I must point out that this is not a bug in our compiler. Rather,
OpenOffice's UNO/C++ bridge makes assumptions, which are correct for
DWARF2 exceptions, but wrong for sjlj exceptions our system compiler is
using. 

>   This works with a virgin 2.95.3 compiler, or even
>   the one in the ports collection. Another bug is a internal compiler
>   error during compile a part of OO without -g or with -O.
This is a definitely a bug. -g option seems to silence it, even when
used together with -O, so I do not think there is any pressing need to
fix it right away. Just leave -g on for this specific OpenOffice
component only.

-- 
Alexander Kabaev

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020522103044.76be036a.ak03>