Hi everyone,
So I am attempting to install and use libsvm in a script that I've created for analysis, but for some reason the compiler (that I know is installed) doesn't seem to be working effectively. I keep getting the following error:
/Applications/MATLAB_R2011b.app/bin/mex: line 305: gcc-4.2: command not found
mex: libsvmread.c not a normal file or does not exist.
If make.m fails, please check README about detailed instructions.
(when I type the 'make' command indicated in the README file)
I'm not sure how else to fix this. I have already tried taking away the gcc version type (4.2) and a number of other things. Please let me know if you have a solution!
So I am attempting to install and use libsvm in a script that I've created for analysis, but for some reason the compiler (that I know is installed) doesn't seem to be working effectively. I keep getting the following error:
/Applications/MATLAB_R2011b.app/bin/mex: line 305: gcc-4.2: command not found
mex: libsvmread.c not a normal file or does not exist.
If make.m fails, please check README about detailed instructions.
(when I type the 'make' command indicated in the README file)
I'm not sure how else to fix this. I have already tried taking away the gcc version type (4.2) and a number of other things. Please let me know if you have a solution!