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

screenio.lib

Jeffrey_P_1
Beginner
375 Views

I just upgraded to Intel Fortran XE 2013 and started converting many old CVF programs with few problems. I ran into one problem in linking with a library that CVF (via Steve Lionel) provide called screenio.lib and screenio.f90. The original library was linked to libc.lib which is no longer available in XE 2013. I see that libc.lib has been replaced with libraries that are now mult-ithreaded. How do I get screenio.lib linked to a static multi-threaded version of libc.lib or am I missing something?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
375 Views
You can try adding libc.lib to the list of libraries to ignore in the linker properties, but I can't guarantee this will work.
0 Kudos
Jeffrey_P_1
Beginner
375 Views
Steve, Thank you! It works!
0 Kudos
Reply