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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

