Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

libmmdd.lib linking to libmmd.dll?

Scott_S_
Beginner
686 Views

Hi all,

I've just updated to Intel Compiler 2013 SP1 and I've noticed that libmmdd.lib seems to be pulling in the release version of the dll, i.e. libmmd.dll.  Is this the correct behavior for some reason?

Regards

0 Kudos
4 Replies
Om_S_Intel
Employee
686 Views
It depends on linking option that yoy provide to linker. Could you please help us with complete lcommand line that you use during compilation and linking? Thanks, Om
0 Kudos
Scott_S_
Beginner
686 Views

I don't know if its really to do with linker options.  I've ran a dumpbin on libmmdd.lib from both 2011 and 2013, and the 2011 one appears to look in libmmdd.dll whereas 2013 looks in libmmd.dll.

0 Kudos
Om_S_Intel
Employee
686 Views
Could you please help me with the file name of package where you found the issue? Om
0 Kudos
Scott_S_
Beginner
686 Views

Package ID: w_ccompxe_2013_sp1.2.176 w_ccompxe_p_14.0.2.176

0 Kudos
Reply