On Sat, Aug 06, 2011 at 02:42:59PM +0200, Pedro Lopez-Cabanillas wrote: > The auto-tools based build system of FluidSynth is deprecated, and > was using libtool. The new CMake based build system does not use > libtool.
That's unfortunate. Consider using libtool. This level of shared library manipulation is annoyingly non-portable, and implementing support for every platform is tiresome. libtool exists to solve this problem, so doing it yourself is just "rewriting libtool". (If you only want to support glibc-elf, it's easy, but I don't think that's relevant here) _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev