Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

libmmdd.lib linking to libmmd.dll?

Scott_S_
Beginner
365 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
365 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
Scott_S_
Beginner
365 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.

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

Package ID: w_ccompxe_2013_sp1.2.176 w_ccompxe_p_14.0.2.176

Reply