- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same problem.....anyone know a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page