Page 1 of 1

Compilling Error?

Posted: Sat Jun 26, 2010 7:37 pm
by Inevitability
Hello, I try to install unrealircd 3.2 on Slackware 13... I run ./Config and then "make" and I get this error:

Code: Select all

gcc -I../include -I/home/source/Unreal3.2/extras/regexp/include -I/home/source/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign   -c s_conf.c
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [s_conf.o] Error 1
make[1]: Leaving directory `/home/source/Unreal3.2/src'
make: *** [build] Error 2
Any solution?
thanks

Re: Compilling Error?

Posted: Mon Jul 12, 2010 8:16 am
by warg
This is not an UnrealIRCd issue. Look at the error message again:

Code: Select all

Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.