Estou usando o tutorial desse topico: http://www.xtibia.com/forum/topic/165802-compilar-otserver-em-linux-ubuntu-o-melhor/
Alguem poderia me ajudar?
Quando eu dou make para compilar da o seguinte erro:
root@localhost:/home/trunk# make
make all-am
make[1]: Entering directory `/home/trunk'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT game.o -MD -MP -MF .deps/game.Tpo -c -o game.o game.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[1]: *** [game.o] Error 4
make[1]: Leaving directory `/home/trunk'
make: *** [all] Error 2