- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I get the following linking error when building a debug build with Intel 16.0 compiler:
error LNK2019: unresolved external symbol ___intel_ssse3_strncpy referenced in function
Does anyone know the corresponding lib where this symbol resides?
Many thanks,
Andrew.
ps> Using windows with VS2013, Intel Compiler 16.0.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, have you linked with libirc.lib? Probably you use /nodefaultlib option and this lib disapeared from the project.
--Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
Yes, good call. However, this was the first setting I checked. Alas, /NODEFAULTLIB is not being used.
But I did find out which settings seemed to cause this bizarre behavior in DEBUG build only. /FR and possible /Qstd=c99.
Hope this helps the compiler team.
Thanks,
Andrew.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay. Found the issue. Somehow, which I'm currently trying to understand, VS2013 is dropping the Intel system library path.
Thanks for all the help.
Andrew

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