The above error showed up when I tried to install matcaffe in ubuntu. I switched to caffe root directory, and ran the following commands:
$ cd /home/naved/Desktop/caffe-master
$ make all matcaffe
$ make mattest
My matlab version is 2011a.
After running make mattest
, the error above showed up.
What should I do to solve this problem?