Я пытаюсь скомпилировать c ++ с помощью matlab, и у меня появляется эта ошибка: Ошибка при использовании mex
Пожалуйста, любой совет?
Ошибка:
MEX cannot find library 'gsl' specified with the -l option.
MEX looks for a file with one of the names:
gsl.lib
libgsl.lib
Please specify the path to this library with the -L option.
MatlabCode:
eval(['mex ' GSL_DIR '-O localonly_move.cpp IMG.cpp NormalD.cpp SP.cpp -
lgsl -lgslcblas -lm -lpthread']);