Is there any particular reason that building a shared lib is disabled (LT_INIT([disable-shared])) in configure.ac?
I'd like to use FFTS as a shared lib, and if I remove that restriction it builds fine (on OSX), but is there something I'm missing - am I gonna have a bad time if I try and dlopen libffts.dylib?
Is there any particular reason that building a shared lib is disabled (
LT_INIT([disable-shared])
) inconfigure.ac
? I'd like to use FFTS as a shared lib, and if I remove that restriction it builds fine (on OSX), but is there something I'm missing - am I gonna have a bad time if I try and dlopenlibffts.dylib
?