Created
March 19, 2023 02:40
-
-
Save ss23/47c2e682b445bc14d1f52c24cc17ba7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss23@well ~/sourcecode/rtorrent/libtorrent $ make | |
make all-recursive | |
make[1]: Entering directory '/home/ss23/sourcecode/rtorrent/libtorrent' | |
Making all in src | |
make[2]: Entering directory '/home/ss23/sourcecode/rtorrent/libtorrent/src' | |
cd .. && /bin/sh /home/ss23/sourcecode/rtorrent/libtorrent/missing automake-1.16 --foreign src/Makefile | |
cd .. && /bin/sh ./config.status src/Makefile depfiles | |
config.status: creating src/Makefile | |
config.status: executing depfiles commands | |
Making all in torrent | |
make[3]: Entering directory '/home/ss23/sourcecode/rtorrent/libtorrent/src/torrent' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/ss23/sourcecode/rtorrent/libtorrent/src/torrent' | |
make[3]: Entering directory '/home/ss23/sourcecode/rtorrent/libtorrent/src' | |
cd ./rs_libtorrent_dh; \ | |
/usr/bin/cargo rustc --release -- \ | |
--emit dep-info,link=/home/ss23/sourcecode/rtorrent/libtorrent/src/rs_libtorrent_dh/target/release/librs_hello.a | |
Compiling rs_libtorrent_dh v0.1.0 (/home/ss23/sourcecode/rtorrent/libtorrent/src/rs_libtorrent_dh) | |
Finished release [optimized] target(s) in 0.29s | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -std=c++14 -pthread -g -O2 -g -DDEBUG -Wall -fvisibility=hidden -version-info 21:0:0 -L/usr/lib -L/usr/lib -o libtorrent.la -rpath /usr/local/lib globals.lo manager.lo thread_disk.lo thread_main.lo torrent/libtorrent_torrent.la rs_libtorrent_dh/target/release/librs_hello.a libtorrent_other.la -lpthread -lcppunit -lz -lcrypto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment