Alex Nelson wrote:
Has anyone had any luck getting OpenOffice 1.1 to compile with gcc
3.3.1? I keep getting a pkg_setup error when I try to emerge it. The
OpenOffice ebuild states that it wants gcc-3.2.x. Any ideas?

I just commented out this whole block in the ebuild:


if [ "$(gcc-version)" != "3.2" ] && [ "$(gcc-version)" != "3.3" ]
then
# See if we can get a gcc profile we know is proper ...
if /usr/sbin/gcc-config --get-bin-path ${CHOST}-3.2.1 &> /dev/null
then
export PATH="$(/usr/sbin/gcc-config --get-bin-path ${CHOST}-3.2.1):${PATH}"
export GCC_PROFILE="${CHOST}-3.2.1"
else
eerror "This build needs gcc-3.2 or gcc-3.3!"
eerror
eerror "Use gcc-config to change your gcc profile:"
eerror
eerror " # gcc-config $CHOST-3.2.1"
eerror
eerror "or whatever gcc version is relevant."
die
fi
fi



-- Andrew Gaffney


-- [EMAIL PROTECTED] mailing list



Reply via email to