Date: Tue, 12 Mar 2002 13:07:57 -0500 (EST) From: Kenneth Culver <culverk@alpha.yumyumyum.org> To: Max Khon <fjoe@FreeBSD.ORG> Cc: Dmitry Sivachenko <demon@FreeBSD.ORG>, 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: <20020312130724.H3871-100000@alpha.yumyumyum.org> In-Reply-To: <20020312060146.A37516@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Just a question, but I tried to build this, and for some reason, it fails when it tries to find some executable "xml2cmp" Is this a known problem? Ken On Tue, 12 Mar 2002, Max Khon wrote: > 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 > > 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?20020312130724.H3871-100000>