- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
at the momemt I'm trying to compile a linux project (static library) on windows with virual studio 2010. The program runs fine, just one compiler warning worries me:
I tried the "automatic" VS linker and manually changed the options as proposed by the linking advisor (dynamic linking).
Has anybody a suggestion how to resolve this issue?
Greetings,
matse
at the momemt I'm trying to compile a linux project (static library) on windows with virual studio 2010. The program runs fine, just one compiler warning worries me:
[cpp]mkl_intel_thread_dll.lib(mkl_intel_thread.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in "mkl_intel_c_dll.lib(libimalloc.dll)"; second definition ignored. libiomp5md.lib(libiomp5md.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in "mkl_intel_c_dll.lib(libimalloc.dll)"; second definition ignored.[/cpp]
I tried the "automatic" VS linker and manually changed the options as proposed by the linking advisor (dynamic linking).
Has anybody a suggestion how to resolve this issue?
Greetings,
matse
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have the same problem.....anyone know a solution?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
>>...warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined...
The warning informed already that the second symbol is ignored.
If the warning is related ( for example ) to a mkl_intel_c_dll.lib library then you could try to add that library to a list of Ignored Libraries at:
Project Properties -> Configuration Properties -> Linker -> General -> Ignore Import Library