Skip to content

elf: Print DT_RUNPATH as text#46

Merged
m4b merged 1 commit intom4b:masterfrom
danielzgtg:feat/dt_runpath
Jan 5, 2026
Merged

elf: Print DT_RUNPATH as text#46
m4b merged 1 commit intom4b:masterfrom
danielzgtg:feat/dt_runpath

Conversation

@danielzgtg
Copy link
Copy Markdown
Contributor

Closes: #43

Before

$ bingrep ~/CLionProjects/whisper.cpp/build/bin/whisper-cli 
[...]
Dynamic(33):
       DT_NEEDED libwhisper.so.1
       DT_NEEDED libggml.so.0
       DT_NEEDED libstdc++.so.6
       DT_NEEDED libm.so.6
       DT_NEEDED libgcc_s.so.1
       DT_NEEDED libc.so.6
      DT_RUNPATH 0x6995
         DT_INIT 0xe000
         DT_FINI 0xb4c04
[...]

After

$ cargo run -- ~/CLionProjects/whisper.cpp/build/bin/whisper-cli
[...]
Dynamic(33):
       DT_NEEDED libwhisper.so.1
       DT_NEEDED libggml.so.0
       DT_NEEDED libstdc++.so.6
       DT_NEEDED libm.so.6
       DT_NEEDED libgcc_s.so.1
       DT_NEEDED libc.so.6
      DT_RUNPATH /home/home/CLionProjects/whisper.cpp/build/src:/home/home/CLionProjects/whisper.cpp/build/ggml/src:/home/home/CLionProjects/whisper.cpp/build/ggml/src/ggml-hip:/opt/rocm-7.0.1/lib:/opt/rocm/lib:
         DT_INIT 0xe000
         DT_FINI 0xb4c04
[...]

@m4b m4b merged commit 775f77d into m4b:master Jan 5, 2026
6 checks passed
@m4b
Copy link
Copy Markdown
Owner

m4b commented Jan 5, 2026

awesome thank you!

@m4b
Copy link
Copy Markdown
Owner

m4b commented Jan 5, 2026

this is released in 0.12.1 and tagged as v0.12.1, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support printing RUNPATH

2 participants