Roberto C. Sánchez <robe...@connexer.com> writes: > In the process of preparing a new oprofile package with a fix for > #537744, I have encountered a peculiar situation. The fix recommended > by the submitter is to link statically against /usr/lib/libbfd.a, rather > than dynaimcally against -lbfd. However, doing that results in the > following lintian error:
Isn't that a bug in binutils for not having a proper SONAME and SOVERSION for libbfd? If you need to link libbfd statically then you need to get binutils to provide a libbfd-pic package containing a libbfd-pic.a that is compiled with -fPIC. Otherwise, as you noticed, non i386 archs will fail to link. MfG Goswin -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org