Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 06:01:46 -0800
From:      Max Khon <fjoe@freebsd.org>
To:        Dmitry Sivachenko <demon@FreeBSD.org>
Cc:        David O'Brien <obrien@FreeBSD.org>, Martin Blapp <mb@imp.ch>, Martin Blapp <mbr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: Openoffice workaround to build
Message-ID:  <20020312060146.A37516@hub.freebsd.org>
In-Reply-To: <20020312041118.GA180@cavia.pp.ru>; from demon@FreeBSD.org on Tue, Mar 12, 2002 at 07:11:18AM %2B0300
References:  <200203120122.g2C1MU061068@freefall.freebsd.org> <20020312022536.J441-100000@levais.imp.ch> <20020311175207.A90501@dragon.nuxi.com> <20020312041118.GA180@cavia.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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