View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009903CMakeModulespublic2009-11-16 04:002016-06-10 14:31
ReporterNils Gladitz 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0009903: InstallRequiredSystemLibraries.cmake should also install intel runtime library
DescriptionWhen the intel c++ compiler is used the generated binaries per default depend on intel's math library.

For /MD these are libmmd.dll (Release) and libmmdd.dll (Debug).
( http://software.intel.com/en-us/articles/libraries-provided-by-intelr-c-compiler-for-windows-and-intel-parallel-composer/ [^] )

On my system these files (for intel c++ 11.1.038 32 bit) are located in:
%PROGRAMFILES%\Intel\Compiler\11.1\038\lib\ia32
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0018752)
Alex Neundorf (developer)
2009-12-09 15:27

Is this still necessary if you link with -static-intel (or was it -intel-static) ?

Alex
(0018840)
Nils Gladitz (developer)
2009-12-14 02:28

The option (-static-intel) only seems to exist for Linux and Mac OS X:
http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/compiler_c/copts/common_options/option_i_static.htm [^]
(0041620)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2009-11-16 04:00 Nils Gladitz New Issue
2009-12-09 15:27 Alex Neundorf Note Added: 0018752
2009-12-14 02:28 Nils Gladitz Note Added: 0018840
2010-12-15 07:13 David Cole Assigned To => Bill Hoffman
2010-12-15 07:13 David Cole Status new => assigned
2016-06-10 14:27 Kitware Robot Note Added: 0041620
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team