Closed poncev closed 1 year ago
Not sure what is happening here, but will test it on my Ubuntu 20.04 machine to see if I can replicate your error soon.
Fixed in the current version! The issue was with the "-Wl,no_compact_unwind" flag that was added to hide warning messages. This works on Mac and Windows, but it seems to fail on Ubuntu due to it forcing libraries to be statically loaded. I removed this flag.
Thank you! Now, I also installed it successfully.
I want to install fCWT in Ubuntu 20.04 for C++, but when I "make" the library, I get
The file "../libs/libfftw3fl.so" exists, so I am clueless about this.
Thank you for writing this library!