help > Documentation for CMTOOLS
Jun 7, 2014  04:06 AM | Shady El Damaty - Georgetown University
Documentation for CMTOOLS
Hello,

Thank you for providing such a wonderful research for others to use in their research.  I am a bit rusty with programming in C and would like to import data into matlab using CMTOOLS.  Is there any documentation for getting started with CMTOOLS?  I've tried running compile.sh along with cmtools.c.

I get this error using the gcc compiler:

Undefined symbols for architecture x86_64:
"_Analyze_load", referenced from:
_seedROI in cmtool-8ca505.o
"_discrete_cosine_transform", referenced from:
_convert in cmtool-8ca505.o
"_likelihood_ratio", referenced from:
_convert in cmtool-8ca505.o
"_mutual_information", referenced from:
_convert in cmtool-8ca505.o
"_p_combination", referenced from:
_convert in cmtool-8ca505.o
"_phi_correlation", referenced from:
_convert in cmtool-8ca505.o
"_t_score", referenced from:
_convert in cmtool-8ca505.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

How do I address this?