- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Clean console project in Visual Studio
/Gs-
/NODEFAULTLIB
Error LNK2019 unresolved external symbol ___intel_new_feature_proc_init referenced in function _main
Errors
1>ipo: : warning #11021: unresolved _exit
1> Referenced in libirc.lib(new_proc_init.obj)
1>ipo: : warning #11021: unresolved _strlen
1> Referenced in libirc.lib(new_proc_init.obj)
1> Referenced in libirc.lib(irc_msg_support.obj)
1>ipo: : warning #11021: unresolved _strncat
1> Referenced in libirc.lib(new_proc_init.obj)
1>ipo: : warning #11021: unresolved _strncpy
1> Referenced in libirc.lib(irc_msg_support.obj)
1>ipo: : warning #11021: unresolved _memset
1> Referenced in libirc.lib(proc_init_utils.obj)
1>ipo: : warning #11021: unresolved _strcat_s
1> Referenced in libirc.lib(intel_lib_vs_wrappers_init.obj)
1>ipo: : warning #11021: unresolved __errno
1> Referenced in libirc.lib(intel_lib_vs_wrappers_init.obj)
1>ipo: : error #11023: Not all components required for linking are present on command line
1>ipo_699619obj3.obj : : error LNK2019: unresolved external symbol ___intel_new_feature_proc_init referenced in function _main
How to resolve this?
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like libirc didn't get link in correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Viet Hoang (Intel) wrote:Looks like libirc didn't get link in correctly.
How to solve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See if Intel's libs were on LD_LIBRARY_PATH, or you can explicitly link in libirc

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page