I get the following linker errors (VS 2010) for the functions ippsln_32f and ippsexp_32f using the static, single-threaded (ipps_l.lib) Ipp 7.1.1 libraries:
(psexp32f_m7---ippsExp_32f_I.obj) : error LNK2019: unresolved external symbol m7_ippsExp_32f_A21 referenced in function m7_ippsExp_32f_I
(psexp32f_m7---ippsExp_32f.obj) : error LNK2001: unresolved external symbol m7_ippsExp_32f_A21
(psexp32f_n8---ippsExp_32f_I.obj) : error LNK2019: unresolved external symbol n8_ippsExp_32f_A21 referenced in function n8_ippsExp_32f_I
(psexp32f_y8---ippsExp_32f_I.obj) : error LNK2019: unresolved external symbol y8_ippsExp_32f_A21 referenced in function y8_ippsExp_32f_I
(psexp32f_y8---ippsExp_32f.obj) : error LNK2001: unresolved external symbol y8_ippsExp_32f_A21
(psexp32f_e9---ippsExp_32f_I.obj) : error LNK2019: unresolved external symbol e9_ippsExp_32f_A21 referenced in function e9_ippsExp_32f_I
(psexp32f_e9---ippsExp_32f.obj) : error LNK2001: unresolved external symbol e9_ippsExp_32f_A21
(psexp32f_l9---ippsExp_32f_I.obj) : error LNK2019: unresolved external symbol l9_ippsExp_32f_A21 referenced in function l9_ippsExp_32f_I
(psexp32f_l9---ippsExp_32f.obj) : error LNK2001: unresolved external symbol l9_ippsExp_32f_A21
(psexp32f_u8---ippsExp_32f.obj) : error LNK2019: unresolved external symbol u8_ippsExp_32f_A21 referenced in function u8_ippsExp_32f
The same errors appear for ippsln_32f
This worked fine with ipp 7.0. Is this a known issue or is there a work around to this problem?


