This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

another problem with make....

Old posts that have not been replied to for several years.
Locked
p
poke

Post by poke »

when i'm trying to make my bot, it starts fine for a bit, until it gets to the channel module, when it goes like this:

gcc -pipe -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC

-DMAKING_MODS -c .././channels.mod/channels.c
../channels.mod/tclchan.c: In function `tcl_channel_modify':
In file included from .././channels.mod/channels.c:70:
../channels.mod/tclchan.c:1240: virtual memory exhausted
cpp: output pipe has been closed
make[2]: *** [../channels.o] Error 1

can anyone tell me what this means? i've tried make and make static, and neither work. i'm new to this whole shell thing (if you couldn't tell that already)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This means the computer ran out of virtual memory, and was unable to complete the conpile, as it required more.

What system is this on?
p
poke

Post by poke »

it's @

http://www.freedomshell.com

_________________
--
poke
"ask yourself, ask your mom, ask dna"

<font size=-1>[ This Message was edited by: poke on 2001-11-28 20:12 ]</font>
Locked