[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: library linking, missing libB.so



> which must depend on libB-dev.

libB-dev is indeed not explicitly listed as a dependency of libA-dev,
mostly because I was under the impression that ${shlibs:Depends} takes
care of this, cf. <https://wiki.debian.org/IntroDebianPackaging>. Is
that not the case?

Cheers,
Nico



On Thu, Mar 20, 2014 at 1:54 PM, Thibaut Paumard <mlotpot.news@free.fr> wrote:
> Le 20/03/2014 13:22, Nico Schlömer a écrit :
>> Hi all,
>>
>> I'm building a package for a library A that depends on another
>> library, libB.so (from its dev-version). When installing library A,
>> the package libb is installed, containing libB.so.7.2 and libB.so.7.
>> When linking an executable against libA.so, the linker rightfully
>> complains about a missing libB.so.
>>
>> What is the correct fix here?
>
> Install libA-dev, which must depend on libB-dev.
>
> Regards, Thibaut.
>
>>
>> Cheers,
>> Nico
>>
>>
>
>
> --
> To UNSUBSCRIBE, email to debian-mentors-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 532AE4F5.1000501@free.fr">https://lists.debian.org/[🔎] 532AE4F5.1000501@free.fr
>


Reply to: