On October 4, 2003 08:32 pm, Patrick B�rjesson wrote:
> > lastly, open office won't compile with the gcc version i'm using
> > (3.3.1-r1).  it says i need gcc-3.2.x but then it says i shouldn't
> > emerge a different gcc:
>
> There seems to be alot of people who's got problems compiling packages
> with gcc-3.3.1-r[12] so it's probably recommended to upgrade gcc to
> the latest version available and try compiling openoffice again
> afterwards. Or you could do as the ebuild says and downgrade gcc to a
> 3.2-version (which was what I did when I had problems with the
> 3.3-versions of gcc). The downgrade can be accomplished by pinning the
>
> gcc-version in /etc/portage/package.mask:
> >=sys-devel/gcc-3.3_alpha1

not really interested in fiddling with my gcc version, i just edit the ebuild 
and changed:

  if [ "$(gcc-version)" != "3.2" ]

to

  if [ "$(gcc-version)" < "3.2" ]

worked like a charm.

-- 
love isn't in the brain children.  it's blood
blood screaming inside you to work its will
        - spike, buffy the vampire slayer "lovers walk"


--
[EMAIL PROTECTED] mailing list

Reply via email to