Ask Your Question

osval's profile - activity

2015-01-25 01:19:30 -0600 commented answer Static building undefined reference in Linux

It's necesary to reorder OpenCV libs, but what is the correct order to successfully compile using it as static libs? ... libs/opencv/lib/libopencv_imgproc.a(color.cpp.o): In function cv::CvtColorLoop_Invoker<cv::RGB2RGB<unsigned char> >::~CvtColorLoop_Invoker()': color.cpp:(.text._ZN2cv20CvtColorLoop_InvokerINS_7RGB2RGBIhEEED2Ev[_ZN2cv20CvtColorLoop_InvokerINS_7RGB2RGBIhEEED5Ev]+0xf): undefined reference tocv::ParallelLoopBody::~ParallelLoopBody()' ...

I appreciate your help