From owner-cvs-all Tue Mar 12 6: 1:51 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 904) id 2165537B402; Tue, 12 Mar 2002 06:01:46 -0800 (PST) Date: Tue, 12 Mar 2002 06:01:46 -0800 From: Max Khon To: Dmitry Sivachenko Cc: David O'Brien , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Openoffice workaround to build Message-ID: <20020312060146.A37516@hub.freebsd.org> References: <200203120122.g2C1MU061068@freefall.freebsd.org> <20020312022536.J441-100000@levais.imp.ch> <20020311175207.A90501@dragon.nuxi.com> <20020312041118.GA180@cavia.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020312041118.GA180@cavia.pp.ru>; from demon@FreeBSD.org on Tue, Mar 12, 2002 at 07:11:18AM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Tue, Mar 12, 2002 at 07:11:18AM +0300, Dmitry Sivachenko wrote: > > > 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 > > > > I mentioned the correct way to do this: > > > > cd /usr/ports/lang/gcc295 > > make install > > cd /usr/ports/editors/openoffice > > make CC=gcc295 CXX=g++295 > > > > PLEASE NO ONE FOLLOW THE DIRECTIONS FOR MAKING THESE SYMLINKS !! > > What is the difference between gcc in -STABLE and in ports/lang/gcc295 ? > They both seems to be 2.95.3... AFAIK gcc 2.95.3 from ports uses DWARF2 unwinding info for exception handling. gcc from base system still uses sjlj method. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message