LADSPA C++ issues (was: RE: [linux-audio-dev] LADSPA Update (http://www.ladspa.org))

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

Subject: LADSPA C++ issues (was: RE: [linux-audio-dev] LADSPA Update (http://www.ladspa.org))
From: Kai Vehmanen (kaiv_AT_wakkanet.fi)
Date: Sun May 21 2000 - 19:49:36 EEST


On Fri, 19 May 2000, Richard W.E. Furse wrote:

> So all seems well - except for the fact that I find myself using ld with a
> parameter "/usr/lib/libstdc++.so.2.9". This is very specific and scares me
> quite a bit - does this mean that the plugin will only work with this

One way around this is to link with "c++ -shared -nostartfiles obj1
... objN -o cmt.so". On my system this results in:

--cut--
|$ ldd ../plugins/cmt.so
        libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2 (0x40017000)
        libm.so.6 => /lib/libm.so.6 (0x4005a000)
        libc.so.6 => /lib/libc.so.6 (0x40076000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
--cut--
 
> precise file installed? How about 2.10? (etc.) BTW, is anyone able to try
> the CMT/Freeverb binaries against other C++ libraries easily?

The above cmt.so works fine with both C and C++ hosts (SDK tools,
ecasound).

-- 
Kai Vehmanen <k_AT_eca.cx> ---------------- CS, University of Turku .
 . audio software for linux .. http://www.eca.cx 		 .
 . armchair-tunes mp3/wav/ra . http://www.wakkanet.fi/sculpscape .


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

This archive was generated by hypermail 2b28 : Sun May 21 2000 - 20:59:48 EEST