Re: [ecasound] goodbye to dynamic libraries...?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] goodbye to dynamic libraries...?
From: Kai Vehmanen (k_AT_eca.cx)
Date: Thu Oct 10 2002 - 23:54:43 EEST


On Tue, 8 Oct 2002, S. Massy wrote:

>> Nope, libraries implementing the ECI interfaces would still be available,
>> just not in shared form. So for ECI apps, nothing would really change.
> Hang on! Do you mean ECI apps would need to be statically linked too?

Yup, only static version of libecasoundc gets installed. So link
dependencies of ecalength (current CVS) are:

###| sound/ecasound/ecatools |$ ldd ./ecalength_debug
        libdl.so.2 => /lib/libdl.so.2 (0x40023000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40027000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40049000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Size of the binary is only 16kB (when stripped, 64kB w/ symbols),
so this shouldn't be a problem.

-- 
 http://www.eca.cx
 Audio software for Linux!


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Oct 10 2002 - 23:53:12 EEST