Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

9.1 using VS Express

dajum
Novice
332 Views
It seems our application won't link with the libraries we are distributing. It appears that libc.lib isn't distributed with VS express and we get link errors when we try to build and link the main program with our libraries as it seems to try to resolve routines out of that library. I assume we must have to change some link/compile setting but I have stumbled upon the right one and didn't find it with any searches. Anybody help point me in the right direction?
Thanks,

Dave
0 Kudos
1 Reply
Steven_L_Intel1
Employee
332 Views
This topic is covered in the 9.1 release notes. If you are using the combination of 9.1 and VS2005 (or VC 2005 Express), then the compiler by default will link to the multithresded static library (libcmt) and give you a warning if you try to override that to specify the single-threaded library (libc) which does not exist.

Please read the release notes for more details.
0 Kudos
Reply