cv::hal unresolved in static build (OpenCV 3.0) (Bug #4442)
Description
When linking a static build (MSVC10) of OpenCV 3.0 (both major release and branch 'master') I get tons of linker errors in opencv_core missing cv::hal functions:
libopencv_core300.lib(stat.obj) : error LNK2019: unresolved external symbol "int __cdecl cv::hal [...]
History
Updated by Philip L over 9 years ago
You have to build the opencv_hal300.lib and also link that, maybe you have to check this in the cmake configuration.
Updated by Jo DrPepper over 9 years ago
- Status changed from New to Cancelled