-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Trying to install on a VPS running Ubuntu. I choose lighttpd, setup user/pass, then building ends with this:
make[3]: Entering directory /root/build-tmp/rtorrent-0.9.4/src/utils' make[3]: Nothing to be done forall'.
make[3]: Leaving directory /root/build-tmp/rtorrent-0.9.4/src/utils' make[3]: Entering directory/root/build-tmp/rtorrent-0.9.4/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -g -O2 -g -DDEBUG -pthread -I/usr/local/include -I/usr/local/include -MT command_download.o -MD -MP -MF .deps/command_download.Tpo -c -o command_download.o command_download.cc
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.8/README.Bugs for instructions.
make[3]: *** [command_download.o] Error 4
make[3]: Leaving directory /root/build-tmp/rtorrent-0.9.4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/root/build-tmp/rtorrent-0.9.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/build-tmp/rtorrent-0.9.4'
make: *** [all] Error 2
_ERROR_
Could not build rtorrent
_ERROR_