jacquesdurden / yawtb

YAWTB : Yet Another Wavelet ToolBox
GNU General Public License v2.0
8 stars 4 forks source link

"Undefined reference" error when compling s2kit interface for yawtb #1

Open lruijin opened 2 years ago

lruijin commented 2 years ago

Hi,

The issues I encountered when compiling s2kit are as below. Your help will be really appreciated.

I was trying to install and compile the s2kit interface for yawtb following the "INSTALL" file in "yawtb/interfaces/s2kit". After installing s2kit, I've tested the demos and confirmed that it was configured appropriately. Then I returned to the directory "yawtb/interfaces/s2kit" and modified the "Makefile" file by specifying s2kit directory.

When I typed "make", I got "Undefined reference" errors:

The process was halted with errors.

I was using fftw/3.3.8, matlab2021a, and s2kit v1.0. As the versions are relatively new, I was wondering whether this toolbox is still even applicable. Any suggestions are welcomed. Thank you!

Best, Ruijin