Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 17:52:07 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Martin Blapp <mb@imp.ch>
Cc:        Martin Blapp <mbr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: Openoffice workaround to build
Message-ID:  <20020311175207.A90501@dragon.nuxi.com>
In-Reply-To: <20020312022536.J441-100000@levais.imp.ch>; from mb@imp.ch on Tue, Mar 12, 2002 at 02:31:52AM %2B0100
References:  <200203120122.g2C1MU061068@freefall.freebsd.org> <20020312022536.J441-100000@levais.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 12, 2002 at 02:31:52AM +0100, Martin Blapp 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 !!

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?20020311175207.A90501>