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.

Confused

Old posts that have not been replied to for several years.
Locked
h
hitman

Post by hitman »

I'm on a shell trying to compile a eggdrop,can anyone tell me why i'm getting this erro message when i type,make? Here is what happens.

make[1]: Entering directory `/home/tonybravo/eggdrop1.6.10/src'
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botmsg.c
gcc: Internal compiler error: program cc1 got fatal signal 9
{standard input}: Assembler messages:
{standard input}:3901: Warning: end of file not at end of a line; newline inserted
{standard input}:4115: Error: unbalanced parenthesis in operand 1.
cpp0: output pipe has been closed
make[1]: *** [botmsg.o] Error 1
make[1]: Leaving directory `/home/tonybravo/eggdrop1.6.10/src'
make: *** [modegg] Error 2.

I can't seem to figure it out.:sad:

_________________
H1T|M4N

<font size=-1>[ This Message was edited by: hitman on 2002-04-08 06:38 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

compiler is being killed. likely some system resource limiters kicking in. talk to the admin

<font size=-1>[ This Message was edited by: Petersen on 2002-04-08 19:25 ]</font>
Locked