Ticket #898 (closed defect: worksforme)
Problem of compilation
| Reported by: | yfig | Owned by: | rakshasa |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | rtorrent | Version: | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
I compiled libtorrent 0.11.4 without problem
but when I try to compile rtorrent 0.7.4 it ends like this :
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../.. -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include -c -o curl_stack.o `test -f 'curl_stack.cc' || echo './'`curl_stack.cc
source='download.cc' object='download.o' libtool=no \
depfile='.deps/download.Po' tmpdepfile='.deps/download.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../.. -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include -c -o download.o `test -f 'download.cc' || echo './'`download.cc
source='download_factory.cc' object='download_factory.o' libtool=no \
depfile='.deps/download_factory.Po' tmpdepfile='.deps/download_factory.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../.. -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include -c -o download_factory.o `test -f 'download_factory.cc' || echo './'`download_factory.cc
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [download_factory.o] Error 1
make[3]: Leaving directory `/home/yfig/tmp/rtorrent-0.7.4/src/core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/yfig/tmp/rtorrent-0.7.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yfig/tmp/rtorrent-0.7.4'
make: *** [all] Error 2
I don't understand where is the problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
