From owner-cvs-all Tue Mar 12 10: 8:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 6F90137B41A for ; Tue, 12 Mar 2002 10:07:59 -0800 (PST) Received: (qmail 3878 invoked from network); 12 Mar 2002 18:07:57 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 12 Mar 2002 18:07:57 -0000 Date: Tue, 12 Mar 2002 13:07:57 -0500 (EST) From: Kenneth Culver To: Max Khon Cc: Dmitry Sivachenko , David O'Brien , Martin Blapp , Martin Blapp , , Subject: Re: Openoffice workaround to build In-Reply-To: <20020312060146.A37516@hub.freebsd.org> Message-ID: <20020312130724.H3871-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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