On Sun, 28 Dec 2008 18:01:01 +0000
Rui Nuno Capela <rncbc(a)rncbc.org> wrote:
your code still makes use of the _init() and _fini()
entries which are
considered obsolete and dangerous. for instance on my opensuse11.1 boxes
those lead as duplicate defs on all your ladspa plugins. you should use
__attribute__((constructor)) and __attribute__((destructor)) function
attributes instead--have a look on the gcc docs.
attached you'll find the cvs diff that i needed to apply and make it
build for me.
Many thanks .... :-)
--
Josep Andreu <holborn(a)telefonica.net>