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 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)