Ardour new B-D

James Cowgill jcowgill at debian.org
Mon Dec 5 23:35:56 UTC 2016


Hi,

On 05/12/16 22:46, Jaromír Mikeš wrote:
> 2016-12-05 16:35 GMT+01:00 James Cowgill <jcowgill at debian.org>:
> 
>> You can convert the static library to a shared library by adding -fPIC
>> to CFLAGS and using something like:
>>
>> gcc -shared $(LDFLAGS) -o libqm-dsp.so.0 -Wl,-soname,libqm-dsp.so.0
>> -Wl,--whole-archive <path to .a file> -Wl,--no-whole-archive
> 
> Ok .. and how to get libqm-dsp.so.0.0.0 ?

-o libqm-dsp.so.0.0.0

Why do you want to do this?

Are you talking about the libtool convention? If you use libtool to
build libraries, the library will have (initially) a .0.0.0 suffix. Only
the first digit which is part of the SONAME is actually important. The
purpose of doing this is to allow multiple versions of each library to
be installed, but in Debian it's mostly irrelevant since you can't
install two versions of a package.

Thanks,
James

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20161205/7c355c42/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list