Compilling Error?

These are old archives. They are kept for historic purposes only.
Post Reply
Inevitability
Posts: 1
Joined: Sat Jun 26, 2010 7:04 pm

Compilling Error?

Post 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
warg
Posts: 63
Joined: Mon Jul 12, 2010 8:12 am

Re: Compilling Error?

Post 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.
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." — Ralph Waldo Emerson
Post Reply