>> alsa, "properly linked" means either learning quite a lot about the >> linker or using libtool, neither one of which i relish :) > >Libtool won't* correctly build LADSPA plugins. It thinks the're libraries >and makes some assumptions.
i got it to work for quasimodo plugins. but yes, it is tricky. you need to use the -module flag to libtool, and the host has to be compiled with -export-dynamic. --p (who knows more about libtool than he wants to)
