On 6/17/26 16:46, Kris Van Hees wrote:
Sadly, -lctf -lbfd_pic does not work because libctf.so itself is built
using -lbfd, so it pulls in the versioned library for BFD already.  And
since ctf-nobfd does not provide ctf_arc_open(), that one does not work
either.

I fear that the only way to make this work then would be to use static
linking for libctf.

the last binutils upload now includes libctf_pic.a, so you can link with -lctf_pic -lbfd_pic

Matthias

Reply via email to