Hi, thanks for the update on your memory size. 512 "should" be enough.
It is possible you have two differen versions of the opal/pwlib source files on your box, and it is including the wrong .h files. you may need to do a manual make clean and start over. find . -name \*.o | xargs rm find . -name lib | xargs rm -fR ./config repeat for pwlib and opal dirs rebuild in both, pwlib then opal. Derek. ====================================== On Tue, 21 Mar 2006, simon wrote: > "xw ma" <lithorse gmail com> wrote: > > > hi,guys,i get in trouble when i try to compile opal-2.2.1,here is the > > error message > > > > > cc1plus: out of memory allocating 141255700 bytes after a total of > > 13746176 bytes > > I am getting the same happening on Debian Stable (+backports) with > 512MBytes RAM! > > Even in single user mode, with as many kernel modules removed as > possible it still burps..... > > --- > top - 19:49:18 up 15 min, 0 users, load average: 0.04, 0.26, 0.15 > Tasks: 26 total, 1 running, 25 sleeping, 0 stopped, 0 zombie > Cpu(s): 8.8% us, 1.1% sy, 0.0% ni, 86.7% id, 3.3% wa, 0.0% hi, > 0.0% si > Mem: 515992k total, 21064k used, 494928k free, 928k buffers > Swap: 337324k total, 4940k used, 332384k free, 5076k cached > --- > > g++ is version 3.3.5 > > Does this mean that something is wrong? > Simon. > _______________________________________________ > GnomeMeeting-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list > -- Derek Smithies Ph.D. Any fool can write code that IndraNet Technologies Ltd. a computer can understand. Email: [EMAIL PROTECTED] Good programmers write code ph +64 3 365 6485 that humans can understand. Web: http://www.indranet-technologies.com/ Martin Fowler _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
