i am trying to comile a VS2008 solution from the command line using the intel compiler version : intelcompiler 2013 update 2
i get the folowing error: error LNK2019: unresolved external symbol ___intel_sse2_strlen
when i compile the same code from the VS2008 IDE the linking is successful
this is the code i am using:
call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
call "C:\Program Files\Intel\Composer XE 2013\bin\compilervars.bat" ia32 vs2008
call "C:\Program Files\Intel\IPP\5.3.2.073\ia32\tools\env\ippenv.bat"
cd d:\TFS\SWSS\dev\SWSS
d:
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv" /useenv SpeakerSeparation.sln /rebuild
any thoughts?



