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

LINK : fatal error LNK1181: cannot open input file 'suppio.lib'

Ahmad_Falahatpisheh
350 Views
I am trying to build my code by the following switches but I get error in linking. The code needs a library called suppio.lib. I specified the path to it but it didn't work.

ifort main.f90 /include:"c:\\prog\\bin" suppio.lib

The result is:
LINK : fatal error LNK1181: cannot open input file 'suppio.lib'
0 Kudos
1 Reply
Steven_L_Intel1
Employee
350 Views
You are being helped in your other thread.
0 Kudos
Reply