severin-lemaignan / gazr

3D head pose estimation using monocular vision
Other
179 stars 55 forks source link

devel/lib/libgazr.so: undefined reference to #35

Open dirux0101 opened 2 years ago

dirux0101 commented 2 years ago

Hello, While trying to build, I found a MAKE error and upgraded the OpenCV version to 4.4.0. After that, when I tried to build again, this error appeared again. What's the problem?

[ 14%] Built target gazr [ 21%] Linking CXX executable devel/lib/gazr/gazr_estimate_head_direction devel/lib/libgazr.so: undefined reference to `cblas_dgemm'

devel/lib/libgazr.so: undefined reference to `dgesvd_' collect2: error: ld returned 1 exit status CMakeFiles/gazr_estimate_head_direction.dir/build.make:104: recipe for target 'devel/lib/gazr/gazr_estimate_head_direction' failed make[2]: [devel/lib/gazr/gazr_estimate_head_direction] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/gazr_estimate_head_direction.dir/all' failed make[1]: [CMakeFiles/gazr_estimate_head_direction.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2