On 8/2/19, Christof Ressi christof.ressi@gmx.at wrote:
ah, for this to work you'd have to make sure that "timbreID_setup" is not exported... pd-lib-builder exports all non-static functions by default...
... because gcc exports all non-static functions by default. No need to hack Makefile.pdlibbuilder, a library makefile can overrule the default with:
ldflags := -fvisibility=hidden