-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Hello,
I've been trying to compile OpenGazer for the last few days and now am stuck at the very close point. The error I'm getting is:
/home/mycomputer/Downloads/opengazer-0.1.2/LeastSquares.cpp:27: undefined reference to vnl_cholesky::solve(vnl_vector<double> const&) const' LeastSquares.o: In function
~vnl_cholesky':
/usr/local/include/vxl/core/vnl/algo/vnl_cholesky.h:45: undefined reference to vnl_vector<double>::~vnl_vector()' /usr/local/include/vxl/core/vnl/algo/vnl_cholesky.h:45: undefined reference to
vnl_matrix::~vnl_matrix()'
LeastSquares.o: In function LeastSquares::solve(double&, double&, double&)': /home/lacheephyo/Downloads/opengazer-0.1.2/LeastSquares.cpp:39: undefined reference to
vnl_vector::~vnl_vector()'
LeastSquares.o: In function ~vnl_cholesky': /usr/local/include/vxl/core/vnl/algo/vnl_cholesky.h:45: undefined reference to
vnl_matrix::~vnl_matrix()'
/usr/local/include/vxl/core/vnl/algo/vnl_cholesky.h:45: undefined reference to vnl_vector<double>::~vnl_vector()' /usr/local/include/vxl/core/vnl/algo/vnl_cholesky.h:45: undefined reference to
vnl_matrix::~vnl_matrix()'
/usr/local/include/vxl/core/vnl/algo/vnl_cholesky.h:45: undefined reference to `vnl_matrix::~vnl_matrix()'
My path (as far as I can tell) are set accordingly
$ echo $LD_LIBRARY_PATH
/usr/local/lib
I have installed "vxl-1.14.0" and am using Ubuntu 11.10
Please let me know what I could be doing wrong. Thank you