Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

compilation failed ___libm_sse2_sincos

Hi everybody, I made an opencv project C++ on VS2019 with opencv 4. My system is windows 10. I need to use the opencvworld static lib for my project so i recompiled opencv 4 sources with cmake with build_shared off and i get this error: Erreur LNK2001 unresolved external symbol ___libm_sse2_sincos_ xx..opencv_world410.lib(resize.obj) 1

Apparently IPP can be the rootcause so i've disabled WITH_IPP but it does not work, same error.

How to solve this issue? Thanks to you.

compilation failed ___libm_sse2_sincos

Hi everybody, I made an opencv project C++ on VS2019 with opencv 4. My system is windows 10. I need to use the opencvworld static lib for my project so i recompiled opencv 4 sources with cmake with build_shared off and i get this error: Erreur LNK2001 unresolved external symbol ___libm_sse2_sincos_ xx..opencv_world410.lib(resize.obj) 1

Apparently IPP can be the rootcause so i've disabled WITH_IPP but it does not work, same error.

How to solve this issue? Thanks to you.