You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to build a static monero-wallet-cli.
The compile finished, but apparently products are not static:
make -j6 release-static-linux-x86_64
cd build/Linux/_HEAD_detached_at_v0.18.3.4_/release/bin/
file monero-wallet-cli
monero-wallet-cli: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0c9d04df7b181472cef6d098b03b97d745192356, for GNU/Linux 3.2.0, with debug_info, not stripped
It looks like 2 libs prevent static link - libudev and libgssapi_krb5.
It was simple to get a static libudev, but still working on libgssapi_krb5.
update: mebbe not worth the bother: the above-mentioned libs define the same function (memdup) - so link-time errors...
I wanted to build a static monero-wallet-cli.
The compile finished, but apparently products are not static:
Linux bookworm 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: