When I use CodeBlock to compile a c++ program to save matrix to a mat file, the following is build log. on linux. I have set build options, the linker settings, I linked libraries, libmat.so, libeng.so, libmx.so. In search directories, in tab Compiler, I add "/usr/local/MATLAB/R2011a/extern/include", in tab linker, I add "/usr/local/MATLAB/R2011a/bin/glnx86". What does the build log mean? How to fix it?When I use CodeBlock to compile a c++ program t