anthonix / ffts

The Fastest Fourier Transform in the South
http://anthonix.com/ffts
Other
536 stars 213 forks source link

build shared lib #39

Closed benswift closed 6 years ago

benswift commented 9 years ago

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?