I'm trying to build everything form source, but I'm running into an issue.
When running:
Code: Select all
python3 setup.py build
Code: Select all
/bin/ld: cannot find -ltorrent-rasterbar
If I manually rename the file to libtorrent-rasterbar.so.1.2.2, change the links to point to the renamed file and re-run
Code: Select all
python3 setup.py build
Just wondering why my file is being generated with the wrong name? Has there been a change to arvidn/libtorrent which is causing the incorrect naming or is it a configurable option somewhere? I tried to set --program-suffix with configure, but that didn't work.
Cheers,
boredazfcuk