[Libtorrent-devel] rtorrent doesn't download - no errors

Kia Niskavaara kia.niskavaara at gmail.com
Tue Jun 12 11:19:11 UTC 2007


> Jari Sundell wrote:
>> Though it does sound to me like you've cross-compiled and not used the 
>> --enable-aligned flag, or something similar.

I've found some useful info in this thread
http://forum.linkstationwiki.net/viewtopic.php?f=19&t=2433&view=previous

It seems as if this should solve my problem:

1)
apt-get install g++-3.4 gcc-3.4
./configure CC=gcc-3.4 CXX=g++-3.4

2) The "Known Issues" page say that I should do
CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale"

3) And Jari, you say that I should try --enable aligned.

Combining your ideas, this seems to be the way to go. Could someone confirm?

apt-get install g++-3.4 gcc-3.4
CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale"

cd libtorrent-0.11.4
./configure CC=gcc-3.4 CXX=g++-3.4 --enable-aligned
make
make install

cd ..

cd rtorrent-0.7.4
./configure CC=gcc-3.4 CXX=g++-3.4
make
make install

Kia


More information about the Libtorrent-devel mailing list