On 11/16/05, Jorge Almeida <[EMAIL PROTECTED]> wrote:
> I'm experiencing unending problems compiling packages on a new install
> system. The current one was gtk+ :

<snip>

>      cd ./html && gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml
>      parser error : out of memory error

<snip>

> Could there be some problem with gcc-3.3.6?

Probably not, because it isn't gcc that is failing...it is
gtkdoc-mkhtml, and it is running out of memory.

You can either merge gtk with USE=-doc, which will skip this step, or
use MAKEFLAGS=-j1, which will run only one process at a time, and
reduce your memory requirements by about half.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to