I am trying to mex a cpp file which needs eigen, ceres-solver and glog libraries. This is the command I used:
mex ceresRigidError.cpp /usr/local/lib/libceres.a...
/usr/lib/x86_64-linux-gnu/libglog.so /usr/include/eigen3/Eigen
It displays Unknown file extension '', but I have no idea where is wrong.
Actually my input is in one single line, I put "..." just for you to view the full code more conveniently without scrolling right.
My actual input:
mex ceresRigidError.cpp /usr/local/lib/libceres.a /usr/lib/x86_64-linux-gnu/libglog.so /usr/include/eigen3/Eigen