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

use of scigraph ? (fatal error lnk 1181 related to scigraph.lib)

kelaynak
Beginner
533 Views

Hello,

I tried to use scigraph in quickwin of IVF10.1014. There is a demo file sgdemo.f90. While building solution, it is giving the below error;

fatal error lnk1181;cannot open input file scigraph.lib

Before using it , I had done the following changes in VS 2005;

1)Tools menu in VS2005> added c:program filesintelcompilerfortrania32include to include directory

and c:program filescompilerfortrania32lib to lib directory

2) Projects>project properties>linker>additional dependincies>added scigraph.lib.

3) I did not change anything in sgdemo.f90

I also checked ."...compilerfortrania32lib" directory, I could not see scigraph.lib.Shouldit be there or not?If yes, I think I deleted it in somehow.

Would you pleasegive anysuggestion how tosolve this error related scigraph.

Thanks in advance

0 Kudos
2 Replies
Steven_L_Intel1
Employee
533 Views
You should not have done item 2 - that is causing the error. I am not sure why you made the changes in item 1, they are also not necessary. Just open the Scigraph solution and build it.
0 Kudos
kelaynak
Beginner
533 Views

Thank you very much. Yes it has worked without any problem when changing nothing.

I read the following article in the forum "using Scigraph plotting library" (on 03/02/2006). I think I misunderstood the reply of Les Neilson to that article. Anyway, you corrected me. Now it is clear.

Thank you

0 Kudos
Reply