On Saturday 21 April 2007 17:19, Dan Nicholson wrote:
> On 4/21/07, Jim McConville <[EMAIL PROTECTED]> wrote:
> > gcc -shared  .libs/fnmatch.o .libs/gtkaboutdialog.o ---------------------
> > -------------------------------------------------------------------------
> > --------------- -o .libs/libgtk-x11-2.0.so.0.800.20
> > .........................................................................
> >................ Out of Memory: Kill process 14538 (ld) score 276 and
> > children.
>
> This would seem to be the problem. How much memory do you have? Do you
> have a swap partition (cat /proc/swaps)?
>
> --
> Dan

Your questions  led directly to the problem. Apparently the swap partion that 
was in use was not valid.
Summary of the problem and solution follows: 
1. cat/proc/swaps  indicated an empty file.
2.Edited /fetc/fstab to change the swap partition to a disk that was known to 
have a valid swap partition and rebooted. 
3.cat/proc/swaps displayed:
     Filename                        Type            Size    Used    Priority
     /dev/hdb3                     partition       1025632 588     1
4. ' make install' ( gtk+-2.8.20) was executed sucessfully

Thank you for you expedient  and professional response.
 
        Jim McConville
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to