collyb - 2006-11-16

Hi there I am trying to compile the mex files by following the instructions you provide and I keep receiving an error message. I don't really understand the error message so was just wondering whether you could help me.
The error message is;
/usr/bin/mex: line 1335: gcc-3: command not found

    mex: compile of 'dummy.c' failed.

ls: dummy.*: No such file or directory
rm: missing operand
Try `rm --help' for more information.
mex -f mexopts.sh -cxx -c mexGaussianSubsample.cpp
/usr/bin/mex: line 1335: g++-3: command not found

    mex: compile of 'mexGaussianSubsample.cpp' failed.

make: *** [mexGaussianSubsample.o] Error 1

Could you suggest what I should do next.

Thanks