Mac と Linux で動作する mkl と ipp を使用するプログラムを作成しました。現在、cygwin と gcc を使用して Windows 用のプログラムを作成していますが、リンクできません。
私が得ているエラーは次のとおりです。
警告: .drectve
-defaultlib:"uuid.lib" ' unrecognized ../../../bin/libMath.a(VectorUtility.cxx.o):VectorUtility.cxx:(.text+0x95): undefined reference to
_ippGetLibVersion' ../../../bin/libMath.a(VectorUtility.cxx.o):VectorUtility.cxx:(.text+0x157): `_ippsWinHann_32f_I' への未定義の参照
(およびそのような多くの)。
リンクパスを使用しています:
/opt/インテル/IPP/6.1.2.041/ia32/lib
そして、次へのリンク:
ippiemerged、ippimerged、ippmemerged、ippmmerged、ippsemerged、ippsmerged、ippcorel。
誰かが私が間違っていることを指摘できますか?