Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 02:31:52 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        Martin Blapp <mbr@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Openoffice workaround to build
Message-ID:  <20020312022536.J441-100000@levais.imp.ch>
In-Reply-To: <200203120122.g2C1MU061068@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Unfortunatly ports/editors/openoffice-devel and ports/editors/openoffice
are still broken.

I managed to get around the buggy c++ compiler we have in STABLE and
CURRENT. There is definitly a bug in 295.3 c++.

Workaround:
-----------

cd /usr/ports/lang/gcc295
make install
cd /usr/local/bin
ln -s /usr/local/bin/g++295 /usr/local/bin/g++
ln -s /usr/local/bin/gcc295 /usr/local/bin/cc
ln -s /usr/local/bin/gcc295 /usr/local/bin/gcc

The included berkleydb in openoffice has still to be
builded with the old c compiler.

My build is now compiling since 4 hours, and I have a report
from one user that he managed to get it compiled and running
within STABLE.

Martin

Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org>
------------------------------------------------------------------
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 061 826 93 00: +41 61 826 93 01
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
------------------------------------------------------------------


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?20020312022536.J441-100000>