- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
libifcore.lib(for_init.obj) : error LNK2019: unresolved external symbol __pxcptinfoptrs referenced in function
_GETEXCEPTIONPTRSQQ
libifcore.lib(for_portlib.obj) : error LNK2019: unresolved external symbol _errno referenced in function ___msportlib_d_readchar
libm.lib(libm_error.obu) : error LNK2019: unresolved external symbol _errno referenced in function ___libm_error_support
I tried doing /nodefaultlib:libifcore.lib to exclude the library from the link and was unhappy with the results.
Can I do anything besides a large rewrite to rename my for_init to something else? We do command line compile/links with a makefile and hundreds of programs.
thank you
sol
Link Copied
- 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
I have been reading a few threads lately trying to figure out my problem. This one came the closest.
I get similar error messages so I believe I have the "multiple C library syndrome".
I have a small C++ project (.NET 2003) with an Intel Fortran library (9.1). This is a migrated project from CVF andVS 6.
No matter which "run time" libraries I choose (C++ > Code Generation and Fortran > Libraries) I get several error messages during the link process, different for each 'similar' "run time" libraries selection. I would have assumed that C++ > Single threaded (/ML) was OK with Intel Fortran "Single threaded" selection (and other such 'similar'combinations). But all of them give me some linking error, very similar to the ones in this thread.
The original project was a mixed CPP/Fortran DLL converted to a C++ project with an attached Fortran library.
I realize that there is never enough information to really know what's going on but any comments are appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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